An open API service indexing awesome lists of open source software.

https://github.com/ocamlpro/ocp-reloc

OCaml bytecode relocation
https://github.com/ocamlpro/ocp-reloc

Last synced: about 1 year ago
JSON representation

OCaml bytecode relocation

Awesome Lists containing this project

README

          

#ocp-reloc

Changes the headers of OCaml bytecode files to account for a different location
of ocamlrun than what is was built into the compiler.

ocp-reloc is part of TypeRex, developed and maintained by OCamlPro.

It is released under LGPL v3 with linking exception.

##Build instructions

Relies on [ocp-build](http://www.typerex.org/ocp-build.html)

```
ocp-build init
ocp-build
ocp-build install
```