opam-version: "2.0" synopsis: "The learn-ocaml client" description: """\ This contains the binaries to interact with the learn-ocaml platform from the command line.""" maintainer: [ "Érik Martin-Dorel " "Yann Régis-Gianas " ] authors: [ "Benjamin Canou (OCamlPro)" "Çağdaş Bozman (OCamlPro)" "Grégoire Henry (OCamlPro)" "Louis Gesbert (OCamlPro)" "Pierrick Couderc (OCamlPro)" ] license: "MIT" homepage: "https://github.com/ocaml-sf/learn-ocaml" bug-reports: "https://github.com/ocaml-sf/learn-ocaml/issues" depends: [ "asak" "base64" "base" {>= "v0.9.4"} "cmdliner" "cohttp" {>= "2.0.0"} "cohttp-lwt-unix" {>= "2.0.0"} "cstruct" {>= "3.3.0"} "digestif" {>= "0.7.1"} "dune" {>= "2.3.0"} "ezjsonm" "gg" "ipaddr" {= "2.9.0"} "lwt" {>= "4.0.0"} "lwt_ssl" "ocaml" {(>= "4.12") & (< "4.13~")} "ocamlfind" {build} "ocaml-migrate-parsetree" {= "1.8.0"} "ocp-indent-nlfork" "ocplib-json-typed" {>= "0.7"} "ocp-ocamlres" {>= "0.4"} "omd" {<= "1.3.1"} "ppx_fields_conv" "ppxlib" "ppx_sexp_conv" "ppx_tools" "ssl" {= "0.5.10"} "vg" ] build: ["dune" "build" "@install" "-p" name "-j" jobs] dev-repo: "git+https://github.com/ocaml-sf/learn-ocaml" url { src: "https://github.com/ocaml-sf/learn-ocaml/archive/v0.14.0.tar.gz" checksum: [ "md5=8503250517a88636486cb0ad2c40db2a" "sha512=8d9e42b33634bbe48fd070c0710ac11e44f093e53402e1cf6100b40bf730b91c0a28533d07eb74b5fd9bce7c404e9dc63fbfd85b667dd3b99936631552e1f8c4" ] }