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, opam-solver, opam-repository, opam-format, opam-devel, opam-core, opam-client.2.0.0~beta3 — via opam-publish #9163

Merged
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-client/opam-client.2.0.0~beta3/descr
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
opam 2.0 development libraries

Actions on the opam root, switches, installations, and front-end.
26 changes: 26 additions & 0 deletions packages/opam-client/opam-client.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-state" {= "2.0.0~beta3"}
"opam-solver" {= "2.0.0~beta3"}
"cmdliner" {>= "0.9.8"}
]
available: [ocaml-version >= "4.01.0"]
2 changes: 2 additions & 0 deletions packages/opam-client/opam-client.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"
4 changes: 4 additions & 0 deletions packages/opam-core/opam-core.2.0.0~beta3/descr
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
opam 2.0 development libraries

Small standard library extensions, and generic system interaction modules used
by opam.
30 changes: 30 additions & 0 deletions packages/opam-core/opam-core.2.0.0~beta3/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
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: [
"ocamlfind" {build}
"ocp-build" {build & >= "1.99.7"}
"base-unix"
"base-bigarray"
"ocamlgraph"
"re" {>= "1.5.0"}
"jsonm"
]
available: [ocaml-version >= "4.01.0"]
2 changes: 2 additions & 0 deletions packages/opam-core/opam-core.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"
6 changes: 6 additions & 0 deletions packages/opam-devel/opam-devel.2.0.0~beta3/descr
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
opam 2.0.0 beta version

This package compiles (bootstraps) the beta version of opam 2.0.0. For
consistency and safety of the installation, the binaries are not installed into
the PATH, but into lib/opam-devel, from where the user can manually install them
system-wide.
36 changes: 36 additions & 0 deletions packages/opam-devel/opam-devel.2.0.0~beta3/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
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"]
]
build-test: [make "tests"]
depends: [
"opam-client" {= "2.0.0~beta3"}
"cmdliner" {>= "0.9.8"}
]
available: [ocaml-version >= "4.01.0"]
post-messages: [
"
The development version of opam has been successfuly compiled into %{lib}%/%{name}%. You should not run it from there, please install the binaries to your PATH, e.g. with
sudo cp %{lib}%/%{name}%/* /usr/local/bin

If you just want to give it a try without altering your current installation, you could use instead:
alias opam2=\"OPAMROOT=~/.opam2 %{lib}%/%{name}%/opam\"
"
{success}
]
2 changes: 2 additions & 0 deletions packages/opam-devel/opam-devel.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"
3 changes: 3 additions & 0 deletions packages/opam-format/opam-format.2.0.0~beta3/descr
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
opam 2.0 development libraries

Definition of opam datastructures and its file interface.
25 changes: 25 additions & 0 deletions packages/opam-format/opam-format.2.0.0~beta3/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
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-file-format" {>= "2.0.0~beta3"}
]
available: [ocaml-version >= "4.01.0"]
2 changes: 2 additions & 0 deletions packages/opam-format/opam-format.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"
4 changes: 4 additions & 0 deletions packages/opam-repository/opam-repository.2.0.0~beta3/descr
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
opam 2.0 development libraries

This library includes repository and remote sources handling, including
curl/wget, rsync, git, mercurial, darcs backends.
25 changes: 25 additions & 0 deletions packages/opam-repository/opam-repository.2.0.0~beta3/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
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"}
]
available: [ocaml-version >= "4.01.0"]
2 changes: 2 additions & 0 deletions packages/opam-repository/opam-repository.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"
4 changes: 4 additions & 0 deletions packages/opam-solver/opam-solver.2.0.0~beta3/descr
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
opam 2.0 development libraries

Solver and Cudf interaction. This library is based on the Cudf and Dose
libraries, and handles calls to the external solver from opam.
26 changes: 26 additions & 0 deletions packages/opam-solver/opam-solver.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"}
"dose3" {>= "5"}
]
available: [ocaml-version >= "4.01.0"]
2 changes: 2 additions & 0 deletions packages/opam-solver/opam-solver.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"
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"