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-3.0-or-later"
8depends: [
9 "ocaml" {>= "4.04.0"}
10 "uri"
11 "lwt_ssl"
12 "lwt_ppx"
13 "cohttp-lwt-unix"
14 "yojson" {>= "1.6.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 "@doc"] {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/releases/download/0.1.1/textrazor-0.1.1.tbz"
30 checksum: [
31 "sha256=00c8c230c1327aa15005259e6b48b9a7e56401780cedfd1b8f8c432bd8fb8fda"
32 "sha512=46fe60e8dbb5cafe38b2e2adc8053e849a4feb3b9057388062bed04cfea61f42fd373abaeb503559fb2b5c924c10a91da3b22304f5b96d4808d5e1e776fd9483"
33 ]
34}
35x-commit-hash: "7bb20dc3c1224af4b576a2e92ee15fa2583dc18f"