From 60ff26d3dd05d9e083f842fd6b3c5884244f678f Mon Sep 17 00:00:00 2001 From: Hannes Mehnert Date: Sun, 2 Jun 2024 22:40:01 +0200 Subject: [PATCH] modulectomy, opam-graph: put 5 as an upper bound --- packages/modulectomy.0.0.1~dev/opam | 2 +- packages/opam-graph.0.1.99~dev/opam | 36 +++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 packages/opam-graph.0.1.99~dev/opam diff --git a/packages/modulectomy.0.0.1~dev/opam b/packages/modulectomy.0.0.1~dev/opam index 2ff7639..178453d 100644 --- a/packages/modulectomy.0.0.1~dev/opam +++ b/packages/modulectomy.0.0.1~dev/opam @@ -9,7 +9,7 @@ tags: "regex" homepage: "https://github.com/Drup/modulectomy" bug-reports: "https://github.com/Drup/modulectomy/issues" depends: [ - "ocaml" {>= "4.08.0"} + "ocaml" {>= "4.08.0" & < "5.0.0"} "dune" "owee" {>= "0.5"} "tree_layout" {= "0.3.0~dev"} diff --git a/packages/opam-graph.0.1.99~dev/opam b/packages/opam-graph.0.1.99~dev/opam new file mode 100644 index 0000000..f846f9a --- /dev/null +++ b/packages/opam-graph.0.1.99~dev/opam @@ -0,0 +1,36 @@ +opam-version: "2.0" +synopsis: "Graphing dependencies of opam packages" +description: """\ +This package outputs dependency graphs (in svg and dot) of opam package +universes (opam switch export).""" +maintainer: "Robur " +authors: "Robur " +license: "ISC" +homepage: "https://git.robur.coop/robur/opam-graph" +bug-reports: "https://github.com/robur-coop/opam-graph/issues" +depends: [ + "ocaml" {>= "4.08.0" & < "5.0.0"} + "dune" {>= "2.0.0"} + "cmdliner" {>= "1.1.0"} + "fmt" {>= "0.8.7"} + "logs" + "opam-core" + "opam-format" {>= "2.1.1"} + "ocamldot" + "tyxml" {>= "4.3.0"} + "gg" +] +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://git.robur.coop/robur/opam-graph.git" +url { + src: + "https://git.robur.coop/attachments/aabe0e23-c411-4747-a44e-62e33f7f0658" + checksum: [ + "sha512=33e76715684b9f34f97f34a3033975beafa3cbcf88a861e937b80b6c4b08d4dd9b2aa1f7da51830a44166ae519c9a6c3f695c9b9af5583e17140359e0de1d73e" + ] +}