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
- Host: GitHub
- URL: https://github.com/ocamlpro/ocp-reloc
- Owner: OCamlPro
- License: other
- Created: 2013-12-13T16:47:11.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2018-08-30T10:07:41.000Z (almost 8 years ago)
- Last Synced: 2023-03-11T18:18:49.353Z (over 3 years ago)
- Language: OCaml
- Homepage: http://typerex.org/
- Size: 18.6 KB
- Stars: 4
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```