blob: e66a7bf609f92d9d82cc1e8d54e5ac00a04cd2b5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
pkgbase = cppo
pkgdesc = C-style preprocessor for OCaml
pkgver = 1.8.0
pkgrel = 1
url = https://github.com/ocaml-community/cppo
arch = x86_64
license = BSD-3-Clause
makedepends = dune
makedepends = ocamlbuild
depends = glibc
optdepends = ocamlbuild: ocamlbuild plugin
options = !strip
source = https://github.com/ocaml-community/cppo/archive/refs/tags/v1.8.0.tar.gz
sha256sums = 6e62a8ee0217c9cc38d5860110eb18eb8d89c05c420353d298e1431fe8bac00f
pkgname = cppo
|