this repo has no description
1opam-version: "2.0" 2synopsis: "Tool which compiles OCaml scripts into native code" 3authors: "Martin Jambon" 4maintainer: [ 5 "martin@mjambon.com" 6 "Francois Berenger <unixjunkie@sdf.org>" 7] 8homepage: "https://github.com/mjambon/ocamlscript" 9bug-reports: "https://github.com/mjambon/ocamlscript/issues" 10dev-repo: "git+https://github.com/mjambon/ocamlscript" 11depends: [ 12 "ocaml" {>= "4.08"} # because of Fun.protect 13 "ocamlfind" 14] 15build: [make] 16install: [make "install"] 17url { 18 src: "https://github.com/mjambon/ocamlscript/archive/v3.0.0.tar.gz" 19 checksum: [ 20 "sha256=40617d832f714fa3b4422c62124ffc8659d4a7e3b67c8fe0013009d4a2838184" 21 "md5=52cea3976a09e979395875f493c46f30" 22 ] 23} 24extra-source "ocamlscript.install" { 25 src: 26 "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/ocamlscript/ocamlscript.install" 27 checksum: [ 28 "sha256=80cf2a25095971436047644101553ad44ffef0e078f327c25be9c6ef0a4ce51a" 29 "md5=93f5b87f6dfcf2ddca580fd6b506e3d6" 30 ] 31}