this repo has no description
0
fork

Configure Feed

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

Merge pull request #25871 from dhil/release-multicont-v1.0.3

[new release] multicont (1.0.3)

authored by

Marcello Seri and committed by
GitHub
791466ba fcd34156

+40
+40
packages/multicont/multicont.1.0.3/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Multi-shot continuations in OCaml" 3 + description: 4 + "This library provides facilities for programming with multi-shot continuations in OCaml" 5 + maintainer: ["Daniel Hillerström"] 6 + authors: ["Daniel Hillerström"] 7 + license: "MIT" 8 + tags: ["multi-shot continuations" "effect handlers"] 9 + homepage: "https://github.com/dhil/ocaml-multicont" 10 + bug-reports: "https://github.com/dhil/ocaml-multicont/issues" 11 + depends: [ 12 + "ocaml" {>= "5.0.0"} 13 + "dune" {>= "3.14"} 14 + "dune-configurator" {>= "3.14"} 15 + "odoc" {with-doc} 16 + ] 17 + build: [ 18 + ["dune" "subst"] {dev} 19 + [ 20 + "dune" 21 + "build" 22 + "-p" 23 + name 24 + "-j" 25 + jobs 26 + "@install" 27 + "@runtest" {with-test} 28 + "@doc" {with-doc} 29 + ] 30 + ] 31 + dev-repo: "git+https://github.com/dhil/ocaml-multicont.git" 32 + url { 33 + src: 34 + "https://github.com/dhil/ocaml-multicont/releases/download/v1.0.3/multicont-1.0.3.tbz" 35 + checksum: [ 36 + "sha256=12eaa68f681d6484eb53c72fabe2b880664435b1f94c09ff0c2b48e9d0084103" 37 + "sha512=0fabeced43326ce09b6d010fc477caf9b593b00c40e22826caa1c7ddc956d8a505591bb683c31539f02d29208792c015ad5a2d3806a40ae47d2ec46f0122018d" 38 + ] 39 + } 40 + x-commit-hash: "40826d1aa661ddc8177f6acac1d8b5f440c1feab"