From 878baba6eb4ebee77e27f85108e5a698cd0b9f80 Mon Sep 17 00:00:00 2001 From: Robur Date: Thu, 24 Jun 2021 09:38:38 +0000 Subject: [PATCH] update orb metadata --- packages/orb.0.0.1~dev/opam | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/packages/orb.0.0.1~dev/opam b/packages/orb.0.0.1~dev/opam index e0468b2..a2cc60f 100644 --- a/packages/orb.0.0.1~dev/opam +++ b/packages/orb.0.0.1~dev/opam @@ -1,12 +1,12 @@ opam-version: "2.0" -name: "orb" -version: "0.1" synopsis: "Check opam package reproducibility" -maintainer: "Raja Boujbel " -authors: "Raja Boujbel " -homepage: "https://github.com/rjbou/orb" -bug-reports: "https://github.com/rjbou/orb/issues" +maintainer: "Robur Team " +authors: [ "Raja Boujbel " "Reynir Björnsson " ] +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" }