this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #25097 from rjbou/opam-publish-opam-admin.2.2.0-beta1-opam.2.2.0-beta1

8 packages from ocaml/opam

authored by

Marcello Seri and committed by
GitHub
6f0e9b5a dbf1cdb4

+370
+50
packages/opam-client/opam-client.2.2.0~beta1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Client library for opam 2.2" 3 + description: 4 + "Actions on the opam root, switches, installations, and front-end." 5 + maintainer: "opam-devel@lists.ocaml.org" 6 + authors: [ 7 + "David Allsopp <david@tarides.com>" 8 + "Vincent Bernardoff <vb@luminar.eu.org>" 9 + "Raja Boujbel <raja.boujbel@ocamlpro.com>" 10 + "Kate Deplaix <kit-ty-kate@outlook.com>" 11 + "Roberto Di Cosmo <roberto@dicosmo.org>" 12 + "Thomas Gazagnaire <thomas@gazagnaire.org>" 13 + "Louis Gesbert <louis.gesbert@ocamlpro.com>" 14 + "Fabrice Le Fessant <Fabrice.Le_fessant@inria.fr>" 15 + "Anil Madhavapeddy <anil@recoil.org>" 16 + "Guillem Rieu <guillem.rieu@ocamlpro.com>" 17 + "Ralf Treinen <ralf.treinen@pps.jussieu.fr>" 18 + "Frederic Tuong <tuong@users.gforge.inria.fr>" 19 + ] 20 + license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" 21 + homepage: "https://opam.ocaml.org" 22 + bug-reports: "https://github.com/ocaml/opam/issues" 23 + depends: [ 24 + "ocaml" {>= "4.08.0"} 25 + "opam-state" {= version} 26 + "opam-solver" {= version} 27 + "base64" {>= "3.1.0"} 28 + "opam-repository" {= version} 29 + "re" {>= "1.9.0"} 30 + "cmdliner" {>= "1.1.0"} 31 + "dune" {>= "2.0.0"} 32 + ] 33 + conflicts: [ 34 + "extlib" {< "1.7.8"} 35 + "extlib-compat" 36 + ] 37 + build: [ 38 + ["./configure" "--disable-checks" "--prefix" prefix] 39 + ["dune" "build" "-p" name "-j" jobs] 40 + ] 41 + dev-repo: "git+https://github.com/ocaml/opam.git" 42 + url { 43 + src: "https://github.com/ocaml/opam/archive/refs/tags/2.2.0-beta1.tar.gz" 44 + checksum: [ 45 + "md5=355f8a98d8e775cc9e1ae1c28feaee3e" 46 + "sha512=8ed9310238c058eb3ae3218037418fe107e7227870b7b88484f2921cc2765488a142f90154094b5c155a4311ff6f231ca27d61a4e05538fe3fb0962a198bb9b1" 47 + ] 48 + } 49 + available: opam-version >= "2.1" 50 + flags: avoid-version
+48
packages/opam-core/opam-core.2.2.0~beta1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Core library for opam 2.2" 3 + description: 4 + "Small standard library extensions, and generic system interaction modules used by opam." 5 + maintainer: "opam-devel@lists.ocaml.org" 6 + authors: [ 7 + "David Allsopp <david@tarides.com>" 8 + "Vincent Bernardoff <vb@luminar.eu.org>" 9 + "Raja Boujbel <raja.boujbel@ocamlpro.com>" 10 + "Kate Deplaix <kit-ty-kate@outlook.com>" 11 + "Roberto Di Cosmo <roberto@dicosmo.org>" 12 + "Thomas Gazagnaire <thomas@gazagnaire.org>" 13 + "Louis Gesbert <louis.gesbert@ocamlpro.com>" 14 + "Fabrice Le Fessant <Fabrice.Le_fessant@inria.fr>" 15 + "Anil Madhavapeddy <anil@recoil.org>" 16 + "Guillem Rieu <guillem.rieu@ocamlpro.com>" 17 + "Ralf Treinen <ralf.treinen@pps.jussieu.fr>" 18 + "Frederic Tuong <tuong@users.gforge.inria.fr>" 19 + ] 20 + license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" 21 + homepage: "https://opam.ocaml.org" 22 + bug-reports: "https://github.com/ocaml/opam/issues" 23 + depends: [ 24 + "ocaml" {>= "4.08.0"} 25 + "base-unix" 26 + "ocamlgraph" 27 + "re" {>= "1.9.0"} 28 + "dune" {>= "2.0.0"} 29 + "sha" {>= "1.13"} 30 + "jsonm" 31 + "swhid_core" 32 + "uutf" 33 + ] 34 + conflicts: ["extlib-compat"] 35 + build: [ 36 + ["./configure" "--disable-checks" "--prefix" prefix] 37 + ["dune" "build" "-p" name "-j" jobs] 38 + ] 39 + dev-repo: "git+https://github.com/ocaml/opam.git" 40 + url { 41 + src: "https://github.com/ocaml/opam/archive/refs/tags/2.2.0-beta1.tar.gz" 42 + checksum: [ 43 + "md5=355f8a98d8e775cc9e1ae1c28feaee3e" 44 + "sha512=8ed9310238c058eb3ae3218037418fe107e7227870b7b88484f2921cc2765488a142f90154094b5c155a4311ff6f231ca27d61a4e05538fe3fb0962a198bb9b1" 45 + ] 46 + } 47 + available: opam-version >= "2.1" 48 + flags: avoid-version
+52
packages/opam-devel/opam-devel.2.2.0~beta1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Bootstrapped development binary for opam 2.2" 3 + description: 4 + "This package compiles (bootstraps) opam. 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." 5 + maintainer: "opam-devel@lists.ocaml.org" 6 + authors: [ 7 + "David Allsopp <david@tarides.com>" 8 + "Vincent Bernardoff <vb@luminar.eu.org>" 9 + "Raja Boujbel <raja.boujbel@ocamlpro.com>" 10 + "Kate Deplaix <kit-ty-kate@outlook.com>" 11 + "Roberto Di Cosmo <roberto@dicosmo.org>" 12 + "Thomas Gazagnaire <thomas@gazagnaire.org>" 13 + "Louis Gesbert <louis.gesbert@ocamlpro.com>" 14 + "Fabrice Le Fessant <Fabrice.Le_fessant@inria.fr>" 15 + "Anil Madhavapeddy <anil@recoil.org>" 16 + "Guillem Rieu <guillem.rieu@ocamlpro.com>" 17 + "Ralf Treinen <ralf.treinen@pps.jussieu.fr>" 18 + "Frederic Tuong <tuong@users.gforge.inria.fr>" 19 + ] 20 + license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" 21 + homepage: "https://opam.ocaml.org" 22 + bug-reports: "https://github.com/ocaml/opam/issues" 23 + depends: [ 24 + "ocaml" {>= "4.08.0"} 25 + "opam-client" {= version} 26 + "cmdliner" {>= "1.1.0"} 27 + "dune" {>= "2.0.0"} 28 + "conf-openssl" {with-test} 29 + "conf-diffutils" {with-test} 30 + ] 31 + build: [ 32 + ["./configure" "--disable-checks" "--prefix" prefix] 33 + [make "%{name}%.install"] 34 + ] 35 + post-messages: 36 + """\ 37 + The development version of opam has been successfully compiled into %{lib}%/%{name}%. You should not run it from there, please install the binaries to your PATH, e.g. with 38 + sudo cp %{lib}%/%{name}%/opam /usr/local/bin 39 + 40 + If you just want to give it a try without altering your current installation, you could use instead: 41 + alias opam2="OPAMROOT=~/.opam2 %{lib}%/%{name}%/opam\"""" 42 + {success} 43 + dev-repo: "git+https://github.com/ocaml/opam.git" 44 + url { 45 + src: "https://github.com/ocaml/opam/archive/refs/tags/2.2.0-beta1.tar.gz" 46 + checksum: [ 47 + "md5=355f8a98d8e775cc9e1ae1c28feaee3e" 48 + "sha512=8ed9310238c058eb3ae3218037418fe107e7227870b7b88484f2921cc2765488a142f90154094b5c155a4311ff6f231ca27d61a4e05538fe3fb0962a198bb9b1" 49 + ] 50 + } 51 + available: opam-version >= "2.1" 52 + flags: avoid-version
+42
packages/opam-format/opam-format.2.2.0~beta1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Format library for opam 2.2" 3 + description: "Definition of opam datastructures and its file interface." 4 + maintainer: "opam-devel@lists.ocaml.org" 5 + authors: [ 6 + "David Allsopp <david@tarides.com>" 7 + "Vincent Bernardoff <vb@luminar.eu.org>" 8 + "Raja Boujbel <raja.boujbel@ocamlpro.com>" 9 + "Kate Deplaix <kit-ty-kate@outlook.com>" 10 + "Roberto Di Cosmo <roberto@dicosmo.org>" 11 + "Thomas Gazagnaire <thomas@gazagnaire.org>" 12 + "Louis Gesbert <louis.gesbert@ocamlpro.com>" 13 + "Fabrice Le Fessant <Fabrice.Le_fessant@inria.fr>" 14 + "Anil Madhavapeddy <anil@recoil.org>" 15 + "Guillem Rieu <guillem.rieu@ocamlpro.com>" 16 + "Ralf Treinen <ralf.treinen@pps.jussieu.fr>" 17 + "Frederic Tuong <tuong@users.gforge.inria.fr>" 18 + ] 19 + license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" 20 + homepage: "https://opam.ocaml.org" 21 + bug-reports: "https://github.com/ocaml/opam/issues" 22 + depends: [ 23 + "ocaml" {>= "4.08.0"} 24 + "opam-core" {= version} 25 + "opam-file-format" {>= "2.1.4"} 26 + "re" {>= "1.9.0"} 27 + "dune" {>= "2.0.0"} 28 + ] 29 + build: [ 30 + ["./configure" "--disable-checks" "--prefix" prefix] 31 + ["dune" "build" "-p" name "-j" jobs] 32 + ] 33 + dev-repo: "git+https://github.com/ocaml/opam.git" 34 + url { 35 + src: "https://github.com/ocaml/opam/archive/refs/tags/2.2.0-beta1.tar.gz" 36 + checksum: [ 37 + "md5=355f8a98d8e775cc9e1ae1c28feaee3e" 38 + "sha512=8ed9310238c058eb3ae3218037418fe107e7227870b7b88484f2921cc2765488a142f90154094b5c155a4311ff6f231ca27d61a4e05538fe3fb0962a198bb9b1" 39 + ] 40 + } 41 + available: opam-version >= "2.1" 42 + flags: avoid-version
+44
packages/opam-installer/opam-installer.2.2.0~beta1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Installation of files to a prefix, following opam conventions" 3 + description: """\ 4 + opam-installer is a small tool that can read *.install files, as defined by opam [1], and execute them to install or remove package files without going through opam. 5 + 6 + [1] http://opam.ocaml.org/doc/2.0/Manual.html#lt-pkgname-gt-install""" 7 + maintainer: "opam-devel@lists.ocaml.org" 8 + authors: [ 9 + "David Allsopp <david@tarides.com>" 10 + "Vincent Bernardoff <vb@luminar.eu.org>" 11 + "Raja Boujbel <raja.boujbel@ocamlpro.com>" 12 + "Kate Deplaix <kit-ty-kate@outlook.com>" 13 + "Roberto Di Cosmo <roberto@dicosmo.org>" 14 + "Thomas Gazagnaire <thomas@gazagnaire.org>" 15 + "Louis Gesbert <louis.gesbert@ocamlpro.com>" 16 + "Fabrice Le Fessant <Fabrice.Le_fessant@inria.fr>" 17 + "Anil Madhavapeddy <anil@recoil.org>" 18 + "Guillem Rieu <guillem.rieu@ocamlpro.com>" 19 + "Ralf Treinen <ralf.treinen@pps.jussieu.fr>" 20 + "Frederic Tuong <tuong@users.gforge.inria.fr>" 21 + ] 22 + license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" 23 + homepage: "https://opam.ocaml.org" 24 + bug-reports: "https://github.com/ocaml/opam/issues" 25 + depends: [ 26 + "ocaml" {>= "4.08.0"} 27 + "opam-format" {= version} 28 + "cmdliner" {>= "0.9.8"} 29 + "dune" {>= "2.0.0"} 30 + ] 31 + build: [ 32 + ["./configure" "--disable-checks" "--prefix" prefix] 33 + ["dune" "build" "-p" name "-j" jobs] 34 + ] 35 + dev-repo: "git+https://github.com/ocaml/opam.git" 36 + url { 37 + src: "https://github.com/ocaml/opam/archive/refs/tags/2.2.0-beta1.tar.gz" 38 + checksum: [ 39 + "md5=355f8a98d8e775cc9e1ae1c28feaee3e" 40 + "sha512=8ed9310238c058eb3ae3218037418fe107e7227870b7b88484f2921cc2765488a142f90154094b5c155a4311ff6f231ca27d61a4e05538fe3fb0962a198bb9b1" 41 + ] 42 + } 43 + available: opam-version >= "2.1" 44 + flags: avoid-version
+41
packages/opam-repository/opam-repository.2.2.0~beta1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Repository library for opam 2.2" 3 + description: 4 + "This library includes repository and remote sources handling, including curl/wget, rsync, git, mercurial, darcs backends." 5 + maintainer: "opam-devel@lists.ocaml.org" 6 + authors: [ 7 + "David Allsopp <david@tarides.com>" 8 + "Vincent Bernardoff <vb@luminar.eu.org>" 9 + "Raja Boujbel <raja.boujbel@ocamlpro.com>" 10 + "Kate Deplaix <kit-ty-kate@outlook.com>" 11 + "Roberto Di Cosmo <roberto@dicosmo.org>" 12 + "Thomas Gazagnaire <thomas@gazagnaire.org>" 13 + "Louis Gesbert <louis.gesbert@ocamlpro.com>" 14 + "Fabrice Le Fessant <Fabrice.Le_fessant@inria.fr>" 15 + "Anil Madhavapeddy <anil@recoil.org>" 16 + "Guillem Rieu <guillem.rieu@ocamlpro.com>" 17 + "Ralf Treinen <ralf.treinen@pps.jussieu.fr>" 18 + "Frederic Tuong <tuong@users.gforge.inria.fr>" 19 + ] 20 + license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" 21 + homepage: "https://opam.ocaml.org" 22 + bug-reports: "https://github.com/ocaml/opam/issues" 23 + depends: [ 24 + "ocaml" {>= "4.08.0"} 25 + "opam-format" {= version} 26 + "dune" {>= "2.0.0"} 27 + ] 28 + build: [ 29 + ["./configure" "--disable-checks" "--prefix" prefix] 30 + ["dune" "build" "-p" name "-j" jobs] 31 + ] 32 + dev-repo: "git+https://github.com/ocaml/opam.git" 33 + url { 34 + src: "https://github.com/ocaml/opam/archive/refs/tags/2.2.0-beta1.tar.gz" 35 + checksum: [ 36 + "md5=355f8a98d8e775cc9e1ae1c28feaee3e" 37 + "sha512=8ed9310238c058eb3ae3218037418fe107e7227870b7b88484f2921cc2765488a142f90154094b5c155a4311ff6f231ca27d61a4e05538fe3fb0962a198bb9b1" 38 + ] 39 + } 40 + available: opam-version >= "2.1" 41 + flags: avoid-version
+50
packages/opam-solver/opam-solver.2.2.0~beta1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Solver library for opam 2.2" 3 + description: 4 + "Solver and Cudf interaction. This library is based on the Cudf and Dose libraries, and handles calls to the external solver from opam." 5 + maintainer: "opam-devel@lists.ocaml.org" 6 + authors: [ 7 + "David Allsopp <david@tarides.com>" 8 + "Vincent Bernardoff <vb@luminar.eu.org>" 9 + "Raja Boujbel <raja.boujbel@ocamlpro.com>" 10 + "Kate Deplaix <kit-ty-kate@outlook.com>" 11 + "Roberto Di Cosmo <roberto@dicosmo.org>" 12 + "Thomas Gazagnaire <thomas@gazagnaire.org>" 13 + "Louis Gesbert <louis.gesbert@ocamlpro.com>" 14 + "Fabrice Le Fessant <Fabrice.Le_fessant@inria.fr>" 15 + "Anil Madhavapeddy <anil@recoil.org>" 16 + "Guillem Rieu <guillem.rieu@ocamlpro.com>" 17 + "Ralf Treinen <ralf.treinen@pps.jussieu.fr>" 18 + "Frederic Tuong <tuong@users.gforge.inria.fr>" 19 + ] 20 + license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" 21 + homepage: "https://opam.ocaml.org" 22 + bug-reports: "https://github.com/ocaml/opam/issues" 23 + depends: [ 24 + "ocaml" {>= "4.08.0"} 25 + "opam-format" {= version} 26 + "mccs" {>= "1.1+17"} 27 + "dose3" {>= "6.1"} 28 + "cudf" {>= "0.7"} 29 + "re" {>= "1.9.0"} 30 + "dune" {>= "2.0.0"} 31 + "opam-0install-cudf" {>= "0.4"} 32 + ] 33 + depopts: ["z3"] 34 + conflicts: [ 35 + "z3" {< "4.8.4"} 36 + ] 37 + build: [ 38 + ["./configure" "--disable-checks" "--prefix" prefix] 39 + ["dune" "build" "-p" name "-j" jobs] 40 + ] 41 + dev-repo: "git+https://github.com/ocaml/opam.git" 42 + url { 43 + src: "https://github.com/ocaml/opam/archive/refs/tags/2.2.0-beta1.tar.gz" 44 + checksum: [ 45 + "md5=355f8a98d8e775cc9e1ae1c28feaee3e" 46 + "sha512=8ed9310238c058eb3ae3218037418fe107e7227870b7b88484f2921cc2765488a142f90154094b5c155a4311ff6f231ca27d61a4e05538fe3fb0962a198bb9b1" 47 + ] 48 + } 49 + available: opam-version >= "2.1" 50 + flags: avoid-version
+43
packages/opam-state/opam-state.2.2.0~beta1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "State library for opam 2.2" 3 + description: 4 + "Handling of the ~/.opam hierarchy, repository and switch states." 5 + maintainer: "opam-devel@lists.ocaml.org" 6 + authors: [ 7 + "David Allsopp <david@tarides.com>" 8 + "Vincent Bernardoff <vb@luminar.eu.org>" 9 + "Raja Boujbel <raja.boujbel@ocamlpro.com>" 10 + "Kate Deplaix <kit-ty-kate@outlook.com>" 11 + "Roberto Di Cosmo <roberto@dicosmo.org>" 12 + "Thomas Gazagnaire <thomas@gazagnaire.org>" 13 + "Louis Gesbert <louis.gesbert@ocamlpro.com>" 14 + "Fabrice Le Fessant <Fabrice.Le_fessant@inria.fr>" 15 + "Anil Madhavapeddy <anil@recoil.org>" 16 + "Guillem Rieu <guillem.rieu@ocamlpro.com>" 17 + "Ralf Treinen <ralf.treinen@pps.jussieu.fr>" 18 + "Frederic Tuong <tuong@users.gforge.inria.fr>" 19 + ] 20 + license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" 21 + homepage: "https://opam.ocaml.org" 22 + bug-reports: "https://github.com/ocaml/opam/issues" 23 + depends: [ 24 + "ocaml" {>= "4.08.0"} 25 + "opam-repository" {= version} 26 + "re" {>= "1.9.0"} 27 + "spdx_licenses" {>= "1.0.0"} 28 + "dune" {>= "2.0.0"} 29 + ] 30 + build: [ 31 + ["./configure" "--disable-checks" "--prefix" prefix] 32 + ["dune" "build" "-p" name "-j" jobs] 33 + ] 34 + dev-repo: "git+https://github.com/ocaml/opam.git" 35 + url { 36 + src: "https://github.com/ocaml/opam/archive/refs/tags/2.2.0-beta1.tar.gz" 37 + checksum: [ 38 + "md5=355f8a98d8e775cc9e1ae1c28feaee3e" 39 + "sha512=8ed9310238c058eb3ae3218037418fe107e7227870b7b88484f2921cc2765488a142f90154094b5c155a4311ff6f231ca27d61a4e05538fe3fb0962a198bb9b1" 40 + ] 41 + } 42 + available: opam-version >= "2.1" 43 + flags: avoid-version