opam-version: "2.0" maintainer: "Richard Degenne " authors: ["Richard Degenne "] homepage: "https://github.com/Richard-Degenne/ocaml-textrazor" bug-reports: "https://github.com/Richard-Degenne/ocaml-textrazor/issues" dev-repo: "git+https://github.com/Richard-Degenne/ocaml-textrazor.git" license: "GPL-1.0-or-later" depends: [ "ocaml" {>= "4.04.0"} "uri" "lwt_ssl" "lwt_ppx" "cohttp-lwt-unix" "yojson" {< "2.0.0"} "ppx_deriving_yojson" "dune" {>= "1.6"} "alcotest"{with-test} "odoc" {with-doc} ] build: [ ["dune" "build" "-p" name "-j" jobs] ["dune" "build" "-p" name "-j" jobs] {with-doc} ] run-test: ["dune" "runtest" "-p" name "-j" jobs] description: "An OCaml wrapper for the TextRazor API" synopsis: "An OCaml wrapper for the TextRazor API" url { src: "https://github.com/Richard-Degenne/ocaml-textrazor/archive/0.1.tar.gz" checksum: [ "md5=7a76066f5199329446361a179f680778" "sha512=a6659feb34710030e4c51e6028146e795bdd305a7861144b35ef6d1c6669812bff9c8979d2604fd971d631acdddc45ea5664f7a49961cd689a6919c84a1e7704" ] }