this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #27019 from fpottier/opam-publish-cppo.1.8.0

2 packages from ocaml-community/cppo at 1.8.0

authored by

Anil Madhavapeddy and committed by
GitHub
9a4a489e ef2fa30e

+94
+49
packages/cppo/cppo.1.8.0/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "Code preprocessor like cpp for OCaml" 4 + description: """ 5 + Cppo is an equivalent of the C preprocessor for OCaml programs. 6 + It allows the definition of simple macros and file inclusion. 7 + 8 + Cppo is: 9 + 10 + * more OCaml-friendly than cpp 11 + * easy to learn without consulting a manual 12 + * reasonably fast 13 + * simple to install and to maintain 14 + """ 15 + maintainer: [ 16 + "Martin Jambon <martin@mjambon.com>" "Yishuai Li <yishuai@upenn.edu>" 17 + ] 18 + authors: ["Martin Jambon"] 19 + license: "BSD-3-Clause" 20 + homepage: "https://github.com/ocaml-community/cppo" 21 + doc: "https://ocaml-community.github.io/cppo" 22 + bug-reports: "https://github.com/ocaml-community/cppo/issues" 23 + depends: [ 24 + "ocaml" {>= "4.02.3"} 25 + "dune" {>= "2.0"} 26 + "base-unix" 27 + ] 28 + build: [ 29 + ["dune" "subst"] {dev} 30 + [ 31 + "dune" 32 + "build" 33 + "-p" 34 + name 35 + "-j" 36 + jobs 37 + "@install" 38 + "@runtest" {with-test} 39 + "@doc" {with-doc} 40 + ] 41 + ] 42 + dev-repo: "git+https://github.com/ocaml-community/cppo.git" 43 + url { 44 + src: "https://github.com/ocaml-community/cppo/archive/v1.8.0.tar.gz" 45 + checksum: [ 46 + "md5=a197cb393b84f6b30e0ff55080ac429b" 47 + "sha512=3840725b767a0300bdc48f11d26d798bdcae0a764ed6798df3a08dfc8cc76fe124b14a19d47c9b5ea8e229d68b0311510afce77c0e4d9131fbda5116dc2689a2" 48 + ] 49 + }
+45
packages/cppo_ocamlbuild/cppo_ocamlbuild.1.8.0/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "Plugin to use cppo with ocamlbuild" 4 + description: """ 5 + This ocamlbuild plugin lets you use cppo in ocamlbuild projects. 6 + 7 + To use it, you can call ocamlbuild with the argument `-plugin-tag 8 + package(cppo_ocamlbuild)` (only since ocaml 4.01 and cppo >= 0.9.4). 9 + """ 10 + maintainer: [ 11 + "Martin Jambon <martin@mjambon.com>" "Yishuai Li <yishuai@upenn.edu>" 12 + ] 13 + authors: ["Martin Jambon"] 14 + license: "BSD-3-Clause" 15 + homepage: "https://github.com/ocaml-community/cppo" 16 + doc: "https://ocaml-community.github.io/cppo" 17 + bug-reports: "https://github.com/ocaml-community/cppo/issues" 18 + depends: [ 19 + "ocaml" 20 + "dune" {>= "2.0"} 21 + "ocamlbuild" 22 + "ocamlfind" 23 + ] 24 + build: [ 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 + ] 38 + dev-repo: "git+https://github.com/ocaml-community/cppo.git" 39 + url { 40 + src: "https://github.com/ocaml-community/cppo/archive/v1.8.0.tar.gz" 41 + checksum: [ 42 + "md5=a197cb393b84f6b30e0ff55080ac429b" 43 + "sha512=3840725b767a0300bdc48f11d26d798bdcae0a764ed6798df3a08dfc8cc76fe124b14a19d47c9b5ea8e229d68b0311510afce77c0e4d9131fbda5116dc2689a2" 44 + ] 45 + }