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: "b796156167490e777131403f651e83779e954000"
29url {
30 src: "https://github.com/ocaml/dune/releases/download/2.8.1/dune-2.8.1.tbz"
31 checksum: [
32 "sha256=e7b405c75af321ce6518aa8e70ebdd403dbcc2ede931713e69c2b5addda4bd44"
33 "sha512=300c9f5074af5db78c8ffb17b4a1c402fce322d9af4b213aa847bfd9f9fd053e757182f3da8b207f2d24afbd609a227e8c0e57ef038ab236322229c41e240c43"
34 ]
35}