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/ocaml-community/ocaml-linenoise" 7dev-repo: "git+https://github.com/ocaml-community/ocaml-linenoise.git" 8bug-reports: "https://github.com/ocaml-community/ocaml-linenoise/issues" 9build: [ 10 ["dune" "build" "@install" "-p" name "-j" jobs] 11 ["dune" "runtest" "-p" name] {with-test} 12 ["dune" "build" "@doc" "-p" name] {with-doc} 13] 14depends: [ 15 "dune" { >= "1.1" } 16 "result" 17 "ocaml" { >= "4.03.0" } 18 "odoc" {with-doc} 19] 20url { 21 src: 22 "https://github.com/ocaml-community/ocaml-linenoise/archive/v1.4.0.tar.gz" 23 checksum: [ 24 "md5=373cadced7663934b91c64c5bbdf9640" 25 "sha512=d510ffea00d792c63f23a363c5e564fa6c161a2eaffc391c5080325adb26f0bdedf998f11d10e98ec6edb96344e93ac835e5ea5aa683a5b36c9ff0d6d190ecee" 26 ] 27}