Mailing list for all users of the OCaml language and system.
 help / color / mirror / Atom feed
* [Caml-list] [ANN] Base, Stdio and Jbuilder 0.1.alpha1
@ 2016-12-04  7:58 Jeremie Dimino
  2016-12-04 15:26 ` Malcolm Matalka
  0 siblings, 1 reply; 3+ messages in thread
From: Jeremie Dimino @ 2016-12-04  7:58 UTC (permalink / raw)
  To: caml-list, ocaml-core

I am pleased to announce the first alpha release of the Base library.

Base is a standard library for OCaml. It is not an extension but
rather a wholesale replacement of the standard library distributed
with the OCaml compiler. In particular, it makes different choices and
doesn't re-export features that are not fully portable such as I/O,
which are left to other libraries.

This release is not production ready, several things are still missing
and some APIs will change before the first release. However, all the
features we wanted to include to ensure that Base is a serious
alternative to the standard library are now setup and working.

Most of these features concern the build of Base:

1. Base has zero dependencies, except for its build system. In
   particular, it doesn’t require ppx rewriters and builds without
   make or even bash. This is true for both release tarballs and for
   the git repository itself

2. Base doesn't use module packs, instead it uses module aliases. This
   means that if you link against Base you will link against only the
   subset of modules that is needed

3. The layout of the code base is the one you would expect,
   i.e. Base.String is implemented in src/string.ml

The roadmap for the first stable release is described in the README of
Base.

Along with Base, we are releasing two new packages: Stdio and
Jbuilder. Base aims to be fully portable and therefore doesn't provide
I/O functions. These are re-exported from the OCaml standard library
as the Stdio library.

Jbuilder is a build system that interprets the jbuild file format used
at Jane Street to describe libraries and executables. It is intended
as a release build system; it has zero dependencies outside of the
OCaml compiler and aims to be fast and portable. The long term goal is
to be able to use the same rules with both Jbuilder and Jenga, so that
one can develop comfortably with Jenga and release with Jbuilder.

Base, Stdio and Jbuilder are in the main opam repository and their
code is available on github:

- https://github.com/janestreet/base
- https://github.com/janestreet/stdio
- https://github.com/janestreet/jbuilder

Note that the development versions of Jane Street packages currently
don't build against Base 0.1.alpha1. They will be updated next week.

-- 
Jeremie

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-12-04 23:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-04  7:58 [Caml-list] [ANN] Base, Stdio and Jbuilder 0.1.alpha1 Jeremie Dimino
2016-12-04 15:26 ` Malcolm Matalka
2016-12-04 23:07   ` Jeremie Dimino

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox