this repo has no description
1opam-version: "2.0"
2synopsis: "Private libraries of Dune"
3description: """
4!!!!!!!!!!!!!!!!!!!!!!
5!!!!! DO NOT USE !!!!!
6!!!!!!!!!!!!!!!!!!!!!!
7
8This package contains code that is shared between various dune-xxx
9packages. However, it is not meant for public consumption and provides
10no stability guarantee.
11"""
12maintainer: ["Jane Street Group, LLC <opensource@janestreet.com>"]
13authors: ["Jane Street Group, LLC <opensource@janestreet.com>"]
14license: "MIT"
15homepage: "https://github.com/ocaml/dune"
16doc: "https://dune.readthedocs.io/"
17bug-reports: "https://github.com/ocaml/dune/issues"
18depends: [
19 "dune" {>= "3.12"}
20 "csexp" {>= "1.5.0"}
21 "pp" {>= "1.1.0"}
22 "dyn" {= version}
23 "stdune" {= version}
24 "ocaml" {>= "4.08"}
25 "odoc" {with-doc}
26]
27dev-repo: "git+https://github.com/ocaml/dune.git"
28x-maintenance-intent: ["(none)"]
29build: [
30 ["dune" "subst"] {dev}
31 ["rm" "-rf" "vendor/csexp"]
32 ["rm" "-rf" "vendor/pp"]
33 [
34 "dune"
35 "build"
36 "-p"
37 name
38 "-j"
39 jobs
40 "@install"
41 "@doc" {with-doc}
42 ]
43]
44url {
45 src:
46 "https://github.com/ocaml/dune/releases/download/3.18.0/dune-3.18.0.tbz"
47 checksum: [
48 "sha256=b7450daeadc3786f6d229f1b8be98a3de1d8d7017446d8c43a3940aa37db2ffb"
49 "sha512=e28d1ac9b25307ca167721760e1cec09f41bd602b88c8a882c1febdf20b5d5db55d38b69ce62cab4ad6552c408a230e465afc1654afe0adb2a7551007c278417"
50 ]
51}
52x-commit-hash: "a6da88b2f54d2043047cef727618842811d8a6a5"