this repo has no description
1opam-version: "2.0"
2synopsis: "An ocaml tldr client"
3maintainer: "coby@case.edu"
4authors: "Jacob Rosales Chase <coby@case.edu>"
5license: "MIT"
6homepage: "https://github.com/RosalesJ/tldr-ocaml/"
7bug-reports: "https://github.com/RosalesJ/tldr-ocaml/issues"
8depends: [
9 "dune"
10 "core" {>= "v0.10.0" & < "v0.13"}
11 "ppx_jane" {< "v0.13"}
12 "bos"
13 "cohttp-lwt-unix"
14 "lwt_ssl"
15 "ANSITerminal"
16 "angstrom"
17]
18conflicts: [
19 "ssl" {= "0.5.6"}
20]
21build: [
22 ["dune" "subst"] {dev}
23 ["dune" "build" "-p" name "-j" jobs]
24]
25dev-repo: "git+https://github.com/RosalesJ/tldr-ocaml.git"
26url {
27 src: "https://github.com/RosalesJ/tldr-ocaml/archive/v0.2.tar.gz"
28 checksum: [
29 "md5=2d6c2a5fb31b4d2ed3b8b623adf07443"
30 "sha512=b4d7810a8ac43cea7f5274f9329c7ad74b035198e68ce1a882d84029be85b7179398d93671b908156a9aa3ec0f9575db73874bcb5c99fd35b56df410fde6b26d"
31 ]
32}