-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathopam
More file actions
34 lines (30 loc) · 857 Bytes
/
Copy pathopam
File metadata and controls
34 lines (30 loc) · 857 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
27
28
29
30
31
32
33
34
opam-version: "1.2"
name: "prob-cache"
version: "dev"
author : "Carmelo Piccione carmelo.piccione+prob_cache@gmail.com"
maintainer: "carmelo.piccione+prob_cache@gmail.com"
homepage: "https://github.com/struktured/ocaml-prob-cache"
dev-repo: "git://github.com/struktured/ocaml-prob-cache.git#master"
bug-reports: "https://github.com/struktured/ocaml-prob-cache/issues"
build: [
["./configure" "--disable-riak" "--disable-containers-examples" "--disable-riak-examples"]
[make "clean"]
[make "-j2"]
]
install: [
[make "install"]
]
remove: [
["ocamlfind" "remove" "prob_cache_riak"]
["ocamlfind" "remove" "prob_cache_containers"]
["ocamlfind" "remove" "prob_cache_common"]
]
depends: [
"oasis" {build}
"ocamlfind"
"ppx_deriving" {>= "1.1"}
"ppx_deriving_protobuf" {>= "2.0"}
"containers" {>= "0.16"}
"sequence"
"oml" {>= "0.0.5"}
]