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