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.4.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" 54conflicts: [ 55 "result" {< "1.5"} 56] 57url { 58 src: 59 "https://github.com/ocaml-sf/learn-ocaml/archive/refs/tags/v1.0.0.tar.gz" 60 checksum: [ 61 "md5=3cca845f51a3e43147e4f2a3f152059b" 62 "sha512=71560941bc2696e360be748daeadf94f69ae21893f58374b3cae86b91a9ab98682c886b912598e1e562c46e099c1ee199edc206a444ab8d32ae9ee564b3d1ffb" 63 ] 64}