this repo has no description

Merge pull request #23972 from kayceesrk/opam-publish-delimcc_of_fxhandler.0.1

Package delimcc_of_fxhandler.0.1

Changed files
+40
packages
delimcc_of_fxhandler
delimcc_of_fxhandler.0.1
+40
packages/delimcc_of_fxhandler/delimcc_of_fxhandler.0.1/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "Delimited control primitives on top of effect handlers"
+
description: "Delimited control primitives on top of effect handlers"
+
maintainer: ["KC Sivaramakrishnan"]
+
authors: ["KC Sivaramakrishnan"]
+
license: "ISC"
+
tags: ["effect handlers" "delimited control"]
+
homepage: "https://github.com/kayceesrk/delimcc_of_fxhandler"
+
bug-reports: "https://github.com/kayceesrk/delimcc_of_fxhandler/issues"
+
depends: [
+
"ocaml" {>= "5.0.0"}
+
"multicont"
+
"dune" {>= "3.7"}
+
"odoc" {with-doc}
+
]
+
conflicts: ["ocaml-option-bytecode-only"]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/kayceesrk/delimcc_of_fixhandler.git"
+
url {
+
src:
+
"https://github.com/kayceesrk/delimcc_of_fxhandler/archive/refs/tags/0.1.tar.gz"
+
checksum: [
+
"md5=5482673d1019d3fa2d72c85d7b8cebcc"
+
"sha512=537414e59f0acc318efa5dc2b94215a5d9df65ea016fed4b66f9b1e9e6ac60c69af859d9adc2f7c8360f3f13eb432b64a3217b7630d4d229b0923ac666f9504a"
+
]
+
}