this repo has no description
1opam-version: "2.0"
2synopsis: "Dune's unstable standard library"
3description:
4 "This library offers no backwards compatibility guarantees. Use at your own risk."
5maintainer: ["Jane Street Group, LLC <opensource@janestreet.com>"]
6authors: ["Jane Street Group, LLC <opensource@janestreet.com>"]
7license: "MIT"
8homepage: "https://github.com/ocaml/dune"
9doc: "https://dune.readthedocs.io/"
10bug-reports: "https://github.com/ocaml/dune/issues"
11depends: [
12 "dune" {>= "3.12"}
13 "ocaml" {>= "4.08.0"}
14 "base-unix"
15 "dyn" {= version}
16 "ordering" {= version}
17 "pp" {>= "2.0.0"}
18 "csexp" {>= "1.5.0"}
19 "odoc" {with-doc}
20]
21dev-repo: "git+https://github.com/ocaml/dune.git"
22x-maintenance-intent: ["(none)"]
23build: [
24 ["dune" "subst"] {dev}
25 ["rm" "-rf" "vendor/csexp"]
26 ["rm" "-rf" "vendor/pp"]
27 [
28 "dune"
29 "build"
30 "-p"
31 name
32 "-j"
33 jobs
34 "@install"
35 "@doc" {with-doc}
36 ]
37]
38url {
39 src:
40 "https://github.com/ocaml/dune/releases/download/3.18.0/dune-3.18.0.tbz"
41 checksum: [
42 "sha256=b7450daeadc3786f6d229f1b8be98a3de1d8d7017446d8c43a3940aa37db2ffb"
43 "sha512=e28d1ac9b25307ca167721760e1cec09f41bd602b88c8a882c1febdf20b5d5db55d38b69ce62cab4ad6552c408a230e465afc1654afe0adb2a7551007c278417"
44 ]
45}
46x-commit-hash: "a6da88b2f54d2043047cef727618842811d8a6a5"