this repo has no description
1opam-version: "2.0" 2synopsis: "Lightweight readline alternative" 3maintainer: "Simon Cruanes" 4authors: ["Edgar Aroutiounian <edgar.factorial@gmail.com>" "Simon Cruanes"] 5license: "BSD-3-Clause" 6homepage: "https://github.com/fxfactorial/ocaml-linenoise" 7bug-reports: "https://github.com/fxfactorial/ocaml-linenoise/issues" 8depends: [ 9 "ocaml" {< "4.09"} 10 "dune" {>= "1.1"} 11 "result" 12] 13build: [ 14 ["dune" "build" "@install" "-p" name] 15 ["dune" "runtest" "-p" name] {with-test} 16] 17dev-repo: "git+https://github.com/fxfactorial/ocaml-linenoise.git" 18url { 19 src: "https://github.com/fxfactorial/ocaml-linenoise/archive/v1.2.0.tar.gz" 20 checksum: [ 21 "md5=02425012bdb9fed1ea3359bbac814a92" 22 "sha512=b006eedb1b44d00aded8db8b155215057fd7e8750feb2dc7f28a6f272c5cc24f9a8b9b802c0fa078a7976b2130bc2a1c97468e5cc5b5f67d98e51912e9641448" 23 ] 24}