Skip to content

Commit

Permalink
Merge pull request ocaml#27307 from mjambon/release-dune-deps-1.4.0
Browse files Browse the repository at this point in the history
[new release] dune-deps (1.4.0)
  • Loading branch information
mseri authored Jan 23, 2025
2 parents 9c115ea + 96ac71f commit c6bfb10
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions packages/dune-deps/dune-deps.1.4.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
opam-version: "2.0"
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."""
maintainer: ["Martin Jambon <martin@mjambon.com>"]
authors: ["Martin Jambon" "OCaml community"]
license: "BSD-3-Clause"
homepage: "https://github.com/mjambon/dune-deps"
bug-reports: "https://github.com/mjambon/dune-deps/issues"
depends: [
"dune" {>= "3.0"}
"ocaml" {>= "4.08.0"}
"cmdliner" {>= "1.1.1"}
"sexplib"
"alcotest" {with-test}
"odoc" {with-doc}
]
depopts: ["conf-graphviz"]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/mjambon/dune-deps.git"
url {
src:
"https://github.com/mjambon/dune-deps/releases/download/1.4.0/dune-deps-1.4.0.tbz"
checksum: [
"sha256=4c83aca16f9eae9048d14730726699a6be08e16ce33c12777c863462dcb12acb"
"sha512=14eff94029bcaa469bfd295efcbb4418a8a8f20c1c1e83f5b0611d9ae37286b00b0fe07fdd9ea96bba198440e4e68cb0fcf7dfc7baf05f1d05500c6894496d2a"
]
}
x-commit-hash: "976d4f3f0f14c01a4ecefd42cc80190200942c03"

0 comments on commit c6bfb10

Please sign in to comment.