this repo has no description
1opam-version: "2.0"
2synopsis: "OCaml bindings for GNU readline"
3maintainer: ["vincent.tourneur@inria.fr"]
4authors: ["Sylvain Pogodalla" "Vincent Tourneur"]
5license: "CeCILL-2.0+"
6homepage: "https://gitlab.inria.fr/vtourneu/readline-ocaml"
7bug-reports: "https://gitlab.inria.fr/vtourneu/readline-ocaml/issues"
8depends: [
9 "dune" {>= "3.7"}
10 "ocaml" {>= "4.14"}
11 "conf-readline" {>= "1"}
12 "odoc" {with-doc}
13]
14build: [
15 ["dune" "subst"] {dev}
16 [
17 "dune"
18 "build"
19 "-p"
20 name
21 "-j"
22 jobs
23 "@install"
24 "@runtest" {with-test}
25 "@doc" {with-doc}
26 ]
27]
28dev-repo: "git+https://gitlab.inria.fr/vtourneu/readline-ocaml.git"
29url {
30 src: "https://pimo.id/6a69c6dd/readline-0.1.tar.gz"
31 checksum: [
32 "md5=7eff44c6ab2f3232345e3394a73ef58f"
33 "sha512=04e43fb7b386fee972ccc544b863dc257770049ff705e2faefd3a9c6a992f4a5b6ebd32a6347ea30903618343eab41db958829c263ea01dcc09a42208a3d4abd"
34 ]
35}