caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [ANN] OASIS 0.1.0, ocamlify 0.0.1 and ocaml-data-notation 0.0.1
@ 2010-04-08 13:58 Sylvain Le Gall
  2010-04-08 14:19 ` [Caml-list] " Vincent Aravantinos
  0 siblings, 1 reply; 2+ messages in thread
From: Sylvain Le Gall @ 2010-04-08 13:58 UTC (permalink / raw)
  To: caml-list

OASIS
-----

This is the first public release of OASIS. It aims to provide a clean
and efficient way to create a configure/build and install system for
your OCaml applications and libraries using a single '_oasis' file.

It is inspired by Haskell's Cabal.

Features:
* generate a standalone setup.ml which provides standard entry points in
* the build system,
* plugin system that allows to choose the best sub-system: OCamlbuild,
* custom build (Makefile based)...
* the file _oasis can be used as a metadata storage to help other tools
* analyze your source code
* customization of every piece of the generated build system by just
* editing the files concerned
* full OCaml script, no Unix call involved
* tested on Linux and Windows

Bonus features:
* available in french, using ocaml-gettext
* binary installers for Linux and Windows (32bits)

Website:
http://oasis.forge.ocamlcore.org

If you want to contribute:
http://oasis.forge.ocamlcore.org/contribute.html


ocamlify && ocaml-data-notation
-------------------------------

These two tools are needed to build OASIS. They are released in separate
projects because I use it elsewhere and they are just pre-requisites of
OASIS. 

ocamlify helps to include files as OCaml code. The beginning of a build
rule can be copy-and-pasted from OASIS myocamlbuild.ml.

http://darcs.ocamlcore.org/cgi-bin/darcsweb.cgi?r=oasis;a=headblob;f=/myocamlbuild.ml

ocaml-data-notation, aka odn, dumps OCaml data in OCaml notation. It 
is inspired by JSON. It uses type-conv to create data dumper functions,
you just have to add "with odn" in the type definition.  There is no
load scheme, since it is used to dump datastructure into OCaml scripts.
It is mainly a code generator helper.

Regards,
Sylvain Le Gall


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

* Re: [Caml-list] [ANN] OASIS 0.1.0, ocamlify 0.0.1 and ocaml-data-notation 0.0.1
  2010-04-08 13:58 [ANN] OASIS 0.1.0, ocamlify 0.0.1 and ocaml-data-notation 0.0.1 Sylvain Le Gall
@ 2010-04-08 14:19 ` Vincent Aravantinos
  0 siblings, 0 replies; 2+ messages in thread
From: Vincent Aravantinos @ 2010-04-08 14:19 UTC (permalink / raw)
  To: Sylvain Le Gall; +Cc: caml-list

Hi,

Le 8 avr. 10 à 15:58, Sylvain Le Gall a écrit :

> OASIS
> -----
>
> This is the first public release of OASIS. It aims to provide a clean
> and efficient way to create a configure/build and install system for
> your OCaml applications and libraries using a single '_oasis' file.
> (...)

Looks like some great work.
Another big step to spread ocaml all over the world ;)

thanks
V.


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

end of thread, other threads:[~2010-04-08 14:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-04-08 13:58 [ANN] OASIS 0.1.0, ocamlify 0.0.1 and ocaml-data-notation 0.0.1 Sylvain Le Gall
2010-04-08 14:19 ` [Caml-list] " Vincent Aravantinos

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).