opam-version: "2.0" synopsis: "Tool which compiles OCaml scripts into native code" authors: "Martin Jambon" maintainer: [ "martin@mjambon.com" "Francois Berenger " ] homepage: "https://github.com/mjambon/ocamlscript" bug-reports: "https://github.com/mjambon/ocamlscript/issues" dev-repo: "git+https://github.com/mjambon/ocamlscript" depends: [ "ocaml" {>= "4.08"} # because of Fun.protect "ocamlfind" ] build: [make] install: [make "install"] url { src: "https://github.com/mjambon/ocamlscript/archive/v3.0.0.tar.gz" checksum: [ "sha256=40617d832f714fa3b4422c62124ffc8659d4a7e3b67c8fe0013009d4a2838184" "md5=52cea3976a09e979395875f493c46f30" ] } extra-source "ocamlscript.install" { src: "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/ocamlscript/ocamlscript.install" checksum: [ "sha256=80cf2a25095971436047644101553ad44ffef0e078f327c25be9c6ef0a4ce51a" "md5=93f5b87f6dfcf2ddca580fd6b506e3d6" ] }