this repo has no description
1opam-version: "2.0"
2synopsis: "Glob string matching language supported by dune"
3description:
4 "dune-glob provides a parser and interpreter for globs as understood by dune language."
5maintainer: ["Jane Street Group, LLC"]
6authors: ["Jane Street Group, LLC"]
7license: "MIT"
8homepage: "https://github.com/ocaml/dune"
9doc: "https://dune.readthedocs.io/"
10bug-reports: "https://github.com/ocaml/dune/issues"
11depends: [
12 "dune" {>= "2.8"}
13 "dune-private-libs" {= version}
14 "odoc" {with-doc}
15]
16dev-repo: "git+https://github.com/ocaml/dune.git"
17patches: ["add-missing-version.patch"]
18build: [
19 ["dune" "subst"] {dev}
20 [
21 "dune"
22 "build"
23 "-p"
24 name
25 "-j"
26 jobs
27 "@install"
28 "@doc" {with-doc}
29 ]
30]
31x-commit-hash: "06f18009cb3c32d32712ecc992c4e45932882022"
32url {
33 src: "https://github.com/ocaml/dune/releases/download/2.8.0/dune-2.8.0.tbz"
34 checksum: [
35 "sha256=07104d9a51c85f7100cc95e633e1f07e6436b0f0e68ab38e87328e74a9f0d48b"
36 "sha512=615958292b9437e16e363c36b02efdc85b78e6e29b301cea23d8ab3ac206dc6546fcd392017967ba54258326ceb997baec9a8053e4d343429a9e48ceeb89f5e8"
37 ]
38}
39extra-source "add-missing-version.patch" {
40 src:
41 "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/dune-glob/add-missing-version.patch"
42 checksum: [
43 "sha256=e93c2e0ba014ec94f328f31d57b5599ae36d5e9785246d8b0f52a08c67eddd95"
44 "md5=afde317f7bfc202aa04f380f66e67e52"
45 ]
46}