forked from rixed/ramen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathopam.in
44 lines (44 loc) · 1.1 KB
/
opam.in
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
35
36
37
38
39
40
41
42
43
44
opam-version: "2.0"
version: "@PACKAGE_VERSION@"
name: "ramen"
maintainer: "[email protected]"
authors: "[email protected]"
homepage: "https://github.com/rixed/ramen"
bug-reports: "https://github.com/rixed/ramen/issues"
dev-repo: "git+https://github.com/rixed/ramen.git"
synopsis: "Event processor tailored for small-scale monitoring"
build: [
["./configure"]
[make]
[make "check"] {with-test}
]
install: [make "bin_dir=%{bin}%" "install"]
remove: [make "bin_dir=%{bin}%" "uninstall"]
depends: [
"ocamlfind" {build & >= "1.8.0"}
"batteries" {>= "2.8.0"}
"stdint" {= "0.5.0fix1"}
"parsercombinator" {>= "0.7"}
"binocle" {>= "0.9.0"}
"lacaml" {= "11.0.1"}
"num"
"ppp" {>= "2.7.5"}
"cmdliner" {build & >= "1.0.2"}
"sodium" {= "0.6.0"}
"syslog" {= "1.5"}
"sqlite3" {build}
"net_codecs" {>= "1.0"}
"zmq" {= "5.0.0"}
"kafka" {= "0.4"}
"qtest" {with-test}
"pfds" {= "0.3"}
"dessser" {= "0.0.2"}
]
depopts: [
"inotify"
]
depexts: [
[["debian"]
["libc-dev" "m4" "libsodium-dev" "librdkafka-dev" "libzmq3-dev" "libssl-dev" "libsasl2-dev"
"libqt5charts5-dev"]]
]