this repo has no description
1opam-version: "2.0" 2synopsis: "Check opam package reproducibility" 3maintainer: "Robur Team <team@robur.coop>" 4authors: [ "Raja Boujbel <rjbou@ocamlpro.com>" "Reynir Björnsson <reynir@reynir.dk>" "Hannes Mehnert <hannes@mehnert.org>" ] 5homepage: "https://github.com/robur-coop/orb" 6bug-reports: "https://github.com/robur-coop/orb/issues" 7license: "ISC" 8depends: [ 9 "ocaml" {>= "4.10.0"} 10 "dune" {>= "2.0"} 11 "cmdliner" {>= "1.1.0"} 12 "opam-client" {>= "2.2.1"} 13 "opam-repository" {>= "2.2.1"} 14 "opam-core" {>= "2.2.1"} 15 "opam-format" {>= "2.2.1"} 16 "opam-solver" {>= "2.2.1"} 17 "opam-state" {>= "2.2.1"} 18] 19build: [ 20 ["dune" "subst"] {dev} 21 ["dune" "build" "-p" name "-j" jobs] 22 ["sh" "-ex" "packaging/FreeBSD/create_package.sh"] {os = "freebsd"} 23 ["sh" "-ex" "packaging/debian/create_package.sh"] {os-family = "debian"} 24] 25dev-repo: "git+https://github.com/robur-coop/orb.git" 26url { 27 src: 28 "https://github.com/robur-coop/orb/releases/download/v1.0.0/orb-1.0.0.tbz" 29 checksum: [ 30 "sha256=38bd6351831bf80b0cfb08831f624d1febdd5dfe4947540486cff3690dbc0cd7" 31 "sha512=45274cab85a491a2cf88749294fc51f844b6d554df9439c0bba0d1c9638a2c3d61a3739e382b5149054ed0973073d665853ab724bd11d284d83b003a19e4ae30" 32 ] 33} 34x-commit-hash: "401cb486d383e16959674d2a5a11fe43812aad71"