5 Commits

Author SHA1 Message Date
naddy
b565ffc051 g/c PFRAG.shared from OCaml ports; ok chrisz@ 2016-03-29 11:27:00 +00:00
avsm
74441e1bba bump REVISION for OCaml 4.02.3 update 2015-08-30 16:18:48 +00:00
chrisz
4f34b70b07 Upgrade OCaml to 4.02. Since camlp4 is now a seperate port,
add / change BUILD_DEPENDS for all ports using camlp4.
Findlib is changed because it won't use camlp4 and doesn't install
the Bytes module anymore, which is now included in OCaml 4.02.

ok avsm@
2014-09-02 09:24:44 +00:00
kili
5088070bc2 Bump after lang/ocaml pkgname change (first round, more bumps will follow). 2014-08-22 22:21:53 +00:00
jca
7c1f0c2975 Import ocaml-bitstring.
Port from Daniel Dickman (didickman at gmail dot com) with a few tweaks
by me.  ok dcoppa@

    The ocaml-bitstring project adds Erlang-style bitstrings and matching
    over bitstrings as a syntax extension and library for OCaml. You
    can use this module to both parse and generate binary formats, files
    and protocols. Bitstring handling is added as primitives to the
    language, making it exceptionally simple to use and very powerful.
    Bitstring handles integers, strings, sub-bitstrings, big-, little-
    and native-endianness, signed and unsigned types, variable-width
    fields, and fields with arbitrary bit alignment.
2013-12-05 14:38:18 +00:00