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"]
13authors: ["Jane Street Group, LLC"]
14license: "MIT"
15homepage: "https://github.com/ocaml/dune"
16doc: "https://dune.readthedocs.io/"
17bug-reports: "https://github.com/ocaml/dune/issues"
18depends: [
19 "dune" {>= "2.0"}
20 "ocaml" {>= "4.07" & < "5.0"}
21]
22dev-repo: "git+https://github.com/ocaml/dune.git"
23build: [
24 ["dune" "subst"] {dev}
25 [
26 "dune"
27 "build"
28 "-p"
29 name
30 "-j"
31 jobs
32 "@install"
33 "@doc" {with-doc}
34 ]
35]
36url {
37 src: "https://github.com/ocaml/dune/releases/download/2.1.1/dune-2.1.1.tbz"
38 checksum: [
39 "sha256=b14417016fa0901c0b04b8474aa9e5eafaadb298c4dc422899b7f9e8bcb7aa7c"
40 "sha512=605019ed9555ae669fd3e27518637a7e31e5935d4b0db54d6b066e0e1d11ef163b57eacec50f1f061baa808548c2b9017b8b1c44e3e78e50bbf27a572408e18f"
41 ]
42}