Skip to content

Commit

Permalink
Merge pull request #16169 from mjambon/dune-deps.1.2.0
Browse files Browse the repository at this point in the history
Release dune-deps 1.2.0
  • Loading branch information
kit-ty-kate authored Apr 9, 2020
2 parents 050e6b2 + a8576dc commit e136a0f
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 e136a0f

Please sign in to comment.