this repo has no description
1opam-version: "2.0"
2synopsis: "Embed locations informations inside executable and libraries"
3maintainer: ["Jane Street Group, LLC"]
4authors: ["Jane Street Group, LLC"]
5license: "MIT"
6homepage: "https://github.com/ocaml/dune"
7doc: "https://dune.readthedocs.io/"
8bug-reports: "https://github.com/ocaml/dune/issues"
9depends: [
10 "dune" {>= "2.8"}
11 "dune-private-libs" {= version}
12 "odoc" {with-doc}
13]
14build: [
15 ["dune" "subst"] {dev}
16 [
17 "dune"
18 "build"
19 "-p"
20 name
21 "-j"
22 jobs
23 "@install"
24 "@doc" {with-doc}
25 ]
26]
27dev-repo: "git+https://github.com/ocaml/dune.git"
28x-commit-hash: "6c471da57bea666267a8a63034aed57962f378b0"
29url {
30 src: "https://github.com/ocaml/dune/releases/download/2.8.2/dune-2.8.2.tbz"
31 checksum: [
32 "sha256=e2c4e8230f7c96236503fd75f22bdbc263639971bf104509e446855ded35ae1e"
33 "sha512=d3cca73f5a72440273f7b4e3934dfa7e89fcb64710f3c734d2583123f5d9f3e573f0ab96a4892b2f11313038da6b4e2c614951199ffef0a3f12669d729b25376"
34 ]
35}