-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathopam.in
More file actions
26 lines (26 loc) · 738 Bytes
/
Copy pathopam.in
File metadata and controls
26 lines (26 loc) · 738 Bytes
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
opam-version: "2.0"
version: "@PACKAGE_VERSION@"
name: "datasino"
maintainer: "rixed-opam@happyleptic.org"
authors: "rixed-opam@happyleptic.org"
homepage: "https://github.com/rixed/datasino"
bug-reports: "https://github.com/rixed/datasino/issues"
dev-repo: "git+https://github.com/rixed/datasino.git"
synopsis: "Data generator for arbitrary types and various formats"
build: [
["./configure"]
[make]
[make "check"] {with-test}
]
install: [make "bin_dir=%{bin}%" "install"]
remove: [make "bin_dir=%{bin}%" "uninstall"]
depends: [
"batteries" {build >= "3.2.0"}
"cmdliner" {build & >= "1.0.4"}
"dessser" {= "29.1.0"}
"kafka" {build >= "0.4"}
"ocamlfind" {build & >= "1.8.0"}
]
depexts: [
[["debian"] ["librdkafka-dev"]]
]