this repo has no description
0
fork

Configure Feed

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

Merge pull request #26595 from kit-ty-kate/opam-publish-opam-client.2.3.0-alpha1

8 packages from ocaml/opam at 2.3.0~alpha1

authored by

Anil Madhavapeddy and committed by
GitHub
5c32f66f 5185cdc9

+378
+50
packages/opam-client/opam-client.2.3.0~alpha1/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.10.0"} 30 + "cmdliner" {>= "1.1.0"} 31 + "dune" {>= "2.6.0"} 32 + ] 33 + conflicts: [ 34 + "extlib" {< "1.7.8"} 35 + "extlib-compat" 36 + ] 37 + available: opam-version >= "2.1.0" 38 + flags: avoid-version 39 + build: [ 40 + ["./configure" "--disable-checks" "--prefix" prefix] 41 + ["dune" "build" "-p" name "-j" jobs] 42 + ] 43 + dev-repo: "git+https://github.com/ocaml/opam.git" 44 + url { 45 + src: "https://github.com/ocaml/opam/archive/refs/tags/2.3.0-alpha1.tar.gz" 46 + checksum: [ 47 + "md5=36823e340ba4393b20d32fb35ab4e903" 48 + "sha512=c7f1f57718189455673de74138a194139394b924aa71dca2fc1e73fef007e82a23bbaa72c9485d0e297a398a68b8c3a034fdd481feac58aa760088ab474dc60a" 49 + ] 50 + }
+56
packages/opam-core/opam-core.2.3.0~alpha1/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.8.0"} 29 + "sha" {>= "1.13"} 30 + "jsonm" 31 + "swhid_core" 32 + "uutf" 33 + (("host-system-mingw" {os = "win32" & os-distribution != "cygwinports"} & 34 + "conf-mingw-w64-gcc-i686" 35 + {os = "win32" & os-distribution != "cygwinports"} & 36 + "conf-mingw-w64-gcc-x86_64" 37 + {os = "win32" & os-distribution != "cygwinports"}) | 38 + ("host-system-msvc" {os = "win32" & os-distribution != "cygwinports"} & 39 + "conf-msvc32" {os = "win32" & os-distribution != "cygwinports"} & 40 + "conf-msvc64" {os = "win32" & os-distribution != "cygwinports"})) 41 + ] 42 + conflicts: ["extlib-compat"] 43 + available: opam-version >= "2.1.0" 44 + flags: avoid-version 45 + build: [ 46 + ["./configure" "--disable-checks" "--prefix" prefix] 47 + ["dune" "build" "-p" name "-j" jobs] 48 + ] 49 + dev-repo: "git+https://github.com/ocaml/opam.git" 50 + url { 51 + src: "https://github.com/ocaml/opam/archive/refs/tags/2.3.0-alpha1.tar.gz" 52 + checksum: [ 53 + "md5=36823e340ba4393b20d32fb35ab4e903" 54 + "sha512=c7f1f57718189455673de74138a194139394b924aa71dca2fc1e73fef007e82a23bbaa72c9485d0e297a398a68b8c3a034fdd481feac58aa760088ab474dc60a" 55 + ] 56 + }
+52
packages/opam-devel/opam-devel.2.3.0~alpha1/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.6.0"} 28 + "conf-openssl" {with-test} 29 + "conf-diffutils" {with-test} 30 + ] 31 + available: opam-version >= "2.1.0" 32 + flags: avoid-version 33 + build: [ 34 + ["./configure" "--disable-checks" "--prefix" prefix] 35 + [make "%{name}%.install"] 36 + ] 37 + post-messages: 38 + """\ 39 + 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 40 + sudo cp %{lib}%/%{name}%/opam /usr/local/bin 41 + 42 + If you just want to give it a try without altering your current installation, you could use instead: 43 + alias opam2="OPAMROOT=~/.opam2 %{lib}%/%{name}%/opam\"""" 44 + {success} 45 + dev-repo: "git+https://github.com/ocaml/opam.git" 46 + url { 47 + src: "https://github.com/ocaml/opam/archive/refs/tags/2.3.0-alpha1.tar.gz" 48 + checksum: [ 49 + "md5=36823e340ba4393b20d32fb35ab4e903" 50 + "sha512=c7f1f57718189455673de74138a194139394b924aa71dca2fc1e73fef007e82a23bbaa72c9485d0e297a398a68b8c3a034fdd481feac58aa760088ab474dc60a" 51 + ] 52 + }
+42
packages/opam-format/opam-format.2.3.0~alpha1/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.6.0"} 28 + ] 29 + available: opam-version >= "2.1.0" 30 + flags: avoid-version 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.3.0-alpha1.tar.gz" 38 + checksum: [ 39 + "md5=36823e340ba4393b20d32fb35ab4e903" 40 + "sha512=c7f1f57718189455673de74138a194139394b924aa71dca2fc1e73fef007e82a23bbaa72c9485d0e297a398a68b8c3a034fdd481feac58aa760088ab474dc60a" 41 + ] 42 + }
+44
packages/opam-installer/opam-installer.2.3.0~alpha1/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.6.0"} 30 + ] 31 + available: opam-version >= "2.1.0" 32 + flags: avoid-version 33 + build: [ 34 + ["./configure" "--disable-checks" "--prefix" prefix] 35 + ["dune" "build" "-p" name "-j" jobs] 36 + ] 37 + dev-repo: "git+https://github.com/ocaml/opam.git" 38 + url { 39 + src: "https://github.com/ocaml/opam/archive/refs/tags/2.3.0-alpha1.tar.gz" 40 + checksum: [ 41 + "md5=36823e340ba4393b20d32fb35ab4e903" 42 + "sha512=c7f1f57718189455673de74138a194139394b924aa71dca2fc1e73fef007e82a23bbaa72c9485d0e297a398a68b8c3a034fdd481feac58aa760088ab474dc60a" 43 + ] 44 + }
+41
packages/opam-repository/opam-repository.2.3.0~alpha1/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.6.0"} 27 + ] 28 + available: opam-version >= "2.1.0" 29 + flags: avoid-version 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.3.0-alpha1.tar.gz" 37 + checksum: [ 38 + "md5=36823e340ba4393b20d32fb35ab4e903" 39 + "sha512=c7f1f57718189455673de74138a194139394b924aa71dca2fc1e73fef007e82a23bbaa72c9485d0e297a398a68b8c3a034fdd481feac58aa760088ab474dc60a" 40 + ] 41 + }
+50
packages/opam-solver/opam-solver.2.3.0~alpha1/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.6.0"} 31 + "opam-0install-cudf" {>= "0.5.0"} 32 + ] 33 + depopts: ["z3"] 34 + conflicts: [ 35 + "z3" {< "4.8.4"} 36 + ] 37 + available: opam-version >= "2.1.0" 38 + flags: avoid-version 39 + build: [ 40 + ["./configure" "--disable-checks" "--prefix" prefix] 41 + ["dune" "build" "-p" name "-j" jobs] 42 + ] 43 + dev-repo: "git+https://github.com/ocaml/opam.git" 44 + url { 45 + src: "https://github.com/ocaml/opam/archive/refs/tags/2.3.0-alpha1.tar.gz" 46 + checksum: [ 47 + "md5=36823e340ba4393b20d32fb35ab4e903" 48 + "sha512=c7f1f57718189455673de74138a194139394b924aa71dca2fc1e73fef007e82a23bbaa72c9485d0e297a398a68b8c3a034fdd481feac58aa760088ab474dc60a" 49 + ] 50 + }
+43
packages/opam-state/opam-state.2.3.0~alpha1/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.6.0"} 29 + ] 30 + available: opam-version >= "2.1.0" 31 + flags: avoid-version 32 + build: [ 33 + ["./configure" "--disable-checks" "--prefix" prefix] 34 + ["dune" "build" "-p" name "-j" jobs] 35 + ] 36 + dev-repo: "git+https://github.com/ocaml/opam.git" 37 + url { 38 + src: "https://github.com/ocaml/opam/archive/refs/tags/2.3.0-alpha1.tar.gz" 39 + checksum: [ 40 + "md5=36823e340ba4393b20d32fb35ab4e903" 41 + "sha512=c7f1f57718189455673de74138a194139394b924aa71dca2fc1e73fef007e82a23bbaa72c9485d0e297a398a68b8c3a034fdd481feac58aa760088ab474dc60a" 42 + ] 43 + }