Skip to content

Commit df57d39

Browse files
committed
Package duppy.0.9.3
1 parent 030450c commit df57d39

File tree

1 file changed

+36
-0
lines changed
  • packages/duppy/duppy.0.9.3

1 file changed

+36
-0
lines changed

packages/duppy/duppy.0.9.3/opam

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# This file is generated by dune, edit dune-project instead
2+
opam-version: "2.0"
3+
synopsis: "Library providing monadic threads"
4+
maintainer: ["The Savonet Team <[email protected]>"]
5+
authors: ["Romain Beauxis <[email protected]>"]
6+
license: "LGPL-2.1"
7+
homepage: "https://github.com/savonet/ocaml-duppy"
8+
bug-reports: "https://github.com/savonet/ocaml-duppy/issues"
9+
depends: [
10+
"dune" {>= "2.7"}
11+
"pcre"
12+
"odoc" {with-doc}
13+
]
14+
build: [
15+
["dune" "subst"] {dev}
16+
[
17+
"dune"
18+
"build"
19+
"-p"
20+
name
21+
"-j"
22+
jobs
23+
"@install"
24+
"@runtest" {with-test}
25+
"@doc" {with-doc}
26+
]
27+
]
28+
dev-repo: "git+https://github.com/savonet/ocaml-duppy.git"
29+
url {
30+
src:
31+
"https://github.com/savonet/ocaml-duppy/archive/refs/tags/v0.9.3.tar.gz"
32+
checksum: [
33+
"md5=6cf3749bbcf496d2c41c4aa24f3a3536"
34+
"sha512=b10185a1ddf8c27df55ef7c12abcc7bf7ac528c39ed76db9b3dc428ccbed7a881d2862956ecf437d3ad47d89401b437547cd5b770046a882ecb007c50c126c18"
35+
]
36+
}

0 commit comments

Comments
 (0)