package learn-ocaml-client
Install
Dune Dependency
Authors
Maintainers
Sources
md5=8503250517a88636486cb0ad2c40db2a
sha512=8d9e42b33634bbe48fd070c0710ac11e44f093e53402e1cf6100b40bf730b91c0a28533d07eb74b5fd9bce7c404e9dc63fbfd85b667dd3b99936631552e1f8c4
Description
This contains the binaries to interact with the learn-ocaml platform from the command line.
Published: 09 Mar 2022
README
Learn-OCaml
This is Learn-OCaml, a platform for learning the OCaml language, featuring a Web toplevel, an exercise environment, and a directory of lessons and tutorials.
A demo is available online.
Howtos
Contacts
To ask any question about how to use Learn-OCaml, subscribe to the mailing-list learn-ocaml-club.
To discuss about the development of Learn-OCaml, subscribe to the mailing-list learn-ocaml-dev.
License and copyright
Unless explicitly written below or in the files themselves, the source code for the app, images, static files, course content and exercises are placed under the MIT license.
Lightly modified third party components ACE and ppx_metaquot are included, under their original licenses (respectively BSD and MIT).
The OCamlPro logo images are (c) OCamlPro. Redistribution is permitted, alteration requires prior written authorization by OCamlPro.
The OCaml / ocaml.org logo is released under the very liberal UNLICENSE. See (https://github.com/ocaml/ocaml.org/blob/master/LICENSE.md).
The Inconsolata font is released under the Open Font License. See (http://www.levien.com/type/myfonts/inconsolata.html).
The Biolinum font is licensed under the GNU General Public License with a the 'Font-Exception'. See (http://www.linuxlibertine.org).
The public instance of Learn OCaml uses the Fontin font instead of Biolinum. This font is licensed under the exljbris Font Foundry Free Font License Agreement, which, to our understanding, does not allow us to redistribute it. See (http://www.exljbris.com/eula.html). You will optionally have to procure the files by yourself while building the app. If not, the CSS provides a reasonable fallback font.
Contributions to this repository are placed under the MIT license. This means that we can merge them with the same license as the rest of the codebase, while you keep all the rights on your code. And we will not have to bother you with any future license update. See (https://opensource.org/licenses/MIT).
Authors and Acknowledgements
Learn-OCaml is a free software by the OCaml Software Foundation.
The main authors are Benjamin Canou, Çağdaş Bozman and Grégoire Henry.
It builds on the previous experience of Try OCaml by Çağdaş Bozman.
We heavily use js_of_ocaml, so thanks to the Ocsigen team.
The text editing component is a customized version of ACE.
We also include a derivative of ppx_metaquot by Alain Frisch.
Dependencies (27)
- vg
-
ssl
= "0.5.10"
- ppx_tools
- ppx_sexp_conv
- ppxlib
- ppx_fields_conv
-
omd
<= "1.3.1"
-
ocp-ocamlres
>= "0.4"
-
ocplib-json-typed
>= "0.7"
- ocp-indent-nlfork
-
ocaml-migrate-parsetree
= "1.8.0"
-
ocamlfind
build
-
ocaml
(>= "4.12") & (< "4.13~")
- lwt_ssl
-
lwt
>= "4.0.0"
-
ipaddr
= "2.9.0"
- gg
- ezjsonm
-
dune
>= "2.3.0"
-
digestif
>= "0.7.1"
-
cstruct
>= "3.3.0"
-
cohttp-lwt-unix
>= "2.0.0"
-
cohttp
>= "2.0.0"
- cmdliner
-
base
>= "v0.9.4"
- base64
- asak
Dev Dependencies
None
Used by
None
Conflicts
None