Skip to content

Commit

Permalink
Merge pull request ocaml#23190 from hannesm/opam-publish-opam-graph.0…
Browse files Browse the repository at this point in the history
….1.0

Package opam-graph.0.1.0
  • Loading branch information
kit-ty-kate authored Feb 1, 2023
2 parents cf4582a + 988c0c2 commit 3644be3
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions packages/opam-graph/opam-graph.0.1.1/opam
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"
authors: "Robur <[email protected]>"
license: "ISC"
homepage: "https://git.robur.io/robur/opam-graph"
bug-reports: "https://github.com/roburio/opam-graph/issues"
depends: [
"ocaml" {>= "4.08.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.io/robur/opam-graph.git"
url {
src:
"https://git.robur.io/attachments/aabe0e23-c411-4747-a44e-62e33f7f0658"
checksum: [
"sha512=33e76715684b9f34f97f34a3033975beafa3cbcf88a861e937b80b6c4b08d4dd9b2aa1f7da51830a44166ae519c9a6c3f695c9b9af5583e17140359e0de1d73e"
]
}

0 comments on commit 3644be3

Please sign in to comment.