Mailing list for all users of the OCaml language and system.
 help / color / mirror / Atom feed
* Batteries Included 1.0.0
@ 2010-01-16 15:34 Edgar Friendly
  2010-01-17 16:13 ` [Caml-list] " Dario Teixeira
  2010-01-22  8:40 ` Tiphaine Turpin
  0 siblings, 2 replies; 9+ messages in thread
From: Edgar Friendly @ 2010-01-16 15:34 UTC (permalink / raw)
  To: caml-list

The Batteries Included project has come under new management since David 
Teller moved on. The project has gone through a process of 
reorganization and is finally ready for a release. We've rethought a lot 
of the structure decisions of the old codebase to make it easier to use 
and develop.

Major changes:
* Builds in 10 seconds, plus 10 seconds for documentation (on my system)
* Depends only on Camomile and Findlib
* Syntax Extensions now optional
* Less magic in build system
* Allows smaller executable creation

We're using OMake instead of ocamlbuild and a much more stock ocamldoc 
for documentation generation. All the modules we provide are standard 
modules, no [module Array = struct include Array ... end] magic except 
in batteries.ml which ties everything together for convenience. Of 
course there's a bunch of bug fixes and additional functions.

We're using Semantic Versioning (http://semver.org/) for version 
numbers, meaning we're taking backwards compatibility very seriously. 
This is our 1.0.0 release, but we don't expect to stay at it very long. 
We're looking forward to fixing any bugs you find.

To use:
Download: 
https://forge.ocamlcore.org/frs/download.php/346/batteries-1.0.0.tar.gz
Documentation: http://thelema.github.com/batteries-included/hdoc

To contribute:
Mailing list: 
https://lists.forge.ocamlcore.org/cgi-bin/listinfo/batteries-devel
Issue Tracker: http://github.com/thelema/batteries-included/issues
Code: git://github.com/thelema/batteries-included.git


[1] Like the small batteries used in TV remote controls


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

end of thread, other threads:[~2010-01-22 23:13 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-01-16 15:34 Batteries Included 1.0.0 Edgar Friendly
2010-01-17 16:13 ` [Caml-list] " Dario Teixeira
2010-01-17 16:49   ` Stefano Zacchiroli
2010-01-17 20:12     ` Edgar Friendly
2010-01-17 20:08   ` Edgar Friendly
2010-01-19 11:06     ` Nicolas Cannasse
2010-01-19 12:41       ` Stefano Zacchiroli
2010-01-22  8:40 ` Tiphaine Turpin
2010-01-22 23:13   ` Edgar Friendly

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