Skip to content

Commit

Permalink
Release dune-deps 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mjambon committed Apr 9, 2020
1 parent 050e6b2 commit a8576dc
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions packages/dune-deps/dune-deps.1.2.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
opam-version: "2.0"
maintainer: "martin@mjambon.com"
authors: ["Martin Jambon"]
homepage: "https://github.com/mjambon/dune-deps"
bug-reports: "https://github.com/mjambon/dune-deps/issues"
dev-repo: "git+https://github.com/mjambon/dune-deps.git"
license: "BSD-3-Clause"

build: [
["dune" "build" "-p" name "-j" jobs]
]

depends: [
"cmdliner"
"dune" {>= "2.1"}
"ocaml"
"sexplib"
]

synopsis: "Show dependency graph of a multi-component dune project"

description: """
Dune-deps scans a dune project and produces a dependency graph
which can be rendered with 'dot'. It is useful for projects that define
multiple libraries or executables. It allows the developer to visualize
the dependencies between the various components of a project.
"""

url {
src: "https://github.com/mjambon/dune-deps/archive/v1.2.0.tar.gz"
checksum: "md5=dc797f9b4d8cf07869298509b1665f7a"
}

0 comments on commit a8576dc

Please sign in to comment.