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.8"}
20 "ocaml" {>= "4.08" & < "5.0"}
21 "odoc" {with-doc}
22]
23dev-repo: "git+https://github.com/ocaml/dune.git"
24patches: ["add-missing-version.patch"]
25build: [
26 ["dune" "subst"] {dev}
27 [
28 "dune"
29 "build"
30 "-p"
31 name
32 "-j"
33 jobs
34 "@install"
35 "@doc" {with-doc}
36 ]
37]
38x-commit-hash: "06f18009cb3c32d32712ecc992c4e45932882022"
39url {
40 src: "https://github.com/ocaml/dune/releases/download/2.8.0/dune-2.8.0.tbz"
41 checksum: [
42 "sha256=07104d9a51c85f7100cc95e633e1f07e6436b0f0e68ab38e87328e74a9f0d48b"
43 "sha512=615958292b9437e16e363c36b02efdc85b78e6e29b301cea23d8ab3ac206dc6546fcd392017967ba54258326ceb997baec9a8053e4d343429a9e48ceeb89f5e8"
44 ]
45}
46extra-source "add-missing-version.patch" {
47 src:
48 "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/dune-private-libs/add-missing-version.patch"
49 checksum: [
50 "sha256=e93c2e0ba014ec94f328f31d57b5599ae36d5e9785246d8b0f52a08c67eddd95"
51 "md5=afde317f7bfc202aa04f380f66e67e52"
52 ]
53}