update orb metadata

This commit is contained in:
Robur 2021-06-24 09:38:38 +00:00
parent f87cdbbada
commit 878baba6eb

View file

@ -1,12 +1,12 @@
opam-version: "2.0"
name: "orb"
version: "0.1"
synopsis: "Check opam package reproducibility"
maintainer: "Raja Boujbel <rjbou@ocamlpro.com>"
authors: "Raja Boujbel <rjbou@ocamlpro.com>"
homepage: "https://github.com/rjbou/orb"
bug-reports: "https://github.com/rjbou/orb/issues"
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"
depends: [
"ocaml" {>= "4.05.0"}
"dune" {>= "2.0"}
"cmdliner" {>= "1.0"}
"opam-client" {>= "2.1.0~rc"}
@ -19,8 +19,9 @@ depends: [
build: [
["dune" "subst"] {dev}
["dune" "build" "-p" name "-j" jobs]
["sh" "packaging/FreeBSD/create-package.sh"] {os = "freebsd"}
]
dev-repo: "git+https://github.com/rjbou/orb.git"
dev-repo: "git+https://github.com/roburio/orb.git"
url {
src: "git+https://github.com/roburio/orb.git#next"
src: "git+https://github.com/roburio/orb.git"
}