2021-04-29 11:37:30 +00:00
|
|
|
opam-version: "2.0"
|
|
|
|
synopsis: "Check opam package reproducibility"
|
2021-06-24 09:38:38 +00:00
|
|
|
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/roburio/orb"
|
|
|
|
bug-reports: "https://github.com/roburio/orb/issues"
|
|
|
|
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
|
2021-04-29 11:37:30 +00:00
|
|
|
depends: [
|
2021-06-24 09:38:38 +00:00
|
|
|
"ocaml" {>= "4.05.0"}
|
2021-04-29 11:37:30 +00:00
|
|
|
"dune" {>= "2.0"}
|
|
|
|
"cmdliner" {>= "1.0"}
|
2021-12-09 20:59:24 +00:00
|
|
|
"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"}
|
2021-04-29 11:37:30 +00:00
|
|
|
]
|
|
|
|
build: [
|
|
|
|
["dune" "subst"] {dev}
|
|
|
|
["dune" "build" "-p" name "-j" jobs]
|
2021-08-02 13:13:45 +00:00
|
|
|
["sh" "-ex" "packaging/FreeBSD/create_package.sh"] {os = "freebsd"}
|
|
|
|
["sh" "-ex" "packaging/debian/create_package.sh"] {os-family = "debian"}
|
2021-04-29 11:37:30 +00:00
|
|
|
]
|
2021-06-24 09:38:38 +00:00
|
|
|
dev-repo: "git+https://github.com/roburio/orb.git"
|
2021-04-29 11:37:30 +00:00
|
|
|
url {
|
2021-06-24 09:38:38 +00:00
|
|
|
src: "git+https://github.com/roburio/orb.git"
|
2021-04-29 11:37:30 +00:00
|
|
|
}
|