Skip to content

Commit

Permalink
[new release] multicont (1.0.2)
Browse files Browse the repository at this point in the history
CHANGES:

This release adds support for the anticipated release of OCaml 5.2.

Changes:

* Patch dhil/ocaml-multicont#7: OCaml 5.2 support (thanks to kit-ty-kate for the issue
  report dhil/ocaml-multicont#6; thanks to David Allsopp for reviewing the patch).  The
  change accounts for the new continuation representation.
* Added a basic testsuite runnable via `dune runtest`.
* Fixed a memory leak in the rollback parsing example.
* Added an entry about subtle interactions of unrestricted and linear
  effects in the "Cautionary tales" section of the README.
  • Loading branch information
dhil committed Mar 7, 2024
1 parent a6ba982 commit 7e08e81
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions packages/multicont/multicont.1.0.2/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
opam-version: "2.0"
synopsis: "Multi-shot continuations in OCaml"
description:
"This library provides facilities for programming with multi-shot continuations in OCaml"
maintainer: ["Daniel Hillerström"]
authors: ["Daniel Hillerström"]
license: "MIT"
tags: ["multi-shot continuations" "effect handlers"]
homepage: "https://github.com/dhil/ocaml-multicont"
bug-reports: "https://github.com/dhil/ocaml-multicont/issues"
depends: [
"ocaml" {>= "5.0.0"}
"dune" {>= "3.14"}
"dune-configurator" {>= "3.14"}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/dhil/ocaml-multicont.git"
url {
src:
"https://github.com/dhil/ocaml-multicont/releases/download/v1.0.2/multicont-1.0.2.tbz"
checksum: [
"sha256=541d5e6afb78a1ab639145b6a34a68a927109a727c9574d4b9f6b36d37c7bf9f"
"sha512=214e2d339f4bfd20d5ed7c42e5ab356088588d7126d132c429afbbb627680fb51446d2eb9875dbb3ebc85ca3703bb9d790390ad5e7331b06d4d692008c1f27d9"
]
}
x-commit-hash: "04571a180d8ea7ffa463bc60514d9f3a91e3626c"

0 comments on commit 7e08e81

Please sign in to comment.