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-3.0-or-later" depends: [ "ocaml" {>= "4.04.0"} "uri" "lwt_ssl" "lwt_ppx" "cohttp-lwt-unix" "yojson" {>= "1.6.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 "@doc"] {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/releases/download/0.1.1/textrazor-0.1.1.tbz" checksum: [ "sha256=00c8c230c1327aa15005259e6b48b9a7e56401780cedfd1b8f8c432bd8fb8fda" "sha512=46fe60e8dbb5cafe38b2e2adc8053e849a4feb3b9057388062bed04cfea61f42fd373abaeb503559fb2b5c924c10a91da3b22304f5b96d4808d5e1e776fd9483" ] } x-commit-hash: "7bb20dc3c1224af4b576a2e92ee15fa2583dc18f"