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