-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #16169 from mjambon/dune-deps.1.2.0
Release dune-deps 1.2.0
- Loading branch information
Showing
1 changed file
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |