this repo has no description
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: "OCaml bindings to Zulip API" 4maintainer: ["Dario Pinto <dario.pinto@ocamlpro.com>"] 5authors: ["Mohamed Hernouf <mohamed.hernouf@ocamlpro.com>"] 6license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" 7tags: ["zulip" "bindings" "api"] 8homepage: "https://github.com/OCamlPro/ozulip" 9doc: "https://ocamlpro.github.io/ozulip/" 10bug-reports: "https://github.com/OCamlPro/ozulip/issues" 11depends: [ 12 "ocaml" {>= "4.10"} 13 "dune" {>= "2.0"} 14 "ez_api" {>= "2.0.0"} 15 "re" 16 "base64" 17 "json-data-encoding" {>= "1.0.0"} 18 "logs" 19 "lwt" {>= "5.4.0"} 20 "ez_file" {>= "0.3.0"} 21 "cohttp-lwt-unix" 22 "yojson" 23 "logs" 24] 25build: [ 26 ["dune" "subst"] {dev} 27 [ 28 "dune" 29 "build" 30 "-p" 31 name 32 "-j" 33 jobs 34 "@install" 35 "@runtest" {with-test} 36 "@doc" {with-doc} 37 ] 38] 39dev-repo: "git+https://github.com/OCamlPro/ozulip.git" 40url { 41 src: "https://github.com/OCamlPro/ozulip/archive/refs/tags/0.1.tar.gz" 42 checksum: [ 43 "md5=4173fefee440773dd0f8d7db5a2e01e5" 44 "sha512=cb53870eb8d41f53cf6de636d060fe1eee6c39f7c812eacb803b33f9998242bfb12798d4922e7633aa3035cf2ab98018987b380fb3f380f80d7270e56359c5d8" 45 ] 46}