caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* ANN: Sexplib - library for S-expression conversions
@ 2005-11-07 23:09 Markus Mottl
  2005-11-08 15:46 ` [Caml-list] " Florian Hars
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Markus Mottl @ 2005-11-07 23:09 UTC (permalink / raw)
  To: ocaml; +Cc: yaron jane

Hi,

we'd like to announce the availability of "Sexplib", which is a
library for handling S-expressions.  It features a syntax extension
for OCaml using the Camlp4-preprocessor, which generates efficient
code derived from type definitions to convert OCaml-values to
S-expressions and vice versa.  Errors during conversions are reported
fairly exactly and readably.

This syntax extension supports all extensional type constructions
(tuples/products, sum types, record types, variant types) together
with polymorphism.  Other datatypes (objects; abstract ones) require
user-defined converters, which can be added very easily.

The parsing and pretty-printing functions for S-expressions together
with the automatically generated converters make this library very
useful for a variety of purposes, e.g. for representing datastructures
in human-readable form, for debugging, etc.  We are using it for
handling fairly large and complex software configurations, and have
found this representation and functionality extremely helpful in
practice.

The Sexplib-library itself was initially derived from Martin Sandin's
Tywith-library, and is available free of charge under the
LGPL-license.  You can download it from the following site:

  http://www.janestcapital.com/ocaml

We, the Quant-group at Jane St. Capital, are in the process of setting
up this site to publish free software developed at our company.  We
hope you will find a lot more useful libraries there in the near
future.

Best regards,
Markus Mottl for the Quant Group at Jane St. Capital

--
Markus Mottl        http://www.ocaml.info        markus.mottl@gmail.com


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

end of thread, other threads:[~2005-11-09  9:25 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-11-07 23:09 ANN: Sexplib - library for S-expression conversions Markus Mottl
2005-11-08 15:46 ` [Caml-list] " Florian Hars
2005-11-08 18:29   ` Markus Mottl
2005-11-09  8:42     ` skaller
2005-11-09  8:57       ` Sven Luther
2005-11-09  9:25         ` skaller
2005-11-08 16:04 ` N. Owen Gunden
2005-11-09  2:09 ` N. Owen Gunden

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