-
Notifications
You must be signed in to change notification settings - Fork 1
/
orb.opam
25 lines (25 loc) · 884 Bytes
/
orb.opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
opam-version: "2.0"
synopsis: "Check opam package reproducibility"
maintainer: "Robur Team <[email protected]>"
authors: [ "Raja Boujbel <[email protected]>" "Reynir Björnsson <[email protected]" "Hannes Mehnert <[email protected]>" ]
homepage: "https://github.com/robur-coop/orb"
bug-reports: "https://github.com/robur-coop/orb/issues"
license: "ISC"
depends: [
"ocaml" {>= "4.10.0"}
"dune" {>= "2.0"}
"cmdliner" {>= "1.1.0"}
"opam-client" {>= "2.2.1"}
"opam-repository" {>= "2.2.1"}
"opam-core" {>= "2.2.1"}
"opam-format" {>= "2.2.1"}
"opam-solver" {>= "2.2.1"}
"opam-state" {>= "2.2.1"}
]
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"