Skip to content

Commit e3843eb

Browse files
committed
Package algaeff.0.2.1
1 parent 2b84338 commit e3843eb

File tree

1 file changed

+30
-0
lines changed
  • packages/algaeff/algaeff.0.2.1

1 file changed

+30
-0
lines changed
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
opam-version: "2.0"
2+
synopsis: "Reusable Effects-Based Components"
3+
description: """
4+
This OCaml library collects reusable effects-based components we have identified while developing our proof assistants based on algebraic effects.
5+
"""
6+
maintainer: "favonia <[email protected]>"
7+
authors: "The RedPRL Development Team"
8+
license: "Apache-2.0"
9+
homepage: "https://github.com/RedPRL/algaeff"
10+
bug-reports: "https://github.com/RedPRL/algaeff/issues"
11+
dev-repo: "git+https://github.com/RedPRL/algaeff.git"
12+
depends: [
13+
"dune" {>= "2.0"}
14+
"ocaml" {>= "5.0"}
15+
"alcotest" {>= "1.5" & with-test}
16+
"qcheck-core" {>= "0.18" & with-test}
17+
"odoc" {with-doc}
18+
]
19+
build: [
20+
["dune" "build" "-p" name "-j" jobs]
21+
["dune" "build" "-p" name "-j" jobs "@runtest"] {with-test}
22+
["dune" "build" "-p" name "-j" jobs "@doc"] {with-doc}
23+
]
24+
url {
25+
src: "https://github.com/RedPRL/algaeff/archive/refs/tags/0.2.1.tar.gz"
26+
checksum: [
27+
"md5=585035e148aa566c00f38000768e06c8"
28+
"sha512=a79ae50ea35574330dafdc06dd261789b0606f913031206f1b38535b85da331b98a6f8d4c598a97af91f66f07c58e52952b40adebcb0328c47d8506acc5af913"
29+
]
30+
}

0 commit comments

Comments
 (0)