generator: Add OCaml bindings.
authorRichard Jones <rjones@redhat.com>
Tue, 23 Feb 2010 12:27:19 +0000 (12:27 +0000)
committerRichard Jones <rjones@redhat.com>
Wed, 24 Feb 2010 19:14:19 +0000 (19:14 +0000)
commit095c395082d1aad1e8558aa25514ad911e6d193c
treee068d0de9e18ac520d106c6cb857e87d67122c57
parentaa5d6c138b55e25994ac723e94f32b009366927c
generator: Add OCaml bindings.

Also we tighten up the definition of hivex_close (it disposes of handles)
and hivex_node_get_child (unusual "not found" non-error condition).

This also adds tests of the OCaml bindings.
.gitignore
generator/generator.ml
ocaml/Makefile.am
ocaml/t/hivex_010_open.ml [new file with mode: 0644]
ocaml/t/hivex_020_root.ml [new file with mode: 0644]
ocaml/t/hivex_100_errors.ml [new file with mode: 0644]
ocaml/t/hivex_110_gc_handle.ml [new file with mode: 0644]
ocaml/t/hivex_200_write.ml [new file with mode: 0644]
ocaml/t/hivex_300_fold.ml [new file with mode: 0644]