Updated for OCaml 4.12.0
  • OCaml 96.9%
  • Makefile 3.1%
Find a file
2021-09-29 14:54:13 +02:00
bin Fix git ignores. 2016-10-04 22:59:58 +02:00
dist First commit. 2016-10-04 22:58:20 +02:00
etc Fix git managment of the etc/ directory. 2019-03-07 19:30:30 +01:00
man First commit. 2016-10-04 22:58:20 +02:00
src Updated magic string and commented out cleanenv step 2021-09-13 14:34:25 +02:00
.gitignore Fix compatibility with ocaml 4.07 bytecode version. 2019-01-08 20:20:14 +01:00
configure First commit. 2016-10-04 22:58:20 +02:00
INSTALL First commit. 2016-10-04 22:58:20 +02:00
LICENSE-en First commit. 2016-10-04 22:58:20 +02:00
LICENSE-fr First commit. 2016-10-04 22:58:20 +02:00
Makefile First commit. 2016-10-04 22:58:20 +02:00
opam Added opam file to satisfy opam version constraints 2021-09-13 14:41:07 +02:00
README.md Rename README to README.md 2021-09-29 14:54:13 +02:00
VERSION Fix compatibility with ocaml 4.07 bytecode version. 2019-01-08 20:20:14 +01:00

OCaml Bytecode Cleaner.

See the OCaPIC project (http://www.algo-prog.info/ocapic/web/index.php?id=ocapic) for more informations.

Word of warning

I have simply told the cleaner to accept 4.12.0 OCaml bytecode. I ran into an issue with the environment cleaning step, and so I removed it. While it successfully outputs a (much smaller!) bytecode file, I can provide no guarantees that it works as intended! I don't know the changes between the format of V023 and V029 bytecode (there is zero documentation), so while it seemingly works it may actually break the code. Be warned!