SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
13
devel/ocaml-cppo/pkg/DESCR
Normal file
13
devel/ocaml-cppo/pkg/DESCR
Normal file
|
@ -0,0 +1,13 @@
|
|||
Cppo is an equivalent of the C preprocessor targeted at the
|
||||
OCaml language and its variants.
|
||||
|
||||
The main purpose of cppo is to provide a lightweight tool
|
||||
for simple macro substitution (#define) and file inclusion
|
||||
(#include) for the occasional case when this is useful in
|
||||
OCaml. Processing specific sections of files by calling
|
||||
external programs is also possible via #ext directives.
|
||||
|
||||
The implementation of cppo relies on the standard library of
|
||||
OCaml and on the standard parsing tools Ocamllex and
|
||||
Ocamlyacc, which contribute to the robustness of cppo across
|
||||
OCaml versions.
|
1
devel/ocaml-cppo/pkg/PFRAG.dynlink-native
Normal file
1
devel/ocaml-cppo/pkg/PFRAG.dynlink-native
Normal file
|
@ -0,0 +1 @@
|
|||
lib/ocaml/cppo_ocamlbuild/cppo_ocamlbuild.cmxs
|
4
devel/ocaml-cppo/pkg/PFRAG.native
Normal file
4
devel/ocaml-cppo/pkg/PFRAG.native
Normal file
|
@ -0,0 +1,4 @@
|
|||
%%dynlink%%
|
||||
lib/ocaml/cppo_ocamlbuild/cppo_ocamlbuild.a
|
||||
lib/ocaml/cppo_ocamlbuild/cppo_ocamlbuild.cmxa
|
||||
lib/ocaml/cppo_ocamlbuild/ocamlbuild_cppo.cmx
|
23
devel/ocaml-cppo/pkg/PLIST
Normal file
23
devel/ocaml-cppo/pkg/PLIST
Normal file
|
@ -0,0 +1,23 @@
|
|||
%%native%%
|
||||
@bin bin/cppo
|
||||
lib/ocaml/cppo/
|
||||
lib/ocaml/cppo/META
|
||||
lib/ocaml/cppo/dune-package
|
||||
lib/ocaml/cppo/opam
|
||||
lib/ocaml/cppo_ocamlbuild/
|
||||
lib/ocaml/cppo_ocamlbuild/META
|
||||
lib/ocaml/cppo_ocamlbuild/cppo_ocamlbuild.cma
|
||||
lib/ocaml/cppo_ocamlbuild/dune-package
|
||||
lib/ocaml/cppo_ocamlbuild/ocamlbuild_cppo.cmi
|
||||
lib/ocaml/cppo_ocamlbuild/ocamlbuild_cppo.cmt
|
||||
lib/ocaml/cppo_ocamlbuild/ocamlbuild_cppo.cmti
|
||||
lib/ocaml/cppo_ocamlbuild/ocamlbuild_cppo.ml
|
||||
lib/ocaml/cppo_ocamlbuild/ocamlbuild_cppo.mli
|
||||
lib/ocaml/cppo_ocamlbuild/opam
|
||||
share/doc/ocaml-cppo/
|
||||
share/doc/ocaml-cppo/cppo/
|
||||
share/doc/ocaml-cppo/cppo/LICENSE.md
|
||||
share/doc/ocaml-cppo/cppo/README.md
|
||||
share/doc/ocaml-cppo/cppo_ocamlbuild/
|
||||
share/doc/ocaml-cppo/cppo_ocamlbuild/LICENSE.md
|
||||
share/doc/ocaml-cppo/cppo_ocamlbuild/README.md
|
Loading…
Add table
Add a link
Reference in a new issue