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"
29x-maintenance-intent: ["(latest)"]
30url {
31 src: "https://gitlab.inria.fr/ACG/dev/readline-ocaml/-/package_files/157177/download"
32 checksum: [
33 "md5=c6276196dbe8b5a36392a0a7e55fa484"
34 "sha512=c39a82a60535c4e31d2a2f50a1b6d3479d46c5f0f1404a86f7726a91df997578501a749fc9a8fac8488f73c55ea3eb0a5ad313deee06805421cd5727fea38c18"
35 ]
36}