28 lines
999 B
Text
28 lines
999 B
Text
opam-version: "2.0"
|
|
synopsis: "Check opam package reproducibility"
|
|
maintainer: "Robur Team <team@robur.coop>"
|
|
authors: [ "Raja Boujbel <rjbou@ocamlpro.com>" "Reynir Björnsson <reynir@reynir.dk" "Hannes Mehnert <hannes@mehnert.org>" ]
|
|
homepage: "https://github.com/robur-coop/orb"
|
|
bug-reports: "https://github.com/robur-coop/orb/issues"
|
|
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
|
|
depends: [
|
|
"ocaml" {>= "4.10.0" & < "5.0.0"}
|
|
"dune" {>= "2.0"}
|
|
"cmdliner" {>= "1.1.0"}
|
|
"opam-client" {>= "2.1.2"}
|
|
"opam-repository" {>= "2.1.2"}
|
|
"opam-core" {>= "2.1.2"}
|
|
"opam-format" {>= "2.1.2"}
|
|
"opam-solver" {>= "2.1.2"}
|
|
"opam-state" {>= "2.1.2"}
|
|
]
|
|
build: [
|
|
["dune" "subst"] {dev}
|
|
["dune" "build" "-p" name "-j" jobs]
|
|
["sh" "-ex" "packaging/FreeBSD/create_package.sh"] {os = "freebsd"}
|
|
["sh" "-ex" "packaging/debian/create_package.sh"] {os-family = "debian"}
|
|
]
|
|
dev-repo: "git+https://github.com/robur-coop/orb.git"
|
|
url {
|
|
src: "git+https://github.com/robur-coop/orb.git"
|
|
}
|