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"
7bug-reports: "https://github.com/ocaml-community/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/ocaml-community/ocaml-linenoise.git"
18url {
19 src:
20 "https://github.com/ocaml-community/ocaml-linenoise/archive/v1.3.0.tar.gz"
21 checksum: [
22 "md5=867d1b62c2e6705c665f1e2e9199a6e0"
23 "sha512=c1f2d8aaf9ad72a24d9a3efdaef75e191975984517ddd9265c3fa76c8d3a7d51acf65cd6be0f35601d66dd1a9506799d9e803bb796170c03e02a94934283213e"
24 ]
25}