opam-version: "2.0"
maintainer: "Louis Gesbert <louis.gesbert@ocamlpro.com>"
authors: "Louis Gesbert <louis.gesbert@ocamlpro.com>"
homepage: "http://www.typerex.org"
bug-reports: "https://github.com/OCamlPro/ocp-reloc/issues"
license: "LGPL-3.0-only with OCaml-LGPL-linking-exception"
tags: ["org:ocamlpro" "org:typerex"]
dev-repo: "git://github.com/OCamlPro/ocp-reloc"
build: [
  "ocamlfind"
  "ocamlopt"
  "-package"
  "unix,cmdliner"
  "-linkpkg"
  "-I"
  "src"
  "src/reloc.mli"
  "src/reloc.ml"
  "src/relocMain.ml"
  "-o"
  "ocp-reloc"
]
depends: [
  "ocaml" {>= "4.02.0"}
  "ocamlfind" {build}
  "cmdliner" {build}
]
synopsis: "Relocation of OCaml bytecode executables"
description: """
Changes the headers of (non-custom) OCaml bytecode files to account for a
different location of ocamlrun than what is was built into the compiler."""
url {
  src: "https://github.com/AltGr/ocp-reloc/archive/0.1.tar.gz"
  checksum: "md5=050377bbd4c0c8711cd9baf891212d68"
}
