modulectomy, opam-graph: put 5 as an upper bound
This commit is contained in:
parent
9292b8f29e
commit
60ff26d3dd
2 changed files with 37 additions and 1 deletions
|
@ -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"}
|
||||
|
|
36
packages/opam-graph.0.1.99~dev/opam
Normal file
36
packages/opam-graph.0.1.99~dev/opam
Normal file
|
@ -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 <team@robur.coop>"
|
||||
authors: "Robur <team@robur.coop>"
|
||||
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"
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue