Skip to content

Commit 3644be3

Browse files
authored
Merge pull request ocaml#23190 from hannesm/opam-publish-opam-graph.0.1.0
Package opam-graph.0.1.0
2 parents cf4582a + 988c0c2 commit 3644be3

File tree

1 file changed

+36
-0
lines changed
  • packages/opam-graph/opam-graph.0.1.1

1 file changed

+36
-0
lines changed
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
opam-version: "2.0"
2+
synopsis: "Graphing dependencies of opam packages"
3+
description: """\
4+
This package outputs dependency graphs (in svg and dot) of opam package
5+
universes (opam switch export)."""
6+
maintainer: "Robur <[email protected]>"
7+
authors: "Robur <[email protected]>"
8+
license: "ISC"
9+
homepage: "https://git.robur.io/robur/opam-graph"
10+
bug-reports: "https://github.com/roburio/opam-graph/issues"
11+
depends: [
12+
"ocaml" {>= "4.08.0"}
13+
"dune" {>= "2.0.0"}
14+
"cmdliner" {>= "1.1.0"}
15+
"fmt" {>= "0.8.7"}
16+
"logs"
17+
"opam-core"
18+
"opam-format" {>= "2.1.1"}
19+
"ocamldot"
20+
"tyxml" {>= "4.3.0"}
21+
"gg"
22+
]
23+
build: [
24+
["dune" "subst"] {dev}
25+
["dune" "build" "-p" name "-j" jobs]
26+
["sh" "-ex" "packaging/FreeBSD/create_package.sh"] {os = "freebsd"}
27+
["sh" "-ex" "packaging/debian/create_package.sh"] {os-family = "debian"}
28+
]
29+
dev-repo: "git+https://git.robur.io/robur/opam-graph.git"
30+
url {
31+
src:
32+
"https://git.robur.io/attachments/aabe0e23-c411-4747-a44e-62e33f7f0658"
33+
checksum: [
34+
"sha512=33e76715684b9f34f97f34a3033975beafa3cbcf88a861e937b80b6c4b08d4dd9b2aa1f7da51830a44166ae519c9a6c3f695c9b9af5583e17140359e0de1d73e"
35+
]
36+
}

0 commit comments

Comments
 (0)