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.0.tar.gz" 49 checksum: [ 50 "md5=d05d2c513812eee349b04ac605e41eab" 51 "sha512=0a59b1fb85cc7e8fab64abbed763963992603c6de97dda819e92827cc9644547a72bcdde3b88ae26f8d54d7e63a8f192100da4541d603fcc6d82aa125dcb893d" 52 ] 53}