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" {>= "1.2"} 10 "cohttp-lwt-unix" 11 "lwt_ssl" 12 "ANSITerminal" 13 "angstrom" {>= "0.14.0"} 14 "stdio" {< "v0.17"} 15 "cmdliner" {< "2.0.0"} 16] 17conflicts: [ 18 "ssl" {= "0.5.6"} 19] 20build: [ 21 ["dune" "subst"] {dev} 22 ["dune" "build" "-p" name "-j" jobs] 23] 24dev-repo: "git+https://github.com/RosalesJ/tldr-ocaml.git" 25url { 26 src: "https://github.com/RosalesJ/tldr-ocaml/archive/v0.3.0.tar.gz" 27 checksum: [ 28 "md5=4bdb2a3847b23e226a3fe6213fffa4fe" 29 "sha512=865d2528d814587d2a8ab8326fe1547905a6256a60f817ac448138c177a8460292ec704e81a2639d85f4f0c326721f97e168f08b0b3d5652e8bdef6923c26024" 30 ] 31}