opam-version: "2.0" synopsis: "Check opam package reproducibility" maintainer: "Robur Team " authors: [ "Raja Boujbel " "Reynir Björnsson " ] 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.2.0"} "opam-repository" {>= "2.2.0"} "opam-core" {>= "2.2.0"} "opam-format" {>= "2.2.0"} "opam-solver" {>= "2.2.0"} "opam-state" {>= "2.2.0"} ] 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" }