this repo has no description
1opam-version: "2.0" 2maintainer: "Richard Degenne <richdeg2@gmail.com>" 3authors: ["Richard Degenne <richdeg2@gmail.com>"] 4homepage: "https://github.com/Richard-Degenne/ocaml-textrazor" 5bug-reports: "https://github.com/Richard-Degenne/ocaml-textrazor/issues" 6dev-repo: "git+https://github.com/Richard-Degenne/ocaml-textrazor.git" 7license: "GPL-1.0-or-later" 8depends: [ 9 "ocaml" {>= "4.04.0"} 10 "uri" 11 "lwt_ssl" 12 "lwt_ppx" 13 "cohttp-lwt-unix" 14 "yojson" {< "2.0.0"} 15 "ppx_deriving_yojson" 16 "dune" {>= "1.6"} 17 "alcotest"{with-test} 18 "odoc" {with-doc} 19] 20build: [ 21 ["dune" "build" "-p" name "-j" jobs] 22 ["dune" "build" "-p" name "-j" jobs] {with-doc} 23] 24run-test: ["dune" "runtest" "-p" name "-j" jobs] 25description: "An OCaml wrapper for the TextRazor API" 26synopsis: "An OCaml wrapper for the TextRazor API" 27url { 28 src: 29 "https://github.com/Richard-Degenne/ocaml-textrazor/archive/0.1.tar.gz" 30 checksum: [ 31 "md5=7a76066f5199329446361a179f680778" 32 "sha512=a6659feb34710030e4c51e6028146e795bdd305a7861144b35ef6d1c6669812bff9c8979d2604fd971d631acdddc45ea5664f7a49961cd689a6919c84a1e7704" 33 ] 34}