this repo has no description
0
fork

Configure Feed

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

Merge pull request #25420 from dhil/release-multicont-v1.0.2

[new release] multicont (1.0.2)

authored by

Marcello Seri and committed by
GitHub
9879a213 d00405c2

+40
+40
packages/multicont/multicont.1.0.2/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.2/multicont-1.0.2.tbz" 35 + checksum: [ 36 + "sha256=a083532a53e0200312b6a1de968dd8b6e3e2167c81208f51dd60eaeb30d11a4d" 37 + "sha512=a7d317f15ec78f046cc3351e2b701a880ac71f6c6f41f207c1ab5825b2918c02490b522b19f6ecb95baaa096f6f7e1ccea87c8c0ffe61bc46685b2fe336f5b39" 38 + ] 39 + } 40 + x-commit-hash: "e38a5f33a527de785dbfbbc451bb6f36b6b5eaee"