caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] [ANN] release of fmlib.0.2.0
@ 2021-04-03 12:41 Helmut Brandl
  0 siblings, 0 replies; only message in thread
From: Helmut Brandl @ 2021-04-03 12:41 UTC (permalink / raw)
  To: caml users

[-- Attachment #1: Type: text/plain, Size: 1315 bytes --]

I am pleased to announce the second release (0.2.0) of fmlib, a functional
library with managed effects.

The library has up to now 4 components:

- Some standard datatypes https://hbr.github.io/fmlib/odoc/fmlib/Fmlib_std/index.html <https://hbr.github.io/fmlib/odoc/fmlib/Fmlib_std/index.html>

- Pretty printing functions https://hbr.github.io/fmlib/odoc/fmlib/Fmlib_pretty/Print/index.html <https://hbr.github.io/fmlib/odoc/fmlib/Fmlib_pretty/Print/index.html>

- Parsing combinator library https://hbr.github.io/fmlib/odoc/fmlib/Fmlib_parse/index.html <https://hbr.github.io/fmlib/odoc/fmlib/Fmlib_parse/index.html>
- Primitives to compile to javascript https://hbr.github.io/fmlib/odoc/fmlib_js/index.html <https://hbr.github.io/fmlib/odoc/fmlib_js/index.html>


The last component is the new one in version 0.2.0. Internally it uses
`js_of_ocaml` to compile to javascript. It is an easy to use library of
primitive functions to access mainly browser functionality from ocaml and some
rudimentary functions to access nodejs functionality.

It can be installed via opam by

    opam update
    opam install fmlib
    opam install fmlib_js

It is located at github https://github.com/hbr/fmlib <https://github.com/hbr/fmlib>

Remarks, comments and feedback is welcome.

Regards Helmut

[-- Attachment #2: Type: text/html, Size: 7166 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-04-03 12:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-03 12:41 [Caml-list] [ANN] release of fmlib.0.2.0 Helmut Brandl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).