Skip to content

Commit 3c104c6

Browse files
authored
Merge pull request #27491 from toots/opam-publish-duppy.0.9.5
Package duppy.0.9.5
2 parents 03a8b19 + 52513a2 commit 3c104c6

File tree

1 file changed

+37
-0
lines changed
  • packages/duppy/duppy.0.9.5

1 file changed

+37
-0
lines changed

packages/duppy/duppy.0.9.5/opam

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
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-only"
7+
homepage: "https://github.com/savonet/ocaml-duppy"
8+
bug-reports: "https://github.com/savonet/ocaml-duppy/issues"
9+
depends: [
10+
"ocaml" {>= "4.07.0"}
11+
"dune" {>= "2.7"}
12+
"re" {>= "1.7.2"}
13+
"odoc" {with-doc}
14+
]
15+
build: [
16+
["dune" "subst"] {dev}
17+
[
18+
"dune"
19+
"build"
20+
"-p"
21+
name
22+
"-j"
23+
jobs
24+
"@install"
25+
"@runtest" {with-test}
26+
"@doc" {with-doc}
27+
]
28+
]
29+
dev-repo: "git+https://github.com/savonet/ocaml-duppy.git"
30+
url {
31+
src:
32+
"https://github.com/savonet/ocaml-duppy/archive/refs/tags/v0.9.5.tar.gz"
33+
checksum: [
34+
"md5=3d44e9b714291c199aaeb7bbed9d8eb0"
35+
"sha512=9859a933d20777a0c1c12388b27953a391f71fe699c421ac52505ffab7321cef10454833927bf27355b0775192d8e6a2647c4fa5efe4874289db81577b9955d5"
36+
]
37+
}

0 commit comments

Comments
 (0)