SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View 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.

View file

@ -0,0 +1 @@
lib/ocaml/cppo_ocamlbuild/cppo_ocamlbuild.cmxs

View 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

View 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