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.1/linenoise-1.5.1.tbz"
22 checksum: [
23 "sha256=eef172cb98282b7a8be182f3493f4687ed3a3f833d3c2707d07d188bf9dede37"
24 "sha512=b316b034ba712f13c8727a890c5356a52119d6f5e7040273259109bfac6813c383670295942d39441b9b9e792f3b53250400da000bbe0c6848df5643e27018ac"
25 ]
26}
27x-commit-hash: "3b9ba3376fca75f127d4e7212467fc3c2c179100"