forked from OCamlPro/ez_api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ez_api.opam
66 lines (66 loc) · 1.62 KB
/
ez_api.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "Easy API library and tools"
maintainer: ["Fabrice Le Fessant <[email protected]>"]
authors: [
"Cagdas Bozman <[email protected]>"
"Michael Laporte <[email protected]>"
"Fabrice Le Fessant <[email protected]>"
"Maxime Levillain <[email protected]>"
"Alain Mebsout <[email protected]>"
]
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
homepage: "https://github.com/ocamlpro/ez_api"
doc: "https://ocpmax.github.io/ez_api/ez_api/index.html"
bug-reports: "https://github.com/ocamlpro/ez_api/issues"
depends: [
"dune" {>= "2.6"}
"ocaml" {>= "4.08"}
"json-data-encoding" {>= "0.7.0"}
"lwt" {>= "4.0.0"}
"ezjsonm" {>= "1.0.0"}
"uuidm"
]
depopts: [
"geoip"
"js_of_ocaml-lwt" {>= "4.0.0"}
"calendar" {>= "2.03"}
"cohttp-lwt-unix" {>= "5.0.0"}
"cohttp-lwt-jsoo" {>= "5.0.0"}
"lwt_log"
"tls"
"httpaf-lwt-unix" {>= "0.6.0"}
"ocurl" {>= "0.8.0"}
"ezjs_fetch" {>= "0.2"}
"websocket-lwt-unix"
"websocket-httpaf-lwt"
"ppxlib"
"ppx_deriving_encoding"
"digestif" {>= "1.0.0"}
"yaml"
]
conflicts: [
"calendar" {< "2.03"}
"js_of_ocaml-lwt" {< "4.0.0"}
"cohttp-lwt-unix" {< "5.0.0"}
"cohttp-lwt-jsoo" {< "5.0.0"}
"httpaf-lwt-unix" {< "0.6.0"}
"ezjs_fetch" {< "0.2"}
"ocurl" {< "0.8.0"}
"digestif" {< "1.0.0"}
]
build: [
["dune" "subst"] {pinned}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/ocamlpro/ez_api.git"