this repo has no description
1opam-version: "2.0"
2synopsis: "Embed locations informations inside executable and libraries"
3maintainer: ["Jane Street Group, LLC <opensource@janestreet.com>"]
4authors: ["Jane Street Group, LLC <opensource@janestreet.com>"]
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.9"}
11 "dune-private-libs" {= version}
12 "odoc" {with-doc}
13]
14dev-repo: "git+https://github.com/ocaml/dune.git"
15build: [
16 ["dune" "subst"] {dev}
17 [
18 "dune"
19 "build"
20 "-p"
21 name
22 "-j"
23 jobs
24 "@install"
25 "@doc" {with-doc}
26 ]
27]
28x-commit-hash: "e41c66259135d6d1d72b031be6684bf8826a2586"
29url {
30 src: "https://github.com/ocaml/dune/releases/download/2.9.1/dune-2.9.1.tbz"
31 checksum: [
32 "sha256=b374feb22b34099ccc6dd32128e18d088ff9a81837952b29f05110b308c09f26"
33 "sha512=fce1aa520db785c25ded75a959e9dafeb7887d4f5deeb14b044cd5b9e2d235dca24589d794d2f01513765bc4764cf72f8659bd15f3a4fc06efa61363dc5d709b"
34 ]
35}