this repo has no description
1opam-version: "2.0"
2synopsis: "The learn-ocaml client"
3description: """\
4This contains the binaries to interact with the learn-ocaml
5platform from the command line."""
6maintainer: [
7 "Érik Martin-Dorel <erik.martin-dorel@irit.fr>"
8 "Yann Régis-Gianas <yann.regis-gianas@nomadic-labs.com>"
9]
10authors: [
11 "Benjamin Canou (OCamlPro)"
12 "Çağdaş Bozman (OCamlPro)"
13 "Grégoire Henry (OCamlPro)"
14 "Louis Gesbert (OCamlPro)"
15 "Pierrick Couderc (OCamlPro)"
16]
17license: "MIT"
18homepage: "https://github.com/ocaml-sf/learn-ocaml"
19bug-reports: "https://github.com/ocaml-sf/learn-ocaml/issues"
20depends: [
21 "asak"
22 "base64"
23 "base" {>= "v0.9.4"}
24 "cmdliner"
25 "cohttp" {>= "2.0.0"}
26 "cohttp-lwt-unix" {>= "2.0.0"}
27 "cstruct" {>= "3.3.0"}
28 "digestif" {>= "0.7.1"}
29 "dune" {>= "2.3.0"}
30 "ezjsonm"
31 "gg"
32 "ipaddr" {= "2.9.0"}
33 "lwt" {>= "4.0.0"}
34 "lwt_ssl"
35 "ocaml" {(>= "4.12") & (< "4.13~")}
36 "ocamlfind" {build}
37 "ocaml-migrate-parsetree" {= "1.8.0"}
38 "ocp-indent-nlfork"
39 "ocplib-json-typed" {>= "0.7"}
40 "ocp-ocamlres" {>= "0.4"}
41 "omd" {<= "1.3.1"}
42 "ppx_fields_conv"
43 "ppxlib"
44 "ppx_sexp_conv"
45 "ppx_tools"
46 "ssl" {= "0.5.10"}
47 "vg"
48]
49build: ["dune" "build" "@install" "-p" name "-j" jobs]
50dev-repo: "git+https://github.com/ocaml-sf/learn-ocaml"
51url {
52 src: "https://github.com/ocaml-sf/learn-ocaml/archive/v0.14.0.tar.gz"
53 checksum: [
54 "md5=8503250517a88636486cb0ad2c40db2a"
55 "sha512=8d9e42b33634bbe48fd070c0710ac11e44f093e53402e1cf6100b40bf730b91c0a28533d07eb74b5fd9bce7c404e9dc63fbfd85b667dd3b99936631552e1f8c4"
56 ]
57}