-
Notifications
You must be signed in to change notification settings - Fork 3
/
opam
36 lines (36 loc) · 804 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
35
36
opam-version: "1.2"
name: "sociaml-facebook-api"
version: "0.4.1"
maintainer: "dominic.price@nottingham.ac.uk"
homepage: "https://github.com/dominicjprice/sociaml-facebook-api"
authors: [ "Dominic Price" ]
license: "ISC"
available: [ ocaml-version >= "4.02.1" ]
bug-reports: "https://github.com/dominicjprice/sociaml-facebook-api/issues"
dev-repo: "https://github.com/dominicjprice/sociaml-facebook-api.git"
build: [
["oasis" "setup"]
["./configure" "--prefix" prefix]
[make "build"]
]
install: [
[make "install"]
]
remove: [
[make "uninstall"]
["ocamlfind" "remove" "sociaml_facebook_api"]
["ocamlfind" "remove" "endpoints"]
]
depends: [
"calendar"
"cohttp" { >= "0.18.0" }
"core_kernel"
"csv"
"lwt"
"oasis"
"ppx_meta_conv"
"ssl"
"tiny_json"
"tiny_json_conv"
"uri"
]