this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

[new release] camldiets (0.3)

CHANGES:

- Change from OASIS to DUNE
- Change from OCAML 4 to OCAML 5

+39
+39
packages/camldiets/camldiets.0.3/opam
··· 1 + opam-version: "2.0" 2 + synopsis: 3 + "A highly efficient OCaml set implementation for fat sets, i.e. densely populated sets over a discrete linear order" 4 + description: 5 + "A highly efficient OCaml set implementation for fat sets, i.e. densely populated sets over a discrete linear order." 6 + maintainer: ["Oliver Friedmann" "Martin Lange"] 7 + authors: ["Oliver Friedmann" "Martin Lange"] 8 + license: "BSD-3-clause" 9 + homepage: "https://github.com/tcsprojects/camldiets" 10 + bug-reports: "https://github.com/tcsprojects/camldiets/issues" 11 + depends: [ 12 + "ocaml" 13 + "dune" {>= "3.10"} 14 + "odoc" {with-doc} 15 + ] 16 + build: [ 17 + ["dune" "subst"] {dev} 18 + [ 19 + "dune" 20 + "build" 21 + "-p" 22 + name 23 + "-j" 24 + jobs 25 + "@install" 26 + "@runtest" {with-test} 27 + "@doc" {with-doc} 28 + ] 29 + ] 30 + dev-repo: "git+https://github.com/tcsprojects/camldiets.git" 31 + url { 32 + src: 33 + "https://github.com/tcsprojects/camldiets/releases/download/v0.3/camldiets-0.3.tbz" 34 + checksum: [ 35 + "sha256=53835314f6a6a15ef01790a5a1aa1e2097566de9b4bc0c424e9a694fcaa90c7f" 36 + "sha512=0de67240cdb1fa582e43c7580875cdcdcb18cc4a1bacf46b395c26608009319c3d1474d1463ad5c552b367f3b3110ef50de8abeb058184f66b5dd1d70abea810" 37 + ] 38 + } 39 + x-commit-hash: "7583e1147b9e42066bc59c486b83c40dc1a3295c"