this repo has no description
1opam-version: "2.0"
2authors: ["Benoît Vaugon"]
3homepage: "https://github.com/bvaugon/ocamlclean"
4bug-reports: "https://github.com/bvaugon/ocamlclean/issues"
5dev-repo: "git+https://github.com/bvaugon/ocamlclean.git"
6maintainer: "benoit.vaugon@gmail.com"
7license: "CeCILL-2.0"
8build: [
9 ["./configure" "-prefix" prefix]
10 [make]
11]
12install: [
13 [make "install"]
14]
15depends: [
16 "ocaml" {>= "4.02.0"}
17 "obytelib" {>= "1.6"}
18 "ocamlbuild" { build }
19]
20synopsis: "Reduce size of OCaml bytecode files by dead-code removing"
21url {
22 src: "https://github.com/bvaugon/ocamlclean/archive/refs/tags/2.3.tar.gz"
23 checksum: [
24 "sha256=be25a5d819b2978e5a9c577500a0c188b549d32d78311a16ad4343dddf3c1779"
25 "md5=ea0a48c1469f044a740596d7d9b18e06"
26 ]
27}