2021-06-25 13:27:08 +00:00
|
|
|
opam-version: "2.0"
|
2021-06-25 13:42:10 +00:00
|
|
|
synopsis: "Format library for opam 2.1"
|
|
|
|
description: "Definition of opam datastructures and its file interface."
|
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-core" {= version}
|
|
|
|
"opam-file-format" {>= "2.1.3"}
|
2021-06-25 13:27:08 +00:00
|
|
|
"re" {>= "1.9.0"}
|
|
|
|
"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-06-25 13:42:10 +00:00
|
|
|
src: "https://github.com/ocaml/opam/archive/2.1.0-rc2.tar.gz"
|
|
|
|
checksum: [
|
|
|
|
"md5=5eaab63268be06e2b10e97f7005f6c91"
|
|
|
|
"sha512=77ce2b6a79d57a6a51c76cc8e94ade0749c7bc5aca5237921361fd5909dd678b71a8e29a5af2460dafea2b4c558ed0484cbc4d1bbe1914f51b21a61320c95b96"
|
|
|
|
]
|
|
|
|
}
|