this repo has no description

2 packages from ocaml-community/cppo at 1.8.0

Changed files
+94
packages
cppo
cppo.1.8.0
cppo_ocamlbuild
cppo_ocamlbuild.1.8.0
+49
packages/cppo/cppo.1.8.0/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "Code preprocessor like cpp for OCaml"
+
description: """
+
Cppo is an equivalent of the C preprocessor for OCaml programs.
+
It allows the definition of simple macros and file inclusion.
+
+
Cppo is:
+
+
* more OCaml-friendly than cpp
+
* easy to learn without consulting a manual
+
* reasonably fast
+
* simple to install and to maintain
+
"""
+
maintainer: [
+
"Martin Jambon <martin@mjambon.com>" "Yishuai Li <yishuai@upenn.edu>"
+
]
+
authors: ["Martin Jambon"]
+
license: "BSD-3-Clause"
+
homepage: "https://github.com/ocaml-community/cppo"
+
doc: "https://ocaml-community.github.io/cppo"
+
bug-reports: "https://github.com/ocaml-community/cppo/issues"
+
depends: [
+
"ocaml" {>= "4.02.3"}
+
"dune" {>= "2.0"}
+
"base-unix"
+
]
+
build: [
+
["dune" "subst"] {pinned}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/ocaml-community/cppo.git"
+
url {
+
src: "https://github.com/ocaml-community/cppo/archive/v1.8.0.tar.gz"
+
checksum: [
+
"md5=a197cb393b84f6b30e0ff55080ac429b"
+
"sha512=3840725b767a0300bdc48f11d26d798bdcae0a764ed6798df3a08dfc8cc76fe124b14a19d47c9b5ea8e229d68b0311510afce77c0e4d9131fbda5116dc2689a2"
+
]
+
}
+45
packages/cppo_ocamlbuild/cppo_ocamlbuild.1.8.0/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "Plugin to use cppo with ocamlbuild"
+
description: """
+
This ocamlbuild plugin lets you use cppo in ocamlbuild projects.
+
+
To use it, you can call ocamlbuild with the argument `-plugin-tag
+
package(cppo_ocamlbuild)` (only since ocaml 4.01 and cppo >= 0.9.4).
+
"""
+
maintainer: [
+
"Martin Jambon <martin@mjambon.com>" "Yishuai Li <yishuai@upenn.edu>"
+
]
+
authors: ["Martin Jambon"]
+
license: "BSD-3-Clause"
+
homepage: "https://github.com/ocaml-community/cppo"
+
doc: "https://ocaml-community.github.io/cppo"
+
bug-reports: "https://github.com/ocaml-community/cppo/issues"
+
depends: [
+
"ocaml"
+
"dune" {>= "2.0"}
+
"ocamlbuild"
+
"ocamlfind"
+
]
+
build: [
+
["dune" "subst"] {pinned}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/ocaml-community/cppo.git"
+
url {
+
src: "https://github.com/ocaml-community/cppo/archive/v1.8.0.tar.gz"
+
checksum: [
+
"md5=a197cb393b84f6b30e0ff55080ac429b"
+
"sha512=3840725b767a0300bdc48f11d26d798bdcae0a764ed6798df3a08dfc8cc76fe124b14a19d47c9b5ea8e229d68b0311510afce77c0e4d9131fbda5116dc2689a2"
+
]
+
}