opam-version: "2.0"
synopsis: "An ocaml tldr client"
maintainer: "coby@case.edu"
authors: "Jacob Rosales Chase <coby@case.edu>"
license: "MIT"
homepage: "https://github.com/RosalesJ/tldr-ocaml/"
bug-reports: "https://github.com/RosalesJ/tldr-ocaml/issues"
depends: [
  "dune"
  "core" {>= "v0.10.0" & < "v0.13"}
  "ppx_jane" {< "v0.13"}
  "bos"
  "cohttp-lwt-unix"
  "lwt_ssl"
  "ANSITerminal"
  "angstrom"
]
conflicts: [
  "ssl" {= "0.5.6"}
]
build: [
  ["dune" "subst"] {pinned}
  ["dune" "build" "-p" name "-j" jobs]
]
dev-repo: "git+https://github.com/RosalesJ/tldr-ocaml.git"
url {
  src: "https://github.com/RosalesJ/tldr-ocaml/archive/v0.1.tar.gz"
  checksum: [
    "md5=26f9547395b11ddda7ce09c58495b03c"
    "sha512=cc5e754b2249b3df5e20ecb742219bea09ea81ada74094059e53a02e45f5744ccb19476541a02e589c66f3806ad54831831f7583af54bb069f909afd08aa4185"
  ]
}
