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.5"}
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.6.2/dune-2.6.2.tbz"
38 checksum: [
39 "sha256=4f6ec1f3f27ac48753d03b4a172127e4a56ae724201a3a18dc827c94425788e9"
40 "sha512=d195479c99a59edb0cb7674375f45e518389b2f251b02e5f603c196b9592acbcf2a12193b3de70831a543fa477f57abb101fdd210660e25805b147c66877cafa"
41 ]
42}