1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63
|
OASISFormat: 0.2
OCamlVersion: >= 3.10.2
Name: ocaml-data-notation
Version: 0.0.8
Synopsis: Store data using OCaml notation
Copyrights: (C) 2009-2010 OCamlCore SARL
Authors: Sylvain Le Gall
License: LGPL-2.1 with OCaml linking exception
LicenseFile: COPYING.txt
Plugins: StdFiles (0.2), DevFiles (0.2), META (0.2)
FilesAB: tests/TestConf.ml.ab
BuildTools: ocamlbuild
Homepage: http://forge.ocamlcore.org/projects/odn
Description:
This library uses `type-conv` to dump OCaml data structures using OCaml data
notation.
.
This kind of data dumping helps to write OCaml code generator, like OASIS.
Library odn
Path: src
Modules: ODN
Library pa_odn
Path: src
Modules: Pa_odn
FindlibParent: odn
FindlibContainers: with
FindlibName: syntax
BuildDepends: type-conv (>= 3.0.4), camlp4.lib, camlp4.quotations.o
CompiledObject: byte
XMETAType: syntax
XMETARequires: type-conv, camlp4, odn
XMETADescription: Syntax extension for odn
Library pa_noodn
Path: src
Modules: Pa_noodn
FindlibParent: odn
FindlibContainers: without
FindlibName: syntax
BuildDepends: type-conv, camlp4.lib, camlp4.quotations.o
CompiledObject: byte
XMETAType: syntax
XMETARequires: type-conv, camlp4
XMETADescription: Syntax extension that removes 'with odn'
Executable test
Path: tests
MainIs: test.ml
Install: false
Build$: flag(tests)
BuildDepends: oUnit (>= 1.1.0), fileutils (>= 0.4.0), odn, str
Test main
Run$: flag(tests)
Command: $test
SourceRepository head
Type: darcs
Location: http://darcs.ocamlcore.org/repos/ocaml-data-notation
Browser: http://darcs.ocamlcore.org/cgi-bin/darcsweb.cgi?r=ocaml-data-notation;a=summary
|