This patch adds the framework for including C code in bitstring.
[ocaml-bitstring.git] / MANIFEST
index 80eb16e..06cf900 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,14 +1,17 @@
 aclocal.m4
+benchmarks/parse_ext3_superblock.ml
 bitmatch.ml
-bitmatch.mli
-bitmatch_config.ml.in
-bitmatch_objinfo.ml
-bitmatch_persistent.ml
-bitmatch_persistent.mli
-bitmatch_types.ml
+bitstring.ml
+bitstring.mli
+bitstring_c.c
+bitstring_config.ml.in
+bitstring_objinfo.ml
+bitstring_persistent.ml
+bitstring_persistent.mli
+bitstring_types.ml
 .depend
-cil-tools/bitmatch_import_c.ml
-cil-tools/bitmatch-import-prefix.h
+cil-tools/bitstring_import_c.ml
+cil-tools/bitstring-import-prefix.h
 cil-tools/.depend
 cil-tools/ext3.c
 cil-tools/ext3.ml
@@ -16,6 +19,7 @@ cil-tools/Makefile.in
 cil-tools/task_struct.c
 cil-tools/task_struct.ml
 configure.ac
+COPYING
 COPYING.LIB
 create_test_pattern.ml
 examples/elf.ml
@@ -33,7 +37,7 @@ Makefile.in
 MANIFEST
 META.in
 README
-pa_bitmatch.ml
+pa_bitstring.ml
 tests/01_load.ml
 tests/02_run.ml
 tests/10_match_bits.ml
@@ -45,4 +49,7 @@ tests/50_named_pattern.ml
 tests/51_open_pattern.ml
 tests/60_simple_offset.ml
 tests/61_offset_string.ml
+tests/62_offset_padding.ml
+tests/65_save_offset_to.ml
+tests/70_check_and_bind.ml
 TODO