-
Notifications
You must be signed in to change notification settings - Fork 1.1k
/
opam
34 lines (34 loc) · 906 Bytes
/
opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
opam-version: "2.0"
maintainer: "Romain Beauxis <toots@rastageeks.org>"
authors: "The Savonet Team <savonet-users@lists.sourceforge.net>"
homepage: "https://github.com/savonet/ocaml-duppy"
build: [
["./configure" "--prefix" prefix]
[make]
]
install: [
[make "install"]
]
remove: ["ocamlfind" "remove" "duppy"]
depends: [
"ocaml" {>= "4.02.3"}
"ocamlfind" {build}
"pcre"
]
depopts: [
"ssl"
"osx-secure-transport"
]
conflicts: ["liquidsoap" {<= "1.2.1"}]
bug-reports: "https://github.com/savonet/ocaml-duppy/issues"
dev-repo: "git+https://github.com/savonet/ocaml-duppy.git"
synopsis: "Library providing monadic threads"
flags: light-uninstall
url {
src:
"https://github.com/savonet/ocaml-duppy/releases/download/0.8.0/ocaml-duppy-0.8.0.tar.gz"
checksum: [
"sha256=007a7403d3668b4edb201ffc3c74777e1f7eab5ffa71c6ee392a8e8adedb2880"
"md5=07c0eab9584b2236e90e2b88ee246677"
]
}