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.02.0" }
18 "odoc" {with-doc}
19]
20url {
21 src:
22 "https://github.com/ocaml-community/ocaml-linenoise/archive/v1.3.1.tar.gz"
23 checksum: [
24 "md5=56b9354fd2a1b5ff0c4b7bccd82ad60b"
25 "sha512=02d5c002a37b41254d6f9d1645117b99209129ba8b808871e6bd48ab2c8c4486fa12aca98db9a8cd44fafccca4c88b517fe0311afbcb9791f270a7329176f793"
26 ]
27}