-
Notifications
You must be signed in to change notification settings - Fork 0
/
relic-sdk.opam
45 lines (45 loc) · 1.13 KB
/
relic-sdk.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
37
38
39
40
41
42
43
44
45
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "0.1.0"
synopsis: "SDK for the relic-link api"
maintainer: [
"echo 'QW5kcmVhcyBLcsO8aGxtYW5uIDxhbmRyZWFzQGtydWhsbWFubi5kZXY+Cg==' | base64 -d"
]
authors: [
"echo 'QW5kcmVhcyBLcsO8aGxtYW5uIDxhbmRyZWFzQGtydWhsbWFubi5kZXY+Cg==' | base64 -d"
]
license: "MIT"
homepage: "https://github.com/AoeCenter/relic-sdk"
doc: "https://github.com/AoeCenter/relic-sdk"
bug-reports: "https://github.com/AoeCenter/relic-sdk/issues"
depends: [
"ocaml" {>= "4.14"}
"cohttp-lwt-unix" {>= "5.3.0"}
"yojson" {>= "2.1.2"}
"lwt" {>= "5.7.0"}
"lwt_ssl" {>= "1.2.0"}
"ptime" {>= "1.1.0"}
"alcotest" {with-test & >= "1.3.0"}
"alcotest-lwt" {with-test & >= "1.7.0"}
"bisect_ppx" {with-test & >= "2.3.0"}
"ocamlformat" {with-dev-setup & >= "0.26.1"}
"base" {>= "v0.12.0"}
"dune" {>= "3.10" & >= "3.15.0"}
"dune-build-info"
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/AoeCenter/relic-sdk.git"