this repo has no description
1opam-version: "2.0" 2maintainer: "opam-devel@lists.ocaml.org" 3homepage: "https://forge.ocamlcore.org/projects/ocamlmod/" 4bug-reports: "https://forge.ocamlcore.org/tracker/?group_id=244" 5dev-repo: "darcs+https://forge.ocamlcore.org/anonscm/darcs/ocamlmod/ocamlmod" 6authors: [ "Sylvain Le Gall" ] 7license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" 8build: [ 9 ["ocaml" "setup.ml" "-configure" "--prefix" prefix] 10 ["ocaml" "setup.ml" "-build"] 11 ["ocaml" "setup.ml" "-configure" "--enable-tests"] {with-test} 12 ["ocaml" "setup.ml" "-build"] {with-test} 13 ["ocaml" "setup.ml" "-test"] {with-test} 14] 15install: ["ocaml" "setup.ml" "-install"] 16remove: [ 17 ["ocaml" "%{etc}%/ocamlmod/_oasis_remove_.ml" "%{etc}%/ocamlmod"] 18] 19depends: [ 20 "ocaml" {< "5.0"} 21 "ocamlfind" {build} 22 "ounit" {with-test & >= "2.0.0"} 23 "ocamlbuild" {build} 24] 25synopsis: "Generate OCaml modules from source files" 26url { 27 src: 28 "https://download.ocamlcore.org/ocamlmod/ocamlmod/0.0.9/ocamlmod-0.0.9.tar.gz" 29 checksum: [ 30 "sha256=4a1178ccdddccf46b09c2a62218e65d86de754c015d7dc1af45e1d9c314ef731" 31 "md5=b52bfbab6bb77f9736bde9c2fe81c508" 32 ] 33} 34extra-source "ocamlmod.install" { 35 src: 36 "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/ocamlmod/ocamlmod.install.0.0.9" 37 checksum: [ 38 "sha256=5b010bcd931b45da20d8004cb55ee72cc8193b8b0fe12070896fbdb73a00517b" 39 "md5=0d1b822c897681cf54b3e1aed52dda99" 40 ] 41} 42extra-source "_oasis_remove_.ml" { 43 src: 44 "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/ocamlmod/_oasis_remove_.ml" 45 checksum: [ 46 "sha256=30bd6759edf0096e5353751a0603eaf693cb60ea7485aa9418e257dfdb97d916" 47 "md5=6100ca146fa97d2196eb49a2631d0796" 48 ] 49}