this repo has no description
1opam-version: "2.0"
2maintainer: "martin@mjambon.com"
3authors: "Martin Jambon"
4license: "BSD-3-Clause"
5homepage: "https://github.com/ocaml-community/cppo"
6doc: "https://ocaml-community.github.io/cppo/"
7bug-reports: "https://github.com/ocaml-community/cppo/issues"
8depends: [
9 "ocaml" {>= "4.02.3"}
10 "dune" {>= "1.0"}
11 "base-unix"
12]
13build: [
14 ["dune" "subst"] {dev}
15 ["dune" "build" "-p" name "-j" jobs]
16 ["dune" "runtest" "-p" name "-j" jobs] {with-test}
17]
18dev-repo: "git+https://github.com/ocaml-community/cppo.git"
19synopsis: "Code preprocessor like cpp for OCaml"
20description: """
21Cppo is an equivalent of the C preprocessor for OCaml programs.
22It allows the definition of simple macros and file inclusion.
23
24Cppo is:
25
26* more OCaml-friendly than cpp
27* easy to learn without consulting a manual
28* reasonably fast
29* simple to install and to maintain
30"""
31x-commit-hash: "7d217864a5fdc4551699e248137a2f8b719d2078"
32url {
33 src:
34 "https://github.com/ocaml-community/cppo/releases/download/v1.6.7/cppo-v1.6.7.tbz"
35 checksum: [
36 "sha256=db553e3e6c206df09b1858c3aef5e21e56564d593642a3c78bcedb6af36f529d"
37 "sha512=9722b50fd23aaccf86816313333a3bf8fc7c6b4ef06b153e5e1e1aaf14670cf51a4aac52fb1b4a0e5531699c4047a1eff6c24c969f7e5063e78096c2195b5819"
38 ]
39}