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: "Yann Régis-Gianas" 7authors: [ 8 "Benjamin Canou (OCamlPro)" 9 "Çağdaş Bozman (OCamlPro)" 10 "Grégoire Henry (OCamlPro)" 11 "Louis Gesbert (OCamlPro)" 12 "Pierrick Couderc (OCamlPro)" 13] 14license: "MIT" 15homepage: "https://github.com/ocaml-sf/learn-ocaml" 16bug-reports: "https://github.com/ocaml-sf/learn-ocaml/issues" 17depends: [ 18 "asak" 19 "base64" 20 "base" {>= "v0.9.4"} 21 "cmdliner" 22 "cohttp" {>= "2.0.0"} 23 "cohttp-lwt-unix" {>= "2.0.0"} 24 "cstruct" {>= "3.3.0"} 25 "digestif" {>= "0.7.1"} 26 "dune" {>= "2.3.0"} 27 "ezjsonm" 28 "gg" 29 "ipaddr" {= "2.8.0"} 30 "lwt" {>= "4.0.0"} 31 "lwt_ssl" 32 "ocaml" {(>= "4.12") & (< "4.13~")} 33 "ocamlfind" {build} 34 "ocp-indent-nlfork" 35 "ocplib-json-typed" {>= "0.7"} 36 "ocp-ocamlres" {>= "0.4"} 37 "omd" {<= "1.3.1"} 38 "ppx_fields_conv" 39 "ppxlib" 40 "ppx_sexp_conv" 41 "ppx_tools" 42 "ssl" {= "0.5.5"} 43 "vg" 44] 45build: ["dune" "build" "@install" "-p" name "-j" jobs] 46dev-repo: "git+https://github.com/ocaml-sf/learn-ocaml" 47url { 48 src: "https://github.com/ocaml-sf/learn-ocaml/archive/v0.13.1.tar.gz" 49 checksum: [ 50 "md5=c1b66e42e49e9628756608026f4ec06e" 51 "sha512=e9ee208cea4504dec1ba18c868878f88018d6472f8cb272cda397f32106c2dd77ec9ebb0af80ff2efd34fff25d4f1e00ea88413dd02d89653646db5106946218" 52 ] 53}