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" {>= "1.1.0"} 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.12"} 47 "vg" 48] 49build: ["dune" "build" "@install" "-p" name "-j" jobs] 50dev-repo: "git+https://github.com/ocaml-sf/learn-ocaml" 51url { 52 src: 53 "https://github.com/ocaml-sf/learn-ocaml/archive/refs/tags/v0.15.0.tar.gz" 54 checksum: [ 55 "md5=b584ca88887405b4fc11752eadbc2e6f" 56 "sha512=7a194de86028d31488e9ce09e7a96e928ef1c71d3de984bcaa159447d303f8308957b53afb5ad1bd9e9bf5da2d905a2f964b2eb65e21bba112198fe56bada971" 57 ] 58}