this repo has no description
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: "Plugin to use cppo with ocamlbuild" 4description: """ 5This ocamlbuild plugin lets you use cppo in ocamlbuild projects. 6 7To use it, you can call ocamlbuild with the argument `-plugin-tag 8package(cppo_ocamlbuild)` (only since ocaml 4.01 and cppo >= 0.9.4). 9""" 10maintainer: [ 11 "Martin Jambon <martin@mjambon.com>" "Yishuai Li <yishuai@upenn.edu>" 12] 13authors: ["Martin Jambon"] 14license: "BSD-3-Clause" 15homepage: "https://github.com/ocaml-community/cppo" 16doc: "https://ocaml-community.github.io/cppo" 17bug-reports: "https://github.com/ocaml-community/cppo/issues" 18depends: [ 19 "ocaml" 20 "dune" {>= "2.0"} 21 "ocamlbuild" 22 "ocamlfind" 23] 24build: [ 25 ["dune" "subst"] {dev} 26 [ 27 "dune" 28 "build" 29 "-p" 30 name 31 "-j" 32 jobs 33 "@install" 34 "@runtest" {with-test} 35 "@doc" {with-doc} 36 ] 37] 38dev-repo: "git+https://github.com/ocaml-community/cppo.git" 39url { 40 src: "https://github.com/ocaml-community/cppo/archive/v1.8.0.tar.gz" 41 checksum: [ 42 "md5=a197cb393b84f6b30e0ff55080ac429b" 43 "sha512=3840725b767a0300bdc48f11d26d798bdcae0a764ed6798df3a08dfc8cc76fe124b14a19d47c9b5ea8e229d68b0311510afce77c0e4d9131fbda5116dc2689a2" 44 ] 45}