2021-06-25 13:27:08 +00:00
|
|
|
opam-version: "2.0"
|
2021-06-25 13:42:10 +00:00
|
|
|
synopsis: "Client library for opam 2.1"
|
2021-06-25 13:27:08 +00:00
|
|
|
description:
|
2021-06-25 13:42:10 +00:00
|
|
|
"Actions on the opam root, switches, installations, and front-end."
|
2021-06-25 13:27:08 +00:00
|
|
|
maintainer: "opam-devel@lists.ocaml.org"
|
|
|
|
authors: [
|
|
|
|
"Vincent Bernardoff <vb@luminar.eu.org>"
|
|
|
|
"Raja Boujbel <raja.boujbel@ocamlpro.com>"
|
|
|
|
"Roberto Di Cosmo <roberto@dicosmo.org>"
|
|
|
|
"Thomas Gazagnaire <thomas@gazagnaire.org>"
|
|
|
|
"Louis Gesbert <louis.gesbert@ocamlpro.com>"
|
|
|
|
"Fabrice Le Fessant <Fabrice.Le_fessant@inria.fr>"
|
|
|
|
"Anil Madhavapeddy <anil@recoil.org>"
|
|
|
|
"Guillem Rieu <guillem.rieu@ocamlpro.com>"
|
|
|
|
"Ralf Treinen <ralf.treinen@pps.jussieu.fr>"
|
|
|
|
"Frederic Tuong <tuong@users.gforge.inria.fr>"
|
|
|
|
]
|
|
|
|
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
|
|
|
|
homepage: "https://opam.ocaml.org"
|
|
|
|
bug-reports: "https://github.com/ocaml/opam/issues"
|
|
|
|
depends: [
|
|
|
|
"ocaml" {>= "4.02.3"}
|
2021-06-25 13:42:10 +00:00
|
|
|
"opam-state" {= version}
|
|
|
|
"opam-solver" {= version}
|
|
|
|
"extlib" {>= "1.7.3" & < "1.7.8"}
|
|
|
|
"opam-repository" {= version}
|
2021-06-25 13:27:08 +00:00
|
|
|
"re" {>= "1.9.0"}
|
2021-06-25 13:42:10 +00:00
|
|
|
"cmdliner" {>= "1.0.0"}
|
2021-06-25 13:27:08 +00:00
|
|
|
"dune" {>= "1.11.0"}
|
|
|
|
]
|
|
|
|
build: [
|
|
|
|
["./configure" "--disable-checks" "--prefix" prefix]
|
|
|
|
["dune" "build" "-p" name "-j" jobs]
|
|
|
|
]
|
|
|
|
dev-repo: "git+https://github.com/ocaml/opam.git"
|
|
|
|
url {
|
2021-08-02 12:13:53 +00:00
|
|
|
src: "https://github.com/ocaml/opam/archive/2.1.0.tar.gz"
|
2021-06-25 13:42:10 +00:00
|
|
|
checksum: [
|
2021-08-02 12:13:53 +00:00
|
|
|
"md5=c48e9f56ad418827e3af37d2415213a4"
|
|
|
|
"sha512=c0060e609c49a12dc8f64accef990aa593db818b72df3984fb9b4b22d8678b46c515916c84134a62dab614c716b61788eadc954d295f32c1f27d38aec22b3edf"
|
2021-06-25 13:42:10 +00:00
|
|
|
]
|
|
|
|
}
|