this repo has no description
1opam-version: "2.0"
2synopsis: "Easy API library and tools"
3maintainer: ["Fabrice Le Fessant <fabrice.le_fessant@ocamlpro.com>"]
4authors: [
5 "Cagdas Bozman <cagdas.bozman@ocamlpro.com>"
6 "Michael Laporte <michael.laporte@ocamlpro.com>"
7 "Fabrice Le Fessant <fabrice.le_fessant@ocamlpro.com>"
8 "Maxime Levillain <maxime.levillain@ocamlpro.com>"
9 "Alain Mebsout <alain.mebsout@ocamlpro.com>"
10]
11license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
12homepage: "https://github.com/ocamlpro/ez_api"
13doc: "https://ocpmax.github.io/ez_api/ez_api/index.html"
14bug-reports: "https://github.com/ocamlpro/ez_api/issues"
15depends: [
16 "dune" {>= "2.8"}
17 "ocaml" {>= "4.08"}
18 "json-data-encoding" {>= "0.9"}
19 "lwt" {>= "4.0.0" & < "5.6.0"}
20 "ezjsonm" {>= "1.1.0"}
21 "uuidm"
22]
23depopts: [
24 "geoip"
25 "js_of_ocaml-lwt"
26 "calendar"
27 "cohttp-lwt-unix"
28 "cohttp-lwt-jsoo"
29 "lwt_log"
30 "tls"
31 "httpaf-lwt-unix"
32 "ocurl"
33 "ezjs_fetch"
34 "websocket-lwt-unix"
35 "websocket-httpaf-lwt"
36 "ppxlib"
37 "ppx_deriving_encoding"
38 "digestif"
39]
40conflicts: [
41 "calendar" {< "2.03"}
42 "cohttp-lwt-jsoo" {< "4.0.0"}
43 "cohttp" {>= "5.0.0"}
44 "httpaf-lwt-unix" {< "0.6.0"}
45 "ezjs_fetch" {< "0.2"}
46 "ocurl" {< "0.8.0"}
47 "digestif" {< "1.0.0"}
48 "result" {< "1.5"}
49 "ppxlib" {< "0.22" | >= "0.36.0"}
50 "ppx_deriving_encoding" {>= "0.3.0"}
51 "tls" {>= "1.0.0"}
52]
53build: [
54 ["dune" "subst"] {dev}
55 [
56 "dune"
57 "build"
58 "-p"
59 name
60 "-j"
61 jobs
62 "@install"
63 "@runtest" {with-test}
64 "@doc" {with-doc}
65 ]
66]
67dev-repo: "git+https://github.com/ocamlpro/ez_api.git"
68url {
69 src: "https://github.com/OCamlPro/ez_api/archive/v1.0.0.tar.gz"
70 checksum: [
71 "md5=d4dcb8a0be9cf87fca6471cecf083d9a"
72 "sha512=452a5de00bf0b51926d9c4c5c9062981c372ebce9ccfd0586b1e1b9b42c96721035dc7cd405e4bdd936ae0a7e69f442e4063713756b7cdac246319198fb89e2c"
73 ]
74}