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 "ocaml" { >= "4.03.0" } 17 "odoc" {with-doc} 18] 19url { 20 src: 21 "https://github.com/ocaml-community/ocaml-linenoise/releases/download/v1.5/linenoise-1.5.tbz" 22 checksum: [ 23 "sha256=3031940f6068c5701cc64b87855998cda129573f67a753fde567b520894c9d40" 24 "sha512=5ad7a0a5fb0401fa866549a773e44c12c66bf723a927ea729be6bb0732af7df5bb83a0784805aec165488588453ac10868c3c872904b70fcef61c54b4ca0e6cd" 25 ] 26} 27x-commit-hash: "eb123671399476a9c7e36981ef4facda9f32b1ed"