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

opam-state.2.0.0~beta3 — via opam-publish #9159

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions packages/opam-state/opam-state.2.0.0~beta3/descr
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
opam 2.0 development libraries

Handling of the ~/.opam hierarchy, repository and switch states.
26 changes: 26 additions & 0 deletions packages/opam-state/opam-state.2.0.0~beta3/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
opam-version: "1.2"
maintainer: "[email protected]"
authors: [
"Thomas Gazagnaire <[email protected]>"
"Anil Madhavapeddy <[email protected]>"
"Fabrice Le Fessant <[email protected]>"
"Frederic Tuong <[email protected]>"
"Louis Gesbert <[email protected]>"
"Guillem Rieu <[email protected]>"
"Vincent Bernardoff <[email protected]>"
"Roberto Di Cosmo <[email protected]>"
]
homepage: "https://opam.ocaml.org/"
bug-reports: "https://github.com/ocaml/opam/issues"
dev-repo: "https://github.com/ocaml/opam.git"
build: [
["./configure" "--disable-checks" "--prefix" prefix]
[make name]
[make "%{name}%.install"]
]
depends: [
"opam-core" {= "2.0.0~beta3"}
"opam-format" {= "2.0.0~beta3"}
"opam-repository" {= "2.0.0~beta3"}
]
available: [ocaml-version >= "4.01.0"]
2 changes: 2 additions & 0 deletions packages/opam-state/opam-state.2.0.0~beta3/url
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
http: "https://github.com/ocaml/opam/archive/2.0.0-beta3.tar.gz"
checksum: "19ce08c078494cf5640b65843ce650ab"