Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Package coq-debr-lvl.1.0.2 #27140

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

JordanIschard
Copy link

coq-debr-lvl.1.0.2

Collection of interfaces and implementations for a modular using of De Bruijn level
Formalization of a language often implies variables or equivalent. A specific representation of them is required in order
to avoid capture issues. Consequently, we define here a collection of interfaces and implementations for using De Bruijn level.
In addition to the definition of a level and its minimal set of functions/properties, we propose a modular way to define a
'leveled' elements and provide numerous predefined data types and data structures such as option, pair, list, map, etc.



🐫 Pull-request generated by opam-publish v2.5.0

@mseri
Copy link
Member

mseri commented Dec 20, 2024

This package looks uninstallable everywhere:

  * Missing dependency:
    - coq-debr-lvl -> coq-mmaps
    unknown package

@JordanIschard
Copy link
Author

This package looks uninstallable everywhere:

  * Missing dependency:
    - coq-debr-lvl -> coq-mmaps
    unknown package

coq-mmaps comes from coq community. It works for me because I perform the following command.

opam repo add coq-released https://coq.inria.fr/opam/released

Is it not possible to add a package with this constraint ?

@mseri
Copy link
Member

mseri commented Jan 3, 2025

But in this case, I think you are trying to publish on the wrong archive. It should go to Coq packages index at https://github.com/coq/opam-coq-archive (see https://coq.inria.fr/opam-packaging.html)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants