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.1.tar.gz" 28 checksum: [ 29 "md5=26f9547395b11ddda7ce09c58495b03c" 30 "sha512=cc5e754b2249b3df5e20ecb742219bea09ea81ada74094059e53a02e45f5744ccb19476541a02e589c66f3806ad54831831f7583af54bb069f909afd08aa4185" 31 ] 32}