File tree Expand file tree Collapse file tree 1 file changed +44
-0
lines changed Expand file tree Collapse file tree 1 file changed +44
-0
lines changed Original file line number Diff line number Diff line change 1+ # This file is generated by dune, edit dune-project instead
2+ opam-version: "2.0"
3+ synopsis: "Additional commands for dune-deps"
4+ description:
5+ "dune-deps-extra provides additional ways to query the dependency graph of a dune project"
6+ maintainer: ["Raphaël Proust" "ahrefs"]
7+ authors: ["Raphaël Proust"]
8+ license: "MIT"
9+ tags: ["dune" "build"]
10+ homepage: "https://github.com/ahrefs/dune-deps-extra"
11+ doc: "https://github.com/ahrefs/dune-deps-extra"
12+ bug-reports: "https://github.com/ahrefs/dune-deps-extra/issues"
13+ depends: [
14+ "ocaml"
15+ "dune" {>= "3.16"}
16+ "dune-deps" {>= "1.5.0"}
17+ "cmdliner"
18+ "yojson" {>= "2"}
19+ "ocamlformat" {dev}
20+ "odoc" {with-doc}
21+ ]
22+ build: [
23+ ["dune" "subst"] {dev}
24+ [
25+ "dune"
26+ "build"
27+ "-p"
28+ name
29+ "-j"
30+ jobs
31+ "@install"
32+ "@runtest" {with-test}
33+ "@doc" {with-doc}
34+ ]
35+ ]
36+ dev-repo: "git+https://github.com/ahrefs/dune-deps-extra.git"
37+ url {
38+ src:
39+ "https://github.com/ahrefs/dune-deps-extra/archive/refs/tags/0.1.tar.gz"
40+ checksum: [
41+ "md5=4935b3a9f01e3be86c263bdedc893691"
42+ "sha512=2b3612fd2693e830126d07ea8a71813017f3c383417e0d5bb0dca790a920cc2ed10bbc5e94069be3c4e24cdfc5564109ba227f0df825e076e3507bf83a84bcc1"
43+ ]
44+ }
You can’t perform that action at this time.
0 commit comments