View | Details | Raw Unified | Return to bug 262784 | Differences between
and this patch

Collapse All | Expand All

(-)b/devel/ocaml-compiler-libs/Makefile (+33 lines)
Added Link Here
1
# Created by: Thierry Thomas <thierry@pompo.net>
2
3
PORTNAME=	ocaml-compiler-libs
4
DISTVERSIONPREFIX=	v
5
DISTVERSION=	0.12.4
6
CATEGORIES=	devel
7
8
MAINTAINER=	thierry@FreeBSD.org
9
COMMENT=	OCaml compiler libraries repackaged
10
11
LICENSE=	MIT
12
13
BUILD_DEPENDS=	dune:devel/ocaml-dune
14
15
USE_GITHUB=	yes
16
GH_ACCOUNT=	janestreet
17
18
USE_OCAML=	yes
19
20
MAKE_ENV=	INSTALL_ARGS="--destdir=${STAGEDIR} --libdir=${OCAML_SITELIBDIR}"
21
DOCSDIR=	${OCAML_DOCSDIR}/${PORTNAME}
22
ALL_TARGET=	default
23
24
OPTIONS_DEFINE=	DOCS
25
26
pre-build:
27
	${REINPLACE_CMD} -e 's|^INSTALL_ARGS|#INSTALL_ARGS|' ${WRKSRC}/${MAKEFILE}
28
29
post-install:
30
	${FIND} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/${PORTNAME} -name "*.cmxs" | \
31
		${XARGS} ${STRIP_CMD}
32
33
.include <bsd.port.mk>
(-)b/devel/ocaml-compiler-libs/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1646516667
2
SHA256 (janestreet-ocaml-compiler-libs-v0.12.4_GH0.tar.gz) = f4c37daf975b67c1f645a5d0294ec8ca686b982da410d9f915ccd93548c6e2f1
3
SIZE (janestreet-ocaml-compiler-libs-v0.12.4_GH0.tar.gz) = 5435
(-)b/devel/ocaml-compiler-libs/pkg-descr (+7 lines)
Added Link Here
1
This package simply repackage the OCaml compiler libraries so they don't expose
2
everything at toplevel. For instance Ast_helper is now Ocaml_common.Ast_helper.
3
4
The special library ocaml_shadow add a deprecation warning on all modules from
5
the compiler libraries, to force the user to use the prefixed names.
6
7
WWW: https://github.com/janestreet/ocaml-compiler-libs
(-)b/devel/ocaml-compiler-libs/pkg-plist (-2 / +46 lines)
Added Link Here
0
- 
1
%%OCAML_SITELIBDIR%%/ocaml-compiler-libs/META
2
%%OCAML_SITELIBDIR%%/ocaml-compiler-libs/bytecomp/ocaml_bytecomp.a
3
%%OCAML_SITELIBDIR%%/ocaml-compiler-libs/bytecomp/ocaml_bytecomp.cma
4
%%OCAML_SITELIBDIR%%/ocaml-compiler-libs/bytecomp/ocaml_bytecomp.cmi
5
%%OCAML_SITELIBDIR%%/ocaml-compiler-libs/bytecomp/ocaml_bytecomp.cmt
6
%%OCAML_SITELIBDIR%%/ocaml-compiler-libs/bytecomp/ocaml_bytecomp.cmx
7
%%OCAML_SITELIBDIR%%/ocaml-compiler-libs/bytecomp/ocaml_bytecomp.cmxa
8
%%OCAML_SITELIBDIR%%/ocaml-compiler-libs/bytecomp/ocaml_bytecomp.cmxs
9
%%OCAML_SITELIBDIR%%/ocaml-compiler-libs/bytecomp/ocaml_bytecomp.ml
10
%%OCAML_SITELIBDIR%%/ocaml-compiler-libs/common/ocaml_common.a
11
%%OCAML_SITELIBDIR%%/ocaml-compiler-libs/common/ocaml_common.cma
12
%%OCAML_SITELIBDIR%%/ocaml-compiler-libs/common/ocaml_common.cmi
13
%%OCAML_SITELIBDIR%%/ocaml-compiler-libs/common/ocaml_common.cmt
14
%%OCAML_SITELIBDIR%%/ocaml-compiler-libs/common/ocaml_common.cmx
15
%%OCAML_SITELIBDIR%%/ocaml-compiler-libs/common/ocaml_common.cmxa
16
%%OCAML_SITELIBDIR%%/ocaml-compiler-libs/common/ocaml_common.cmxs
17
%%OCAML_SITELIBDIR%%/ocaml-compiler-libs/common/ocaml_common.ml
18
%%OCAML_SITELIBDIR%%/ocaml-compiler-libs/dune-package
19
%%OCAML_SITELIBDIR%%/ocaml-compiler-libs/opam
20
%%OCAML_SITELIBDIR%%/ocaml-compiler-libs/optcomp/ocaml_optcomp.a
21
%%OCAML_SITELIBDIR%%/ocaml-compiler-libs/optcomp/ocaml_optcomp.cma
22
%%OCAML_SITELIBDIR%%/ocaml-compiler-libs/optcomp/ocaml_optcomp.cmi
23
%%OCAML_SITELIBDIR%%/ocaml-compiler-libs/optcomp/ocaml_optcomp.cmt
24
%%OCAML_SITELIBDIR%%/ocaml-compiler-libs/optcomp/ocaml_optcomp.cmx
25
%%OCAML_SITELIBDIR%%/ocaml-compiler-libs/optcomp/ocaml_optcomp.cmxa
26
%%OCAML_SITELIBDIR%%/ocaml-compiler-libs/optcomp/ocaml_optcomp.cmxs
27
%%OCAML_SITELIBDIR%%/ocaml-compiler-libs/optcomp/ocaml_optcomp.ml
28
%%OCAML_SITELIBDIR%%/ocaml-compiler-libs/shadow/ocaml_shadow.a
29
%%OCAML_SITELIBDIR%%/ocaml-compiler-libs/shadow/ocaml_shadow.cma
30
%%OCAML_SITELIBDIR%%/ocaml-compiler-libs/shadow/ocaml_shadow.cmi
31
%%OCAML_SITELIBDIR%%/ocaml-compiler-libs/shadow/ocaml_shadow.cmt
32
%%OCAML_SITELIBDIR%%/ocaml-compiler-libs/shadow/ocaml_shadow.cmx
33
%%OCAML_SITELIBDIR%%/ocaml-compiler-libs/shadow/ocaml_shadow.cmxa
34
%%OCAML_SITELIBDIR%%/ocaml-compiler-libs/shadow/ocaml_shadow.cmxs
35
%%OCAML_SITELIBDIR%%/ocaml-compiler-libs/shadow/ocaml_shadow.ml
36
%%OCAML_SITELIBDIR%%/ocaml-compiler-libs/toplevel/ocaml_toplevel.a
37
%%OCAML_SITELIBDIR%%/ocaml-compiler-libs/toplevel/ocaml_toplevel.cma
38
%%OCAML_SITELIBDIR%%/ocaml-compiler-libs/toplevel/ocaml_toplevel.cmi
39
%%OCAML_SITELIBDIR%%/ocaml-compiler-libs/toplevel/ocaml_toplevel.cmt
40
%%OCAML_SITELIBDIR%%/ocaml-compiler-libs/toplevel/ocaml_toplevel.cmx
41
%%OCAML_SITELIBDIR%%/ocaml-compiler-libs/toplevel/ocaml_toplevel.cmxa
42
%%OCAML_SITELIBDIR%%/ocaml-compiler-libs/toplevel/ocaml_toplevel.cmxs
43
%%OCAML_SITELIBDIR%%/ocaml-compiler-libs/toplevel/ocaml_toplevel.ml
44
%%PORTDOCS%%%%DOCSDIR%%/CHANGES.md
45
%%PORTDOCS%%%%DOCSDIR%%/LICENSE.md
46
%%PORTDOCS%%%%DOCSDIR%%/README.org
1
plugin registry
47
plugin registry
2
--
3
devel/ocaml-ppx_derivers/Makefile  | 32 ++++++++++++++++++++++++++++++
48
devel/ocaml-ppx_derivers/Makefile  | 32 ++++++++++++++++++++++++++++++
4
devel/ocaml-ppx_derivers/distinfo  |  3 +++
49
devel/ocaml-ppx_derivers/distinfo  |  3 +++
5
devel/ocaml-ppx_derivers/pkg-descr |  5 +++++
50
devel/ocaml-ppx_derivers/pkg-descr |  5 +++++
6
devel/ocaml-ppx_derivers/pkg-plist | 16 +++++++++++++++
51
devel/ocaml-ppx_derivers/pkg-plist | 16 +++++++++++++++
7
4 files changed, 56 insertions(+)
52
4 files changed, 56 insertions(+)
8
create mode 100644 devel/ocaml-ppx_derivers/Makefile
53
create mode 100644 devel/ocaml-ppx_derivers/Makefile
9
create mode 100644 devel/ocaml-ppx_derivers/distinfo
54
create mode 100644 devel/ocaml-ppx_derivers/distinfo
10
create mode 100644 devel/ocaml-ppx_derivers/pkg-descr
55
create mode 100644 devel/ocaml-ppx_derivers/pkg-descr
11
create mode 100644 devel/ocaml-ppx_derivers/pkg-plist
56
create mode 100644 devel/ocaml-ppx_derivers/pkg-plist
(-)b/devel/ocaml-ppx_derivers/Makefile (+32 lines)
Added Link Here
1
# Created by: Thierry Thomas <thierry@pompo.net>
2
3
PORTNAME=	ppx_derivers
4
DISTVERSION=	1.2.1
5
CATEGORIES=	devel
6
PKGNAMEPREFIX=	ocaml-
7
8
MAINTAINER=	thierry@FreeBSD.org
9
COMMENT=	OCaml deriving plugin registry
10
11
LICENSE=	BSD3CLAUSE
12
LICENSE_FILE=	${WRKSRC}/LICENSE.md
13
14
BUILD_DEPENDS=	dune:devel/ocaml-dune
15
16
USE_GITHUB=	yes
17
GH_ACCOUNT=	ocaml-ppx
18
19
USE_OCAML=	yes
20
21
MAKE_ENV=	INSTALL_ARGS="--destdir=${STAGEDIR} --libdir=${OCAML_SITELIBDIR}"
22
DOCSDIR=	${OCAML_DOCSDIR}/${PORTNAME}
23
24
OPTIONS_DEFINE=	DOCS
25
26
pre-build:
27
	${REINPLACE_CMD} -e 's|^INSTALL_ARGS|#INSTALL_ARGS|' ${WRKSRC}/${MAKEFILE}
28
29
post-install:
30
	${STRIP_CMD}  ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/${PORTNAME}/ppx_derivers.cmxs
31
32
.include <bsd.port.mk>
(-)b/devel/ocaml-ppx_derivers/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1646561646
2
SHA256 (ocaml-ppx-ppx_derivers-1.2.1_GH0.tar.gz) = b6595ee187dea792b31fc54a0e1524ab1e48bc6068d3066c45215a138cc73b95
3
SIZE (ocaml-ppx-ppx_derivers-1.2.1_GH0.tar.gz) = 2530
(-)b/devel/ocaml-ppx_derivers/pkg-descr (+5 lines)
Added Link Here
1
Ppx_derivers is a tiny package whose sole purpose is to allow ppx_deriving and
2
ppx_type_conv to inter-operate gracefully when linked as part of the same
3
ocaml-migrate-parsetree driver.
4
5
WWW: https://github.com/ocaml-ppx/ppx_derivers
(-)b/devel/ocaml-ppx_derivers/pkg-plist (-2 / +16 lines)
Added Link Here
0
- 
1
%%OCAML_SITELIBDIR%%/ppx_derivers/META
2
%%OCAML_SITELIBDIR%%/ppx_derivers/dune-package
3
%%OCAML_SITELIBDIR%%/ppx_derivers/opam
4
%%OCAML_SITELIBDIR%%/ppx_derivers/ppx_derivers.a
5
%%OCAML_SITELIBDIR%%/ppx_derivers/ppx_derivers.cma
6
%%OCAML_SITELIBDIR%%/ppx_derivers/ppx_derivers.cmi
7
%%OCAML_SITELIBDIR%%/ppx_derivers/ppx_derivers.cmt
8
%%OCAML_SITELIBDIR%%/ppx_derivers/ppx_derivers.cmti
9
%%OCAML_SITELIBDIR%%/ppx_derivers/ppx_derivers.cmx
10
%%OCAML_SITELIBDIR%%/ppx_derivers/ppx_derivers.cmxa
11
%%OCAML_SITELIBDIR%%/ppx_derivers/ppx_derivers.cmxs
12
%%OCAML_SITELIBDIR%%/ppx_derivers/ppx_derivers.ml
13
%%OCAML_SITELIBDIR%%/ppx_derivers/ppx_derivers.mli
14
%%PORTDOCS%%%%DOCSDIR%%/CHANGES.md
15
%%PORTDOCS%%%%DOCSDIR%%/LICENSE.md
16
%%PORTDOCS%%%%DOCSDIR%%/README.md
1
S-expressions and base converters
17
S-expressions and base converters
2
--
3
devel/ocaml-sexplib0/Makefile  | 33 ++++++++++++++++++++++++
18
devel/ocaml-sexplib0/Makefile  | 33 ++++++++++++++++++++++++
4
devel/ocaml-sexplib0/distinfo  |  3 +++
19
devel/ocaml-sexplib0/distinfo  |  3 +++
5
devel/ocaml-sexplib0/pkg-descr |  6 +++++
20
devel/ocaml-sexplib0/pkg-descr |  6 +++++
6
devel/ocaml-sexplib0/pkg-plist | 46 ++++++++++++++++++++++++++++++++++
21
devel/ocaml-sexplib0/pkg-plist | 46 ++++++++++++++++++++++++++++++++++
7
4 files changed, 88 insertions(+)
22
4 files changed, 88 insertions(+)
8
create mode 100644 devel/ocaml-sexplib0/Makefile
23
create mode 100644 devel/ocaml-sexplib0/Makefile
9
create mode 100644 devel/ocaml-sexplib0/distinfo
24
create mode 100644 devel/ocaml-sexplib0/distinfo
10
create mode 100644 devel/ocaml-sexplib0/pkg-descr
25
create mode 100644 devel/ocaml-sexplib0/pkg-descr
11
create mode 100644 devel/ocaml-sexplib0/pkg-plist
26
create mode 100644 devel/ocaml-sexplib0/pkg-plist
(-)b/devel/ocaml-sexplib0/Makefile (+33 lines)
Added Link Here
1
# Created by: Thierry Thomas <thierry@pompo.net>
2
3
PORTNAME=	sexplib0
4
DISTVERSIONPREFIX=	v
5
DISTVERSION=	0.14.0	# 0.15.0 conflicts with ocaml-base 0.14.3
6
CATEGORIES=	devel
7
PKGNAMEPREFIX=	ocaml-
8
9
MAINTAINER=	thierry@FreeBSD.org
10
COMMENT=	Library containing the definition of S-expressions and base converters
11
12
LICENSE=	MIT
13
14
BUILD_DEPENDS=	dune:devel/ocaml-dune
15
16
USE_GITHUB=	yes
17
GH_ACCOUNT=	janestreet
18
19
USE_OCAML=	yes
20
21
MAKE_ENV=	INSTALL_ARGS="--destdir=${STAGEDIR} --libdir=${OCAML_SITELIBDIR}"
22
DOCSDIR=	${OCAML_DOCSDIR}/${PORTNAME}
23
ALL_TARGET=	default
24
25
OPTIONS_DEFINE=	DOCS
26
27
pre-build:
28
	${REINPLACE_CMD} -e 's|^INSTALL_ARGS|#INSTALL_ARGS|' ${WRKSRC}/${MAKEFILE}
29
30
post-install:
31
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/${PORTNAME}/sexplib0.cmxs
32
33
.include <bsd.port.mk>
(-)b/devel/ocaml-sexplib0/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1646754858
2
SHA256 (janestreet-sexplib0-v0.14.0_GH0.tar.gz) = 1e2d1c27015809d816d1c707abfbc61f6b55830dedec01de8152d10ab7d6a19e
3
SIZE (janestreet-sexplib0-v0.14.0_GH0.tar.gz) = 17677
(-)b/devel/ocaml-sexplib0/pkg-descr (+6 lines)
Added Link Here
1
sexplib0 is a lightweight portion of sexplib, for situations where a dependency
2
on sexplib is problematic.
3
4
It has the type definition and the printing functions, but not parsing.
5
6
WWW: https://github.com/janestreet/sexplib0
(-)b/devel/ocaml-sexplib0/pkg-plist (-2 / +46 lines)
Added Link Here
0
- 
1
%%OCAML_SITELIBDIR%%/sexplib0/META
2
%%OCAML_SITELIBDIR%%/sexplib0/dune-package
3
%%OCAML_SITELIBDIR%%/sexplib0/lazy_group_id.ml
4
%%OCAML_SITELIBDIR%%/sexplib0/lazy_group_id.mli
5
%%OCAML_SITELIBDIR%%/sexplib0/opam
6
%%OCAML_SITELIBDIR%%/sexplib0/raw_grammar.ml
7
%%OCAML_SITELIBDIR%%/sexplib0/sexp.ml
8
%%OCAML_SITELIBDIR%%/sexplib0/sexp.mli
9
%%OCAML_SITELIBDIR%%/sexplib0/sexp_conv.ml
10
%%OCAML_SITELIBDIR%%/sexplib0/sexp_conv.mli
11
%%OCAML_SITELIBDIR%%/sexplib0/sexp_conv_error.ml
12
%%OCAML_SITELIBDIR%%/sexplib0/sexpable.ml
13
%%OCAML_SITELIBDIR%%/sexplib0/sexplib0.a
14
%%OCAML_SITELIBDIR%%/sexplib0/sexplib0.cma
15
%%OCAML_SITELIBDIR%%/sexplib0/sexplib0.cmi
16
%%OCAML_SITELIBDIR%%/sexplib0/sexplib0.cmt
17
%%OCAML_SITELIBDIR%%/sexplib0/sexplib0.cmx
18
%%OCAML_SITELIBDIR%%/sexplib0/sexplib0.cmxa
19
%%OCAML_SITELIBDIR%%/sexplib0/sexplib0.cmxs
20
%%OCAML_SITELIBDIR%%/sexplib0/sexplib0.ml
21
%%OCAML_SITELIBDIR%%/sexplib0/sexplib0__.cmi
22
%%OCAML_SITELIBDIR%%/sexplib0/sexplib0__.cmt
23
%%OCAML_SITELIBDIR%%/sexplib0/sexplib0__.cmx
24
%%OCAML_SITELIBDIR%%/sexplib0/sexplib0__.ml
25
%%OCAML_SITELIBDIR%%/sexplib0/sexplib0__Lazy_group_id.cmi
26
%%OCAML_SITELIBDIR%%/sexplib0/sexplib0__Lazy_group_id.cmt
27
%%OCAML_SITELIBDIR%%/sexplib0/sexplib0__Lazy_group_id.cmti
28
%%OCAML_SITELIBDIR%%/sexplib0/sexplib0__Lazy_group_id.cmx
29
%%OCAML_SITELIBDIR%%/sexplib0/sexplib0__Raw_grammar.cmi
30
%%OCAML_SITELIBDIR%%/sexplib0/sexplib0__Raw_grammar.cmt
31
%%OCAML_SITELIBDIR%%/sexplib0/sexplib0__Raw_grammar.cmx
32
%%OCAML_SITELIBDIR%%/sexplib0/sexplib0__Sexp.cmi
33
%%OCAML_SITELIBDIR%%/sexplib0/sexplib0__Sexp.cmt
34
%%OCAML_SITELIBDIR%%/sexplib0/sexplib0__Sexp.cmti
35
%%OCAML_SITELIBDIR%%/sexplib0/sexplib0__Sexp.cmx
36
%%OCAML_SITELIBDIR%%/sexplib0/sexplib0__Sexp_conv.cmi
37
%%OCAML_SITELIBDIR%%/sexplib0/sexplib0__Sexp_conv.cmt
38
%%OCAML_SITELIBDIR%%/sexplib0/sexplib0__Sexp_conv.cmti
39
%%OCAML_SITELIBDIR%%/sexplib0/sexplib0__Sexp_conv.cmx
40
%%OCAML_SITELIBDIR%%/sexplib0/sexplib0__Sexp_conv_error.cmi
41
%%OCAML_SITELIBDIR%%/sexplib0/sexplib0__Sexp_conv_error.cmt
42
%%OCAML_SITELIBDIR%%/sexplib0/sexplib0__Sexp_conv_error.cmx
43
%%OCAML_SITELIBDIR%%/sexplib0/sexplib0__Sexpable.cmi
44
%%OCAML_SITELIBDIR%%/sexplib0/sexplib0__Sexpable.cmt
45
%%OCAML_SITELIBDIR%%/sexplib0/sexplib0__Sexpable.cmx
46
%%PORTDOCS%%%%DOCSDIR%%/LICENSE.md
1
`Pervasives` with `Stdlib
47
`Pervasives` with `Stdlib
2
--
3
devel/ocaml-stdlib-shims/Makefile  | 33 ++++++++++++++++++++++++++++++
48
devel/ocaml-stdlib-shims/Makefile  | 33 ++++++++++++++++++++++++++++++
4
devel/ocaml-stdlib-shims/distinfo  |  3 +++
49
devel/ocaml-stdlib-shims/distinfo  |  3 +++
5
devel/ocaml-stdlib-shims/pkg-descr |  6 ++++++
50
devel/ocaml-stdlib-shims/pkg-descr |  6 ++++++
6
devel/ocaml-stdlib-shims/pkg-plist |  9 ++++++++
51
devel/ocaml-stdlib-shims/pkg-plist |  9 ++++++++
7
4 files changed, 51 insertions(+)
52
4 files changed, 51 insertions(+)
8
create mode 100644 devel/ocaml-stdlib-shims/Makefile
53
create mode 100644 devel/ocaml-stdlib-shims/Makefile
9
create mode 100644 devel/ocaml-stdlib-shims/distinfo
54
create mode 100644 devel/ocaml-stdlib-shims/distinfo
10
create mode 100644 devel/ocaml-stdlib-shims/pkg-descr
55
create mode 100644 devel/ocaml-stdlib-shims/pkg-descr
11
create mode 100644 devel/ocaml-stdlib-shims/pkg-plist
56
create mode 100644 devel/ocaml-stdlib-shims/pkg-plist
(-)b/devel/ocaml-stdlib-shims/Makefile (+33 lines)
Added Link Here
1
# Created by: Thierry Thomas <thierry@pompo.net>
2
3
PORTNAME=	stdlib-shims
4
DISTVERSION=	0.3.0
5
CATEGORIES=	devel
6
PKGNAMEPREFIX=	ocaml-
7
8
MAINTAINER=	thierry@FreeBSD.org
9
COMMENT=	OCaml shim to substitute `Pervasives` with `Stdlib`
10
11
LICENSE=	LGPL21
12
13
BUILD_DEPENDS=	dune:devel/ocaml-dune
14
15
USE_GITHUB=	yes
16
GH_ACCOUNT=	ocaml
17
18
USE_OCAML=	yes
19
20
INSTALL_ARGS=	--destdir=${STAGEDIR} --libdir=${OCAML_SITELIBDIR}
21
DOCSDIR=	${OCAML_DOCSDIR}/${PORTNAME}
22
ALL_TARGET=	default
23
24
OPTIONS_DEFINE=	DOCS
25
26
do-build:
27
	(cd ${WRKSRC} && ${LOCALBASE}/bin/dune build)
28
29
do-install:
30
	(cd ${WRKSRC} && ${LOCALBASE}/bin/dune install ${INSTALL_ARGS})
31
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/${PORTNAME}/stdlib_shims.cmxs
32
33
.include <bsd.port.mk>
(-)b/devel/ocaml-stdlib-shims/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1646587192
2
SHA256 (ocaml-stdlib-shims-0.3.0_GH0.tar.gz) = 6d0386313a021146300011549180fcd4e94f7ac3c3bf021ff165f6558608f0c2
3
SIZE (ocaml-stdlib-shims-0.3.0_GH0.tar.gz) = 11557
(-)b/devel/ocaml-stdlib-shims/pkg-descr (+6 lines)
Added Link Here
1
Compiling against this library allows to replace your uses of Pervasives with
2
Stdlib before 4.08. For example you can use Stdlib.compare instead of
3
Pervasives.compare. It does not however provide the new functions and modules
4
that are being added in Stdlib module.
5
6
WWW: https://github.com/ocaml/stdlib-shims
(-)b/devel/ocaml-stdlib-shims/pkg-plist (-2 / +9 lines)
Added Link Here
0
- 
1
%%OCAML_SITELIBDIR%%/stdlib-shims/META
2
%%OCAML_SITELIBDIR%%/stdlib-shims/dune-package
3
%%OCAML_SITELIBDIR%%/stdlib-shims/opam
4
%%OCAML_SITELIBDIR%%/stdlib-shims/stdlib_shims.cma
5
%%OCAML_SITELIBDIR%%/stdlib-shims/stdlib_shims.cmxa
6
%%OCAML_SITELIBDIR%%/stdlib-shims/stdlib_shims.cmxs
7
%%PORTDOCS%%%%DOCSDIR%%/CHANGES.md
8
%%PORTDOCS%%%%DOCSDIR%%/LICENSE
9
%%PORTDOCS%%%%DOCSDIR%%/README.md
1
tools for ppx rewriters
10
tools for ppx rewriters
2
--
3
devel/ocaml-ppxlib/Makefile  |  42 +++
11
devel/ocaml-ppxlib/Makefile  |  42 +++
4
devel/ocaml-ppxlib/distinfo  |   3 +
12
devel/ocaml-ppxlib/distinfo  |   3 +
5
devel/ocaml-ppxlib/pkg-descr |  12 +
13
devel/ocaml-ppxlib/pkg-descr |  12 +
6
devel/ocaml-ppxlib/pkg-plist | 530 +++++++++++++++++++++++++++++++++++
14
devel/ocaml-ppxlib/pkg-plist | 530 +++++++++++++++++++++++++++++++++++
7
4 files changed, 587 insertions(+)
15
4 files changed, 587 insertions(+)
8
create mode 100644 devel/ocaml-ppxlib/Makefile
16
create mode 100644 devel/ocaml-ppxlib/Makefile
9
create mode 100644 devel/ocaml-ppxlib/distinfo
17
create mode 100644 devel/ocaml-ppxlib/distinfo
10
create mode 100644 devel/ocaml-ppxlib/pkg-descr
18
create mode 100644 devel/ocaml-ppxlib/pkg-descr
11
create mode 100644 devel/ocaml-ppxlib/pkg-plist
19
create mode 100644 devel/ocaml-ppxlib/pkg-plist
(-)b/devel/ocaml-ppxlib/Makefile (+42 lines)
Added Link Here
1
# Created by: Thierry Thomas <thierry@pompo.net>
2
3
PORTNAME=	ppxlib
4
DISTVERSION=	0.24.0	# 0.25.0 is not compatible with sexplib0 0.14.0
5
CATEGORIES=	devel
6
PKGNAMEPREFIX=	ocaml-
7
8
MAINTAINER=	thierry@FreeBSD.org
9
COMMENT=	Base library and tools for ppx rewriters
10
11
LICENSE=	MIT
12
13
BUILD_DEPENDS=	dune:devel/ocaml-dune	\
14
		ocaml-sexplib0>0:devel/ocaml-sexplib0	\
15
		ocaml-ppx_derivers>0:devel/ocaml-ppx_derivers	\
16
		ocaml-stdlib-shims>0:devel/ocaml-stdlib-shims	\
17
		ocaml-compiler-libs>0:devel/ocaml-compiler-libs
18
RUN_DEPENDS=	ocaml-sexplib0>0:devel/ocaml-sexplib0	\
19
		ocaml-stdlib-shims>0:devel/ocaml-stdlib-shims	\
20
		ocaml-ppx_derivers>0:devel/ocaml-ppx_derivers	\
21
		ocaml-compiler-libs>0:devel/ocaml-compiler-libs
22
23
USE_GITHUB=	yes
24
GH_ACCOUNT=	ocaml-ppx
25
26
USE_OCAML=	yes
27
28
MAKE_ENV=	INSTALL_ARGS="--destdir=${STAGEDIR} --libdir=${OCAML_SITELIBDIR}"
29
DOCSDIR=	${OCAML_DOCSDIR}/${PORTNAME}
30
ALL_TARGET=	default
31
32
OPTIONS_DEFINE=	DOCS
33
34
pre-build:
35
	${REINPLACE_CMD} -e 's|^INSTALL_ARGS|#INSTALL_ARGS|' ${WRKSRC}/${MAKEFILE}
36
37
post-install:
38
	${FIND} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/${PORTNAME} -name "*.cmxs" | \
39
		${XARGS} ${STRIP_CMD}
40
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/${PORTNAME}/metaquot/ppx.exe
41
42
.include <bsd.port.mk>
(-)b/devel/ocaml-ppxlib/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1646759537
2
SHA256 (ocaml-ppx-ppxlib-0.24.0_GH0.tar.gz) = 51a9f93bd610857cd091d4d50edd9b3accdbb49aaa3304a2d49cfc30e99a4816
3
SIZE (ocaml-ppx-ppxlib-0.24.0_GH0.tar.gz) = 390297
(-)b/devel/ocaml-ppxlib/pkg-descr (+12 lines)
Added Link Here
1
Ppxlib is the standard library for ppx rewriters and other programs that
2
manipulate the in-memory representation of OCaml programs, a.k.a the
3
"Parsetree".
4
5
It also comes bundled with two ppx rewriters that are commonly used to write
6
tools that manipulate and/or generate Parsetree values; ppxlib.metaquot which
7
allows to construct Parsetree values using the OCaml syntax directly and
8
ppxlib.traverse which provides various ways of automatically traversing values
9
of a given type, in particular allowing to inject a complex structured value
10
into generated code.
11
12
WWW: https://github.com/ocaml-ppx/ppxlib
(-)b/devel/ocaml-ppxlib/pkg-plist (-2 / +530 lines)
Added Link Here
0
- 
1
%%OCAML_SITELIBDIR%%/ppxlib/META
1
--
2
%%OCAML_SITELIBDIR%%/ppxlib/ast/ast.ml
3
%%OCAML_SITELIBDIR%%/ppxlib/ast/ast_helper_lite.ml
4
%%OCAML_SITELIBDIR%%/ppxlib/ast/ast_helper_lite.mli
5
%%OCAML_SITELIBDIR%%/ppxlib/ast/import.ml
6
%%OCAML_SITELIBDIR%%/ppxlib/ast/location_error.ml
7
%%OCAML_SITELIBDIR%%/ppxlib/ast/location_error.mli
8
%%OCAML_SITELIBDIR%%/ppxlib/ast/ppxlib_ast.a
9
%%OCAML_SITELIBDIR%%/ppxlib/ast/ppxlib_ast.cma
10
%%OCAML_SITELIBDIR%%/ppxlib/ast/ppxlib_ast.cmi
11
%%OCAML_SITELIBDIR%%/ppxlib/ast/ppxlib_ast.cmt
12
%%OCAML_SITELIBDIR%%/ppxlib/ast/ppxlib_ast.cmx
13
%%OCAML_SITELIBDIR%%/ppxlib/ast/ppxlib_ast.cmxa
14
%%OCAML_SITELIBDIR%%/ppxlib/ast/ppxlib_ast.cmxs
15
%%OCAML_SITELIBDIR%%/ppxlib/ast/ppxlib_ast.ml
16
%%OCAML_SITELIBDIR%%/ppxlib/ast/ppxlib_ast__.cmi
17
%%OCAML_SITELIBDIR%%/ppxlib/ast/ppxlib_ast__.cmt
18
%%OCAML_SITELIBDIR%%/ppxlib/ast/ppxlib_ast__.cmx
19
%%OCAML_SITELIBDIR%%/ppxlib/ast/ppxlib_ast__.ml
20
%%OCAML_SITELIBDIR%%/ppxlib/ast/ppxlib_ast__Ast.cmi
21
%%OCAML_SITELIBDIR%%/ppxlib/ast/ppxlib_ast__Ast.cmt
22
%%OCAML_SITELIBDIR%%/ppxlib/ast/ppxlib_ast__Ast.cmx
23
%%OCAML_SITELIBDIR%%/ppxlib/ast/ppxlib_ast__Ast_helper_lite.cmi
24
%%OCAML_SITELIBDIR%%/ppxlib/ast/ppxlib_ast__Ast_helper_lite.cmt
25
%%OCAML_SITELIBDIR%%/ppxlib/ast/ppxlib_ast__Ast_helper_lite.cmti
26
%%OCAML_SITELIBDIR%%/ppxlib/ast/ppxlib_ast__Ast_helper_lite.cmx
27
%%OCAML_SITELIBDIR%%/ppxlib/ast/ppxlib_ast__Import.cmi
28
%%OCAML_SITELIBDIR%%/ppxlib/ast/ppxlib_ast__Import.cmt
29
%%OCAML_SITELIBDIR%%/ppxlib/ast/ppxlib_ast__Import.cmx
30
%%OCAML_SITELIBDIR%%/ppxlib/ast/ppxlib_ast__Location_error.cmi
31
%%OCAML_SITELIBDIR%%/ppxlib/ast/ppxlib_ast__Location_error.cmt
32
%%OCAML_SITELIBDIR%%/ppxlib/ast/ppxlib_ast__Location_error.cmti
33
%%OCAML_SITELIBDIR%%/ppxlib/ast/ppxlib_ast__Location_error.cmx
34
%%OCAML_SITELIBDIR%%/ppxlib/ast/ppxlib_ast__Stdlib0.cmi
35
%%OCAML_SITELIBDIR%%/ppxlib/ast/ppxlib_ast__Stdlib0.cmt
36
%%OCAML_SITELIBDIR%%/ppxlib/ast/ppxlib_ast__Stdlib0.cmx
37
%%OCAML_SITELIBDIR%%/ppxlib/ast/ppxlib_ast__Versions.cmi
38
%%OCAML_SITELIBDIR%%/ppxlib/ast/ppxlib_ast__Versions.cmt
39
%%OCAML_SITELIBDIR%%/ppxlib/ast/ppxlib_ast__Versions.cmti
40
%%OCAML_SITELIBDIR%%/ppxlib/ast/ppxlib_ast__Versions.cmx
41
%%OCAML_SITELIBDIR%%/ppxlib/ast/ppxlib_ast__Warn.cmi
42
%%OCAML_SITELIBDIR%%/ppxlib/ast/ppxlib_ast__Warn.cmt
43
%%OCAML_SITELIBDIR%%/ppxlib/ast/ppxlib_ast__Warn.cmti
44
%%OCAML_SITELIBDIR%%/ppxlib/ast/ppxlib_ast__Warn.cmx
45
%%OCAML_SITELIBDIR%%/ppxlib/ast/stdlib0.ml
46
%%OCAML_SITELIBDIR%%/ppxlib/ast/versions.ml
47
%%OCAML_SITELIBDIR%%/ppxlib/ast/versions.mli
48
%%OCAML_SITELIBDIR%%/ppxlib/ast/warn.ml
49
%%OCAML_SITELIBDIR%%/ppxlib/ast/warn.mli
50
%%OCAML_SITELIBDIR%%/ppxlib/ast_builder.ml
51
%%OCAML_SITELIBDIR%%/ppxlib/ast_builder.mli
52
%%OCAML_SITELIBDIR%%/ppxlib/ast_builder_generated.ml
53
%%OCAML_SITELIBDIR%%/ppxlib/ast_builder_intf.ml
54
%%OCAML_SITELIBDIR%%/ppxlib/ast_pattern.ml
55
%%OCAML_SITELIBDIR%%/ppxlib/ast_pattern.mli
56
%%OCAML_SITELIBDIR%%/ppxlib/ast_pattern0.ml
57
%%OCAML_SITELIBDIR%%/ppxlib/ast_pattern_generated.ml
58
%%OCAML_SITELIBDIR%%/ppxlib/ast_traverse.ml
59
%%OCAML_SITELIBDIR%%/ppxlib/ast_traverse.mli
60
%%OCAML_SITELIBDIR%%/ppxlib/astlib/ast_402.ml
61
%%OCAML_SITELIBDIR%%/ppxlib/astlib/ast_403.ml
62
%%OCAML_SITELIBDIR%%/ppxlib/astlib/ast_404.ml
63
%%OCAML_SITELIBDIR%%/ppxlib/astlib/ast_405.ml
64
%%OCAML_SITELIBDIR%%/ppxlib/astlib/ast_406.ml
65
%%OCAML_SITELIBDIR%%/ppxlib/astlib/ast_407.ml
66
%%OCAML_SITELIBDIR%%/ppxlib/astlib/ast_408.ml
67
%%OCAML_SITELIBDIR%%/ppxlib/astlib/ast_409.ml
68
%%OCAML_SITELIBDIR%%/ppxlib/astlib/ast_410.ml
69
%%OCAML_SITELIBDIR%%/ppxlib/astlib/ast_411.ml
70
%%OCAML_SITELIBDIR%%/ppxlib/astlib/ast_412.ml
71
%%OCAML_SITELIBDIR%%/ppxlib/astlib/ast_413.ml
72
%%OCAML_SITELIBDIR%%/ppxlib/astlib/ast_414.ml
73
%%OCAML_SITELIBDIR%%/ppxlib/astlib/ast_metadata.ml
74
%%OCAML_SITELIBDIR%%/ppxlib/astlib/ast_metadata.mli
75
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib.a
76
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib.cma
77
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib.cmi
78
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib.cmt
79
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib.cmx
80
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib.cmxa
81
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib.cmxs
82
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib.ml
83
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__.cmi
84
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__.cmt
85
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__.cmx
86
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__.ml
87
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Ast_402.cmi
88
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Ast_402.cmt
89
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Ast_402.cmx
90
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Ast_403.cmi
91
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Ast_403.cmt
92
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Ast_403.cmx
93
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Ast_404.cmi
94
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Ast_404.cmt
95
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Ast_404.cmx
96
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Ast_405.cmi
97
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Ast_405.cmt
98
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Ast_405.cmx
99
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Ast_406.cmi
100
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Ast_406.cmt
101
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Ast_406.cmx
102
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Ast_407.cmi
103
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Ast_407.cmt
104
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Ast_407.cmx
105
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Ast_408.cmi
106
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Ast_408.cmt
107
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Ast_408.cmx
108
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Ast_409.cmi
109
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Ast_409.cmt
110
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Ast_409.cmx
111
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Ast_410.cmi
112
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Ast_410.cmt
113
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Ast_410.cmx
114
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Ast_411.cmi
115
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Ast_411.cmt
116
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Ast_411.cmx
117
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Ast_412.cmi
118
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Ast_412.cmt
119
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Ast_412.cmx
120
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Ast_413.cmi
121
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Ast_413.cmt
122
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Ast_413.cmx
123
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Ast_414.cmi
124
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Ast_414.cmt
125
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Ast_414.cmx
126
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Ast_metadata.cmi
127
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Ast_metadata.cmt
128
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Ast_metadata.cmti
129
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Ast_metadata.cmx
130
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Config.cmi
131
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Config.cmt
132
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Config.cmti
133
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Config.cmx
134
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Keyword.cmi
135
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Keyword.cmt
136
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Keyword.cmti
137
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Keyword.cmx
138
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Location.cmi
139
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Location.cmt
140
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Location.cmti
141
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Location.cmx
142
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Longident.cmi
143
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Longident.cmt
144
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Longident.cmti
145
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Longident.cmx
146
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Migrate_402_403.cmi
147
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Migrate_402_403.cmt
148
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Migrate_402_403.cmx
149
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Migrate_403_402.cmi
150
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Migrate_403_402.cmt
151
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Migrate_403_402.cmx
152
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Migrate_403_404.cmi
153
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Migrate_403_404.cmt
154
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Migrate_403_404.cmx
155
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Migrate_404_403.cmi
156
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Migrate_404_403.cmt
157
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Migrate_404_403.cmx
158
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Migrate_404_405.cmi
159
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Migrate_404_405.cmt
160
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Migrate_404_405.cmx
161
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Migrate_405_404.cmi
162
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Migrate_405_404.cmt
163
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Migrate_405_404.cmx
164
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Migrate_405_406.cmi
165
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Migrate_405_406.cmt
166
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Migrate_405_406.cmx
167
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Migrate_406_405.cmi
168
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Migrate_406_405.cmt
169
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Migrate_406_405.cmx
170
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Migrate_406_407.cmi
171
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Migrate_406_407.cmt
172
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Migrate_406_407.cmx
173
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Migrate_407_406.cmi
174
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Migrate_407_406.cmt
175
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Migrate_407_406.cmx
176
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Migrate_407_408.cmi
177
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Migrate_407_408.cmt
178
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Migrate_407_408.cmx
179
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Migrate_408_407.cmi
180
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Migrate_408_407.cmt
181
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Migrate_408_407.cmx
182
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Migrate_408_409.cmi
183
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Migrate_408_409.cmt
184
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Migrate_408_409.cmx
185
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Migrate_409_408.cmi
186
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Migrate_409_408.cmt
187
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Migrate_409_408.cmx
188
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Migrate_409_410.cmi
189
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Migrate_409_410.cmt
190
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Migrate_409_410.cmx
191
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Migrate_410_409.cmi
192
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Migrate_410_409.cmt
193
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Migrate_410_409.cmx
194
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Migrate_410_411.cmi
195
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Migrate_410_411.cmt
196
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Migrate_410_411.cmx
197
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Migrate_411_410.cmi
198
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Migrate_411_410.cmt
199
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Migrate_411_410.cmx
200
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Migrate_411_412.cmi
201
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Migrate_411_412.cmt
202
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Migrate_411_412.cmx
203
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Migrate_412_411.cmi
204
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Migrate_412_411.cmt
205
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Migrate_412_411.cmx
206
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Migrate_412_413.cmi
207
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Migrate_412_413.cmt
208
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Migrate_412_413.cmx
209
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Migrate_413_412.cmi
210
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Migrate_413_412.cmt
211
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Migrate_413_412.cmx
212
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Migrate_413_414.cmi
213
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Migrate_413_414.cmt
214
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Migrate_413_414.cmx
215
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Migrate_414_413.cmi
216
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Migrate_414_413.cmt
217
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Migrate_414_413.cmx
218
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Parse.cmi
219
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Parse.cmt
220
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Parse.cmti
221
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Parse.cmx
222
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Pprintast.cmi
223
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Pprintast.cmt
224
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Pprintast.cmti
225
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Pprintast.cmx
226
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Stdlib0.cmi
227
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Stdlib0.cmt
228
%%OCAML_SITELIBDIR%%/ppxlib/astlib/astlib__Stdlib0.cmx
229
%%OCAML_SITELIBDIR%%/ppxlib/astlib/config.ml
230
%%OCAML_SITELIBDIR%%/ppxlib/astlib/config.mli
231
%%OCAML_SITELIBDIR%%/ppxlib/astlib/keyword.ml
232
%%OCAML_SITELIBDIR%%/ppxlib/astlib/keyword.mli
233
%%OCAML_SITELIBDIR%%/ppxlib/astlib/location.ml
234
%%OCAML_SITELIBDIR%%/ppxlib/astlib/location.mli
235
%%OCAML_SITELIBDIR%%/ppxlib/astlib/longident.ml
236
%%OCAML_SITELIBDIR%%/ppxlib/astlib/longident.mli
237
%%OCAML_SITELIBDIR%%/ppxlib/astlib/migrate_402_403.ml
238
%%OCAML_SITELIBDIR%%/ppxlib/astlib/migrate_403_402.ml
239
%%OCAML_SITELIBDIR%%/ppxlib/astlib/migrate_403_404.ml
240
%%OCAML_SITELIBDIR%%/ppxlib/astlib/migrate_404_403.ml
241
%%OCAML_SITELIBDIR%%/ppxlib/astlib/migrate_404_405.ml
242
%%OCAML_SITELIBDIR%%/ppxlib/astlib/migrate_405_404.ml
243
%%OCAML_SITELIBDIR%%/ppxlib/astlib/migrate_405_406.ml
244
%%OCAML_SITELIBDIR%%/ppxlib/astlib/migrate_406_405.ml
245
%%OCAML_SITELIBDIR%%/ppxlib/astlib/migrate_406_407.ml
246
%%OCAML_SITELIBDIR%%/ppxlib/astlib/migrate_407_406.ml
247
%%OCAML_SITELIBDIR%%/ppxlib/astlib/migrate_407_408.ml
248
%%OCAML_SITELIBDIR%%/ppxlib/astlib/migrate_408_407.ml
249
%%OCAML_SITELIBDIR%%/ppxlib/astlib/migrate_408_409.ml
250
%%OCAML_SITELIBDIR%%/ppxlib/astlib/migrate_409_408.ml
251
%%OCAML_SITELIBDIR%%/ppxlib/astlib/migrate_409_410.ml
252
%%OCAML_SITELIBDIR%%/ppxlib/astlib/migrate_410_409.ml
253
%%OCAML_SITELIBDIR%%/ppxlib/astlib/migrate_410_411.ml
254
%%OCAML_SITELIBDIR%%/ppxlib/astlib/migrate_411_410.ml
255
%%OCAML_SITELIBDIR%%/ppxlib/astlib/migrate_411_412.ml
256
%%OCAML_SITELIBDIR%%/ppxlib/astlib/migrate_412_411.ml
257
%%OCAML_SITELIBDIR%%/ppxlib/astlib/migrate_412_413.ml
258
%%OCAML_SITELIBDIR%%/ppxlib/astlib/migrate_413_412.ml
259
%%OCAML_SITELIBDIR%%/ppxlib/astlib/migrate_413_414.ml
260
%%OCAML_SITELIBDIR%%/ppxlib/astlib/migrate_414_413.ml
261
%%OCAML_SITELIBDIR%%/ppxlib/astlib/parse.ml
262
%%OCAML_SITELIBDIR%%/ppxlib/astlib/parse.mli
263
%%OCAML_SITELIBDIR%%/ppxlib/astlib/pprintast.ml
264
%%OCAML_SITELIBDIR%%/ppxlib/astlib/pprintast.mli
265
%%OCAML_SITELIBDIR%%/ppxlib/astlib/stdlib0.ml
266
%%OCAML_SITELIBDIR%%/ppxlib/attribute.ml
267
%%OCAML_SITELIBDIR%%/ppxlib/attribute.mli
268
%%OCAML_SITELIBDIR%%/ppxlib/caller_id.ml
269
%%OCAML_SITELIBDIR%%/ppxlib/code_matcher.ml
270
%%OCAML_SITELIBDIR%%/ppxlib/code_matcher.mli
271
%%OCAML_SITELIBDIR%%/ppxlib/code_path.ml
272
%%OCAML_SITELIBDIR%%/ppxlib/code_path.mli
273
%%OCAML_SITELIBDIR%%/ppxlib/common.ml
274
%%OCAML_SITELIBDIR%%/ppxlib/common.mli
275
%%OCAML_SITELIBDIR%%/ppxlib/context_free.ml
276
%%OCAML_SITELIBDIR%%/ppxlib/context_free.mli
277
%%OCAML_SITELIBDIR%%/ppxlib/deriving.ml
278
%%OCAML_SITELIBDIR%%/ppxlib/deriving.mli
279
%%OCAML_SITELIBDIR%%/ppxlib/driver.ml
280
%%OCAML_SITELIBDIR%%/ppxlib/driver.mli
281
%%OCAML_SITELIBDIR%%/ppxlib/dune-package
282
%%OCAML_SITELIBDIR%%/ppxlib/expansion_context.ml
283
%%OCAML_SITELIBDIR%%/ppxlib/expansion_context.mli
284
%%OCAML_SITELIBDIR%%/ppxlib/extension.ml
285
%%OCAML_SITELIBDIR%%/ppxlib/extension.mli
286
%%OCAML_SITELIBDIR%%/ppxlib/file_path.ml
287
%%OCAML_SITELIBDIR%%/ppxlib/file_path.mli
288
%%OCAML_SITELIBDIR%%/ppxlib/ignore_unused_warning.ml
289
%%OCAML_SITELIBDIR%%/ppxlib/ignore_unused_warning.mli
290
%%OCAML_SITELIBDIR%%/ppxlib/import.ml
291
%%OCAML_SITELIBDIR%%/ppxlib/keyword.ml
292
%%OCAML_SITELIBDIR%%/ppxlib/keyword.mli
293
%%OCAML_SITELIBDIR%%/ppxlib/loc.ml
294
%%OCAML_SITELIBDIR%%/ppxlib/loc.mli
295
%%OCAML_SITELIBDIR%%/ppxlib/location.ml
296
%%OCAML_SITELIBDIR%%/ppxlib/location.mli
297
%%OCAML_SITELIBDIR%%/ppxlib/location_check.ml
298
%%OCAML_SITELIBDIR%%/ppxlib/location_check.mli
299
%%OCAML_SITELIBDIR%%/ppxlib/longident.ml
300
%%OCAML_SITELIBDIR%%/ppxlib/longident.mli
301
%%OCAML_SITELIBDIR%%/ppxlib/merlin_helpers.ml
302
%%OCAML_SITELIBDIR%%/ppxlib/merlin_helpers.mli
303
%%OCAML_SITELIBDIR%%/ppxlib/metaquot/ppx.exe
304
%%OCAML_SITELIBDIR%%/ppxlib/metaquot/ppxlib_metaquot.a
305
%%OCAML_SITELIBDIR%%/ppxlib/metaquot/ppxlib_metaquot.cma
306
%%OCAML_SITELIBDIR%%/ppxlib/metaquot/ppxlib_metaquot.cmi
307
%%OCAML_SITELIBDIR%%/ppxlib/metaquot/ppxlib_metaquot.cmt
308
%%OCAML_SITELIBDIR%%/ppxlib/metaquot/ppxlib_metaquot.cmx
309
%%OCAML_SITELIBDIR%%/ppxlib/metaquot/ppxlib_metaquot.cmxa
310
%%OCAML_SITELIBDIR%%/ppxlib/metaquot/ppxlib_metaquot.cmxs
311
%%OCAML_SITELIBDIR%%/ppxlib/metaquot/ppxlib_metaquot.ml
312
%%OCAML_SITELIBDIR%%/ppxlib/metaquot_lifters/ppxlib_metaquot_lifters.a
313
%%OCAML_SITELIBDIR%%/ppxlib/metaquot_lifters/ppxlib_metaquot_lifters.cma
314
%%OCAML_SITELIBDIR%%/ppxlib/metaquot_lifters/ppxlib_metaquot_lifters.cmi
315
%%OCAML_SITELIBDIR%%/ppxlib/metaquot_lifters/ppxlib_metaquot_lifters.cmt
316
%%OCAML_SITELIBDIR%%/ppxlib/metaquot_lifters/ppxlib_metaquot_lifters.cmx
317
%%OCAML_SITELIBDIR%%/ppxlib/metaquot_lifters/ppxlib_metaquot_lifters.cmxa
318
%%OCAML_SITELIBDIR%%/ppxlib/metaquot_lifters/ppxlib_metaquot_lifters.cmxs
319
%%OCAML_SITELIBDIR%%/ppxlib/metaquot_lifters/ppxlib_metaquot_lifters.ml
320
%%OCAML_SITELIBDIR%%/ppxlib/name.ml
321
%%OCAML_SITELIBDIR%%/ppxlib/name.mli
322
%%OCAML_SITELIBDIR%%/ppxlib/opam
323
%%OCAML_SITELIBDIR%%/ppxlib/options.ml
324
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib.a
325
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib.cma
326
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib.cmi
327
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib.cmt
328
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib.cmx
329
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib.cmxa
330
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib.cmxs
331
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib.ml
332
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__.cmi
333
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__.cmt
334
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__.cmx
335
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__.ml
336
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Ast_builder.cmi
337
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Ast_builder.cmt
338
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Ast_builder.cmti
339
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Ast_builder.cmx
340
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Ast_builder_generated.cmi
341
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Ast_builder_generated.cmt
342
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Ast_builder_generated.cmx
343
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Ast_builder_intf.cmi
344
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Ast_builder_intf.cmt
345
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Ast_builder_intf.cmx
346
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Ast_pattern.cmi
347
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Ast_pattern.cmt
348
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Ast_pattern.cmti
349
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Ast_pattern.cmx
350
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Ast_pattern0.cmi
351
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Ast_pattern0.cmt
352
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Ast_pattern0.cmx
353
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Ast_pattern_generated.cmi
354
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Ast_pattern_generated.cmt
355
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Ast_pattern_generated.cmx
356
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Ast_traverse.cmi
357
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Ast_traverse.cmt
358
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Ast_traverse.cmti
359
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Ast_traverse.cmx
360
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Attribute.cmi
361
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Attribute.cmt
362
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Attribute.cmti
363
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Attribute.cmx
364
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Caller_id.cmi
365
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Caller_id.cmt
366
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Caller_id.cmx
367
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Code_matcher.cmi
368
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Code_matcher.cmt
369
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Code_matcher.cmti
370
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Code_matcher.cmx
371
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Code_path.cmi
372
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Code_path.cmt
373
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Code_path.cmti
374
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Code_path.cmx
375
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Common.cmi
376
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Common.cmt
377
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Common.cmti
378
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Common.cmx
379
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Context_free.cmi
380
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Context_free.cmt
381
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Context_free.cmti
382
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Context_free.cmx
383
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Deriving.cmi
384
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Deriving.cmt
385
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Deriving.cmti
386
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Deriving.cmx
387
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Driver.cmi
388
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Driver.cmt
389
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Driver.cmti
390
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Driver.cmx
391
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Expansion_context.cmi
392
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Expansion_context.cmt
393
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Expansion_context.cmti
394
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Expansion_context.cmx
395
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Extension.cmi
396
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Extension.cmt
397
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Extension.cmti
398
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Extension.cmx
399
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__File_path.cmi
400
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__File_path.cmt
401
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__File_path.cmti
402
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__File_path.cmx
403
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Ignore_unused_warning.cmi
404
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Ignore_unused_warning.cmt
405
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Ignore_unused_warning.cmti
406
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Ignore_unused_warning.cmx
407
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Import.cmi
408
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Import.cmt
409
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Import.cmx
410
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Keyword.cmi
411
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Keyword.cmt
412
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Keyword.cmti
413
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Keyword.cmx
414
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Loc.cmi
415
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Loc.cmt
416
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Loc.cmti
417
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Loc.cmx
418
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Location.cmi
419
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Location.cmt
420
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Location.cmti
421
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Location.cmx
422
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Location_check.cmi
423
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Location_check.cmt
424
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Location_check.cmti
425
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Location_check.cmx
426
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Longident.cmi
427
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Longident.cmt
428
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Longident.cmti
429
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Longident.cmx
430
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Merlin_helpers.cmi
431
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Merlin_helpers.cmt
432
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Merlin_helpers.cmti
433
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Merlin_helpers.cmx
434
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Name.cmi
435
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Name.cmt
436
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Name.cmti
437
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Name.cmx
438
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Options.cmi
439
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Options.cmt
440
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Options.cmx
441
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Quoter.cmi
442
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Quoter.cmt
443
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Quoter.cmti
444
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Quoter.cmx
445
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Reconcile.cmi
446
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Reconcile.cmt
447
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Reconcile.cmti
448
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Reconcile.cmx
449
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Skip_hash_bang.cmi
450
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Skip_hash_bang.cmt
451
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Skip_hash_bang.cmti
452
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Skip_hash_bang.cmx
453
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Spellcheck.cmi
454
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Spellcheck.cmt
455
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Spellcheck.cmx
456
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Utils.cmi
457
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Utils.cmt
458
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Utils.cmti
459
%%OCAML_SITELIBDIR%%/ppxlib/ppxlib__Utils.cmx
460
%%OCAML_SITELIBDIR%%/ppxlib/print_diff/ppxlib_print_diff.a
461
%%OCAML_SITELIBDIR%%/ppxlib/print_diff/ppxlib_print_diff.cma
462
%%OCAML_SITELIBDIR%%/ppxlib/print_diff/ppxlib_print_diff.cmi
463
%%OCAML_SITELIBDIR%%/ppxlib/print_diff/ppxlib_print_diff.cmt
464
%%OCAML_SITELIBDIR%%/ppxlib/print_diff/ppxlib_print_diff.cmti
465
%%OCAML_SITELIBDIR%%/ppxlib/print_diff/ppxlib_print_diff.cmx
466
%%OCAML_SITELIBDIR%%/ppxlib/print_diff/ppxlib_print_diff.cmxa
467
%%OCAML_SITELIBDIR%%/ppxlib/print_diff/ppxlib_print_diff.cmxs
468
%%OCAML_SITELIBDIR%%/ppxlib/print_diff/ppxlib_print_diff.ml
469
%%OCAML_SITELIBDIR%%/ppxlib/print_diff/ppxlib_print_diff.mli
470
%%OCAML_SITELIBDIR%%/ppxlib/quoter.ml
471
%%OCAML_SITELIBDIR%%/ppxlib/quoter.mli
472
%%OCAML_SITELIBDIR%%/ppxlib/reconcile.ml
473
%%OCAML_SITELIBDIR%%/ppxlib/reconcile.mli
474
%%OCAML_SITELIBDIR%%/ppxlib/runner/ppx_driver_runner.ml
475
%%OCAML_SITELIBDIR%%/ppxlib/runner/ppxlib_runner.a
476
%%OCAML_SITELIBDIR%%/ppxlib/runner/ppxlib_runner.cma
477
%%OCAML_SITELIBDIR%%/ppxlib/runner/ppxlib_runner.cmi
478
%%OCAML_SITELIBDIR%%/ppxlib/runner/ppxlib_runner.cmt
479
%%OCAML_SITELIBDIR%%/ppxlib/runner/ppxlib_runner.cmx
480
%%OCAML_SITELIBDIR%%/ppxlib/runner/ppxlib_runner.cmxa
481
%%OCAML_SITELIBDIR%%/ppxlib/runner/ppxlib_runner.cmxs
482
%%OCAML_SITELIBDIR%%/ppxlib/runner/ppxlib_runner.ml
483
%%OCAML_SITELIBDIR%%/ppxlib/runner/ppxlib_runner__Ppx_driver_runner.cmi
484
%%OCAML_SITELIBDIR%%/ppxlib/runner/ppxlib_runner__Ppx_driver_runner.cmt
485
%%OCAML_SITELIBDIR%%/ppxlib/runner/ppxlib_runner__Ppx_driver_runner.cmx
486
%%OCAML_SITELIBDIR%%/ppxlib/runner_as_ppx/ppx_driver_runner_as_ppx.ml
487
%%OCAML_SITELIBDIR%%/ppxlib/runner_as_ppx/ppxlib_runner_as_ppx.a
488
%%OCAML_SITELIBDIR%%/ppxlib/runner_as_ppx/ppxlib_runner_as_ppx.cma
489
%%OCAML_SITELIBDIR%%/ppxlib/runner_as_ppx/ppxlib_runner_as_ppx.cmi
490
%%OCAML_SITELIBDIR%%/ppxlib/runner_as_ppx/ppxlib_runner_as_ppx.cmt
491
%%OCAML_SITELIBDIR%%/ppxlib/runner_as_ppx/ppxlib_runner_as_ppx.cmx
492
%%OCAML_SITELIBDIR%%/ppxlib/runner_as_ppx/ppxlib_runner_as_ppx.cmxa
493
%%OCAML_SITELIBDIR%%/ppxlib/runner_as_ppx/ppxlib_runner_as_ppx.cmxs
494
%%OCAML_SITELIBDIR%%/ppxlib/runner_as_ppx/ppxlib_runner_as_ppx.ml
495
%%OCAML_SITELIBDIR%%/ppxlib/runner_as_ppx/ppxlib_runner_as_ppx__Ppx_driver_runner_as_ppx.cmi
496
%%OCAML_SITELIBDIR%%/ppxlib/runner_as_ppx/ppxlib_runner_as_ppx__Ppx_driver_runner_as_ppx.cmt
497
%%OCAML_SITELIBDIR%%/ppxlib/runner_as_ppx/ppxlib_runner_as_ppx__Ppx_driver_runner_as_ppx.cmx
498
%%OCAML_SITELIBDIR%%/ppxlib/skip_hash_bang.ml
499
%%OCAML_SITELIBDIR%%/ppxlib/skip_hash_bang.mli
500
%%OCAML_SITELIBDIR%%/ppxlib/spellcheck.ml
501
%%OCAML_SITELIBDIR%%/ppxlib/stdppx/stdppx.a
502
%%OCAML_SITELIBDIR%%/ppxlib/stdppx/stdppx.cma
503
%%OCAML_SITELIBDIR%%/ppxlib/stdppx/stdppx.cmi
504
%%OCAML_SITELIBDIR%%/ppxlib/stdppx/stdppx.cmt
505
%%OCAML_SITELIBDIR%%/ppxlib/stdppx/stdppx.cmx
506
%%OCAML_SITELIBDIR%%/ppxlib/stdppx/stdppx.cmxa
507
%%OCAML_SITELIBDIR%%/ppxlib/stdppx/stdppx.cmxs
508
%%OCAML_SITELIBDIR%%/ppxlib/stdppx/stdppx.ml
509
%%OCAML_SITELIBDIR%%/ppxlib/traverse/ppxlib_traverse.a
510
%%OCAML_SITELIBDIR%%/ppxlib/traverse/ppxlib_traverse.cma
511
%%OCAML_SITELIBDIR%%/ppxlib/traverse/ppxlib_traverse.cmi
512
%%OCAML_SITELIBDIR%%/ppxlib/traverse/ppxlib_traverse.cmt
513
%%OCAML_SITELIBDIR%%/ppxlib/traverse/ppxlib_traverse.cmx
514
%%OCAML_SITELIBDIR%%/ppxlib/traverse/ppxlib_traverse.cmxa
515
%%OCAML_SITELIBDIR%%/ppxlib/traverse/ppxlib_traverse.cmxs
516
%%OCAML_SITELIBDIR%%/ppxlib/traverse/ppxlib_traverse.ml
517
%%OCAML_SITELIBDIR%%/ppxlib/traverse_builtins/ppxlib_traverse_builtins.a
518
%%OCAML_SITELIBDIR%%/ppxlib/traverse_builtins/ppxlib_traverse_builtins.cma
519
%%OCAML_SITELIBDIR%%/ppxlib/traverse_builtins/ppxlib_traverse_builtins.cmi
520
%%OCAML_SITELIBDIR%%/ppxlib/traverse_builtins/ppxlib_traverse_builtins.cmt
521
%%OCAML_SITELIBDIR%%/ppxlib/traverse_builtins/ppxlib_traverse_builtins.cmx
522
%%OCAML_SITELIBDIR%%/ppxlib/traverse_builtins/ppxlib_traverse_builtins.cmxa
523
%%OCAML_SITELIBDIR%%/ppxlib/traverse_builtins/ppxlib_traverse_builtins.cmxs
524
%%OCAML_SITELIBDIR%%/ppxlib/traverse_builtins/ppxlib_traverse_builtins.ml
525
%%OCAML_SITELIBDIR%%/ppxlib/utils.ml
526
%%OCAML_SITELIBDIR%%/ppxlib/utils.mli
527
%%PORTDOCS%%%%DOCSDIR%%/CHANGES.md
528
%%PORTDOCS%%%%DOCSDIR%%/HISTORY.md
529
%%PORTDOCS%%%%DOCSDIR%%/LICENSE.md
530
%%PORTDOCS%%%%DOCSDIR%%/README.md
2
devel/ocaml-csexp/Makefile             | 33 ++++++++++++++++++++++++++
531
devel/ocaml-csexp/Makefile             | 33 ++++++++++++++++++++++++++
3
devel/ocaml-csexp/distinfo             |  3 +++
532
devel/ocaml-csexp/distinfo             |  3 +++
4
devel/ocaml-csexp/files/patch-Makefile | 11 +++++++++
533
devel/ocaml-csexp/files/patch-Makefile | 11 +++++++++
5
devel/ocaml-csexp/pkg-descr            |  5 ++++
534
devel/ocaml-csexp/pkg-descr            |  5 ++++
6
devel/ocaml-csexp/pkg-plist            | 16 +++++++++++++
535
devel/ocaml-csexp/pkg-plist            | 16 +++++++++++++
7
5 files changed, 68 insertions(+)
536
5 files changed, 68 insertions(+)
8
create mode 100644 devel/ocaml-csexp/Makefile
537
create mode 100644 devel/ocaml-csexp/Makefile
9
create mode 100644 devel/ocaml-csexp/distinfo
538
create mode 100644 devel/ocaml-csexp/distinfo
10
create mode 100644 devel/ocaml-csexp/files/patch-Makefile
539
create mode 100644 devel/ocaml-csexp/files/patch-Makefile
11
create mode 100644 devel/ocaml-csexp/pkg-descr
540
create mode 100644 devel/ocaml-csexp/pkg-descr
12
create mode 100644 devel/ocaml-csexp/pkg-plist
541
create mode 100644 devel/ocaml-csexp/pkg-plist
(-)b/devel/ocaml-csexp/Makefile (+33 lines)
Added Link Here
1
# Created by: Thierry Thomas <thierry@pompo.net>
2
3
PORTNAME=	csexp
4
DISTVERSION=	1.5.1
5
CATEGORIES=	devel
6
PKGNAMEPREFIX=	ocaml-
7
8
MAINTAINER=	thierry@FreeBSD.org
9
COMMENT=	Minimal support for Canonical S-expressions
10
11
LICENSE=	MIT
12
13
BUILD_DEPENDS=	dune:devel/ocaml-dune
14
TEST_DEPENDS=	ocaml-ppx_expect>0:devel/ocaml-ppx_expect
15
16
USE_GITHUB=	yes
17
GH_ACCOUNT=	ocaml-dune
18
19
USE_OCAML=	yes
20
21
MAKE_ENV=	INSTALL_ARGS="--destdir=${STAGEDIR} --libdir=${OCAML_SITELIBDIR}"
22
DOCSDIR=	${OCAML_DOCSDIR}/${PORTNAME}
23
ALL_TARGET=	default
24
25
OPTIONS_DEFINE=	DOCS
26
27
pre-build:
28
	${REINPLACE_CMD} -e 's|^INSTALL_ARGS|#INSTALL_ARGS|' ${WRKSRC}/${MAKEFILE}
29
30
post-install:
31
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/${PORTNAME}/csexp.cmxs
32
33
.include <bsd.port.mk>
(-)b/devel/ocaml-csexp/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1646730714
2
SHA256 (ocaml-dune-csexp-1.5.1_GH0.tar.gz) = ffab41b0b0f65ade305043205229a7649591195cbe86e24f2c254e9dc5b14a34
3
SIZE (ocaml-dune-csexp-1.5.1_GH0.tar.gz) = 10970
(-)b/devel/ocaml-csexp/files/patch-Makefile (+11 lines)
Added Link Here
1
--- Makefile.orig	2021-03-31 11:53:55 UTC
2
+++ Makefile
3
@@ -1,7 +1,7 @@
4
 INSTALL_ARGS := $(if $(PREFIX),--prefix $(PREFIX),)
5
 
6
 default:
7
-	dune runtest
8
+	dune build
9
 
10
 test:
11
 	dune runtest
(-)b/devel/ocaml-csexp/pkg-descr (+5 lines)
Added Link Here
1
Csexp provides minimal support for parsing and printing S-expressions in
2
canonical form, which is a very simple and canonical binary encoding of
3
S-expressions.
4
5
WWW: https://github.com/ocaml-dune/csexp
(-)b/devel/ocaml-csexp/pkg-plist (-2 / +16 lines)
Added Link Here
0
- 
1
%%OCAML_SITELIBDIR%%/csexp/META
2
%%OCAML_SITELIBDIR%%/csexp/csexp.a
3
%%OCAML_SITELIBDIR%%/csexp/csexp.cma
4
%%OCAML_SITELIBDIR%%/csexp/csexp.cmi
5
%%OCAML_SITELIBDIR%%/csexp/csexp.cmt
6
%%OCAML_SITELIBDIR%%/csexp/csexp.cmti
7
%%OCAML_SITELIBDIR%%/csexp/csexp.cmx
8
%%OCAML_SITELIBDIR%%/csexp/csexp.cmxa
9
%%OCAML_SITELIBDIR%%/csexp/csexp.cmxs
10
%%OCAML_SITELIBDIR%%/csexp/csexp.ml
11
%%OCAML_SITELIBDIR%%/csexp/csexp.mli
12
%%OCAML_SITELIBDIR%%/csexp/dune-package
13
%%OCAML_SITELIBDIR%%/csexp/opam
14
%%PORTDOCS%%%%DOCSDIR%%/CHANGES.md
15
%%PORTDOCS%%%%DOCSDIR%%/LICENSE.md
16
%%PORTDOCS%%%%DOCSDIR%%/README.md
1
for dune
17
for dune
2
--
3
devel/ocaml-dune-configurator/Makefile        | 53 +++++++++++++++++++
18
devel/ocaml-dune-configurator/Makefile        | 53 +++++++++++++++++++
4
devel/ocaml-dune-configurator/distinfo        |  3 ++
19
devel/ocaml-dune-configurator/distinfo        |  3 ++
5
.../files/patch-dune-project                  | 10 ++++
20
.../files/patch-dune-project                  | 10 ++++
6
devel/ocaml-dune-configurator/pkg-descr       | 11 ++++
21
devel/ocaml-dune-configurator/pkg-descr       | 11 ++++
7
devel/ocaml-dune-configurator/pkg-plist       | 46 ++++++++++++++++
22
devel/ocaml-dune-configurator/pkg-plist       | 46 ++++++++++++++++
8
5 files changed, 123 insertions(+)
23
5 files changed, 123 insertions(+)
9
create mode 100644 devel/ocaml-dune-configurator/Makefile
24
create mode 100644 devel/ocaml-dune-configurator/Makefile
10
create mode 100644 devel/ocaml-dune-configurator/distinfo
25
create mode 100644 devel/ocaml-dune-configurator/distinfo
11
create mode 100644 devel/ocaml-dune-configurator/files/patch-dune-project
26
create mode 100644 devel/ocaml-dune-configurator/files/patch-dune-project
12
create mode 100644 devel/ocaml-dune-configurator/pkg-descr
27
create mode 100644 devel/ocaml-dune-configurator/pkg-descr
13
create mode 100644 devel/ocaml-dune-configurator/pkg-plist
28
create mode 100644 devel/ocaml-dune-configurator/pkg-plist
(-)b/devel/ocaml-dune-configurator/Makefile (+53 lines)
Added Link Here
1
# Created by: Thierry Thomas <thierry@pompo.net>
2
3
PORTNAME=	dune
4
PORTVERSION=	2.8.0
5
CATEGORIES=	devel
6
PKGNAMEPREFIX=	ocaml-
7
PKGNAMESUFFIX=	-configurator
8
9
MAINTAINER=	thierry@FreeBSD.org
10
COMMENT=	OCaml helper library for gathering system configuration
11
12
LICENSE=	MIT
13
14
BUILD_DEPENDS=	dune:devel/ocaml-dune	\
15
		ocaml-csexp>0:devel/ocaml-csexp
16
RUN_DEPENDS=	ocaml-csexp>0:devel/ocaml-csexp
17
18
USE_GITHUB=	yes
19
GH_ACCOUNT=	ocaml
20
USE_OCAML=	yes
21
22
INSTALL_ARGS=	--destdir=${STAGEDIR} --libdir=${OCAML_SITELIBDIR}
23
DOCSDIR=	${OCAML_DOCSDIR}/${PORTNAME}
24
25
MISSING_INSTALL=dune dune-action-plugin dune-build-info dune-glob	\
26
		dune-private-libs dune-site
27
28
PORTDOCS=	*.md
29
30
OPTIONS_DEFINE=	DOCS
31
32
pre-build:
33
	${RM} -r ${WRKSRC}/vendor/csexp
34
	${REINPLACE_CMD} -e 's|%%ver%%|${PORTVERSION}|' ${WRKSRC}/dune-project
35
36
do-build:
37
	(cd ${WRKSRC} && ${LOCALBASE}/bin/dune build	\
38
		-p dune-configurator --profile=dune-bootstrap)
39
40
post-build:
41
	# To be fixed?
42
.for mi in ${MISSING_INSTALL}
43
	${TOUCH} ${WRKSRC}/_build/default/${mi}.install
44
.endfor
45
46
do-install:
47
	@(cd ${WRKSRC} && ${LOCALBASE}/bin/dune install	\
48
		-p dune-configurator ${INSTALL_ARGS})
49
50
post-install:
51
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/${PORTNAME}${PKGNAMESUFFIX}/configurator.cmxs
52
53
.include <bsd.port.mk>
(-)b/devel/ocaml-dune-configurator/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1646414167
2
SHA256 (ocaml-dune-2.8.0_GH0.tar.gz) = e471f4d046f3becf6cae1bd4a88812e1c90ac7cdfb9ca07bb367e578f28c5d69
3
SIZE (ocaml-dune-2.8.0_GH0.tar.gz) = 1365978
(-)b/devel/ocaml-dune-configurator/files/patch-dune-project (+10 lines)
Added Link Here
1
--- dune-project.orig	2021-01-13 17:37:48 UTC
2
+++ dune-project
3
@@ -79,6 +79,7 @@ no stability guarantee.
4
 
5
 (package
6
  (name dune-configurator)
7
+ (version %%ver%%)
8
  (depends
9
   (ocaml (>= 4.03.0))
10
   result
(-)b/devel/ocaml-dune-configurator/pkg-descr (+11 lines)
Added Link Here
1
dune-configurator is a small library that helps writing OCaml scripts that test
2
features available on the system, in order to generate config.h files for
3
instance.
4
5
Among other things, dune-configurator allows one to:
6
- test if a C program compiles
7
- query pkg-config
8
- import #define from OCaml header files
9
- generate config.h file
10
11
WWW: https://dune.build/
(-)b/devel/ocaml-dune-configurator/pkg-plist (-2 / +46 lines)
Added Link Here
0
- 
1
%%OCAML_SITELIBDIR%%/dune-configurator/.private/configurator__Dune_lang.cmi
1
--
2
%%OCAML_SITELIBDIR%%/dune-configurator/.private/configurator__Dune_lang.cmt
3
%%OCAML_SITELIBDIR%%/dune-configurator/.private/configurator__Dune_lang.cmti
4
%%OCAML_SITELIBDIR%%/dune-configurator/.private/configurator__Import.cmi
5
%%OCAML_SITELIBDIR%%/dune-configurator/.private/configurator__Import.cmt
6
%%OCAML_SITELIBDIR%%/dune-configurator/.private/configurator__Ocaml_config.cmi
7
%%OCAML_SITELIBDIR%%/dune-configurator/.private/configurator__Ocaml_config.cmt
8
%%OCAML_SITELIBDIR%%/dune-configurator/.private/configurator__Ocaml_config.cmti
9
%%OCAML_SITELIBDIR%%/dune-configurator/META
10
%%OCAML_SITELIBDIR%%/dune-configurator/configurator.a
11
%%OCAML_SITELIBDIR%%/dune-configurator/configurator.cma
12
%%OCAML_SITELIBDIR%%/dune-configurator/configurator.cmi
13
%%OCAML_SITELIBDIR%%/dune-configurator/configurator.cmt
14
%%OCAML_SITELIBDIR%%/dune-configurator/configurator.cmx
15
%%OCAML_SITELIBDIR%%/dune-configurator/configurator.cmxa
16
%%OCAML_SITELIBDIR%%/dune-configurator/configurator.cmxs
17
%%OCAML_SITELIBDIR%%/dune-configurator/configurator.ml
18
%%OCAML_SITELIBDIR%%/dune-configurator/configurator__.cmi
19
%%OCAML_SITELIBDIR%%/dune-configurator/configurator__.cmt
20
%%OCAML_SITELIBDIR%%/dune-configurator/configurator__.cmx
21
%%OCAML_SITELIBDIR%%/dune-configurator/configurator__.ml
22
%%OCAML_SITELIBDIR%%/dune-configurator/configurator__Dune_lang.cmx
23
%%OCAML_SITELIBDIR%%/dune-configurator/configurator__Extract_obj.cmi
24
%%OCAML_SITELIBDIR%%/dune-configurator/configurator__Extract_obj.cmt
25
%%OCAML_SITELIBDIR%%/dune-configurator/configurator__Extract_obj.cmti
26
%%OCAML_SITELIBDIR%%/dune-configurator/configurator__Extract_obj.cmx
27
%%OCAML_SITELIBDIR%%/dune-configurator/configurator__Import.cmx
28
%%OCAML_SITELIBDIR%%/dune-configurator/configurator__Ocaml_config.cmx
29
%%OCAML_SITELIBDIR%%/dune-configurator/configurator__V1.cmi
30
%%OCAML_SITELIBDIR%%/dune-configurator/configurator__V1.cmt
31
%%OCAML_SITELIBDIR%%/dune-configurator/configurator__V1.cmti
32
%%OCAML_SITELIBDIR%%/dune-configurator/configurator__V1.cmx
33
%%OCAML_SITELIBDIR%%/dune-configurator/dune-package
34
%%OCAML_SITELIBDIR%%/dune-configurator/dune_lang.ml
35
%%OCAML_SITELIBDIR%%/dune-configurator/dune_lang.mli
36
%%OCAML_SITELIBDIR%%/dune-configurator/extract_obj.ml
37
%%OCAML_SITELIBDIR%%/dune-configurator/extract_obj.mli
38
%%OCAML_SITELIBDIR%%/dune-configurator/import.ml
39
%%OCAML_SITELIBDIR%%/dune-configurator/ocaml_config.ml
40
%%OCAML_SITELIBDIR%%/dune-configurator/ocaml_config.mli
41
%%OCAML_SITELIBDIR%%/dune-configurator/opam
42
%%OCAML_SITELIBDIR%%/dune-configurator/v1.ml
43
%%OCAML_SITELIBDIR%%/dune-configurator/v1.mli
44
%%PORTDOCS%%%%DOCSDIR%%-configurator/CHANGES.md
45
%%PORTDOCS%%%%DOCSDIR%%-configurator/LICENSE.md
46
%%PORTDOCS%%%%DOCSDIR%%-configurator/README.md
2
devel/ocaml-base/Makefile  |  45 +++
47
devel/ocaml-base/Makefile  |  45 +++
3
devel/ocaml-base/distinfo  |   3 +
48
devel/ocaml-base/distinfo  |   3 +
4
devel/ocaml-base/pkg-descr |   9 +
49
devel/ocaml-base/pkg-descr |   9 +
5
devel/ocaml-base/pkg-plist | 755 +++++++++++++++++++++++++++++++++++++
50
devel/ocaml-base/pkg-plist | 755 +++++++++++++++++++++++++++++++++++++
6
4 files changed, 812 insertions(+)
51
4 files changed, 812 insertions(+)
7
create mode 100644 devel/ocaml-base/Makefile
52
create mode 100644 devel/ocaml-base/Makefile
8
create mode 100644 devel/ocaml-base/distinfo
53
create mode 100644 devel/ocaml-base/distinfo
9
create mode 100644 devel/ocaml-base/pkg-descr
54
create mode 100644 devel/ocaml-base/pkg-descr
10
create mode 100644 devel/ocaml-base/pkg-plist
55
create mode 100644 devel/ocaml-base/pkg-plist
(-)b/devel/ocaml-base/Makefile (+45 lines)
Added Link Here
1
# Created by: Thierry Thomas <thierry@pompo.net>
2
3
PORTNAME=	base
4
DISTVERSIONPREFIX=	v
5
DISTVERSION=	0.14.3
6
CATEGORIES=	devel
7
PKGNAMEPREFIX=	ocaml-
8
9
MAINTAINER=	thierry@FreeBSD.org
10
COMMENT=	Standard library for OCaml
11
12
LICENSE=	MIT
13
14
BUILD_DEPENDS=	dune:devel/ocaml-dune	\
15
		ocaml-csexp>0:devel/ocaml-csexp	\
16
		ocaml-sexplib0>0:devel/ocaml-sexplib0	\
17
		ocaml-compiler-libs>0:devel/ocaml-compiler-libs	\
18
		ocaml-dune-configurator>0:devel/ocaml-dune-configurator
19
RUN_DEPENDS=	ocaml-sexplib0>0:devel/ocaml-sexplib0	\
20
		ocaml-compiler-libs>0:devel/ocaml-compiler-libs	\
21
		ocaml-dune-configurator>0:devel/ocaml-dune-configurator
22
23
USE_GITHUB=	yes
24
GH_ACCOUNT=	janestreet
25
26
USE_OCAML=	yes
27
USE_OCAML_LDCONFIG=	yes
28
OCAML_LDLIBS=	${OCAML_SITELIBDIR}/stublibs
29
30
MAKE_ENV=	INSTALL_ARGS="--destdir=${STAGEDIR} --libdir=${OCAML_SITELIBDIR}"
31
DOCSDIR=	${OCAML_DOCSDIR}/${PORTNAME}
32
ALL_TARGET=	default
33
34
OPTIONS_DEFINE=	DOCS
35
36
pre-build:
37
	${REINPLACE_CMD} -e 's|^INSTALL_ARGS|#INSTALL_ARGS|' ${WRKSRC}/${MAKEFILE}
38
39
post-install:
40
	${FIND} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/${PORTNAME} -name "*.cmxs" | \
41
		${XARGS} ${STRIP_CMD}
42
	${FIND} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/stublibs -name "*.so" | \
43
		${XARGS} ${STRIP_CMD}
44
45
.include <bsd.port.mk>
(-)b/devel/ocaml-base/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1646676987
2
SHA256 (janestreet-base-v0.14.3_GH0.tar.gz) = e34dc0dd052a386c84f5f67e71a90720dff76e0edd01f431604404bee86ebe5a
3
SIZE (janestreet-base-v0.14.3_GH0.tar.gz) = 385390
(-)b/devel/ocaml-base/pkg-descr (+9 lines)
Added Link Here
1
Base is a standard library for OCaml. It provides a standard set of general
2
purpose modules that are well-tested, performant, and fully-portable across any
3
environment that can run OCaml code. Unlike other standard library projects,
4
Base is meant to be used as a wholesale replacement of the standard library
5
distributed with the OCaml compiler. In particular it makes different choices
6
and doesn’t re-export features that are not fully portable such as I/O, which
7
are left to other libraries.
8
9
WWW: https://github.com/janestreet/base
(-)b/devel/ocaml-base/pkg-plist (-2 / +755 lines)
Added Link Here
0
- 
1
%%OCAML_SITELIBDIR%%/base/META
2
%%OCAML_SITELIBDIR%%/base/applicative.ml
3
%%OCAML_SITELIBDIR%%/base/applicative.mli
4
%%OCAML_SITELIBDIR%%/base/applicative_intf.ml
5
%%OCAML_SITELIBDIR%%/base/array.ml
6
%%OCAML_SITELIBDIR%%/base/array.mli
7
%%OCAML_SITELIBDIR%%/base/array0.ml
8
%%OCAML_SITELIBDIR%%/base/array_permute.ml
9
%%OCAML_SITELIBDIR%%/base/avltree.ml
10
%%OCAML_SITELIBDIR%%/base/avltree.mli
11
%%OCAML_SITELIBDIR%%/base/backtrace.ml
12
%%OCAML_SITELIBDIR%%/base/backtrace.mli
13
%%OCAML_SITELIBDIR%%/base/base.a
14
%%OCAML_SITELIBDIR%%/base/base.cma
15
%%OCAML_SITELIBDIR%%/base/base.cmi
16
%%OCAML_SITELIBDIR%%/base/base.cmt
17
%%OCAML_SITELIBDIR%%/base/base.cmx
18
%%OCAML_SITELIBDIR%%/base/base.cmxa
19
%%OCAML_SITELIBDIR%%/base/base.cmxs
20
%%OCAML_SITELIBDIR%%/base/base.ml
21
%%OCAML_SITELIBDIR%%/base/base__.cmi
22
%%OCAML_SITELIBDIR%%/base/base__.cmt
23
%%OCAML_SITELIBDIR%%/base/base__.cmx
24
%%OCAML_SITELIBDIR%%/base/base__.ml
25
%%OCAML_SITELIBDIR%%/base/base__Applicative.cmi
26
%%OCAML_SITELIBDIR%%/base/base__Applicative.cmt
27
%%OCAML_SITELIBDIR%%/base/base__Applicative.cmti
28
%%OCAML_SITELIBDIR%%/base/base__Applicative.cmx
29
%%OCAML_SITELIBDIR%%/base/base__Applicative_intf.cmi
30
%%OCAML_SITELIBDIR%%/base/base__Applicative_intf.cmt
31
%%OCAML_SITELIBDIR%%/base/base__Applicative_intf.cmx
32
%%OCAML_SITELIBDIR%%/base/base__Array.cmi
33
%%OCAML_SITELIBDIR%%/base/base__Array.cmt
34
%%OCAML_SITELIBDIR%%/base/base__Array.cmti
35
%%OCAML_SITELIBDIR%%/base/base__Array.cmx
36
%%OCAML_SITELIBDIR%%/base/base__Array0.cmi
37
%%OCAML_SITELIBDIR%%/base/base__Array0.cmt
38
%%OCAML_SITELIBDIR%%/base/base__Array0.cmx
39
%%OCAML_SITELIBDIR%%/base/base__Array_permute.cmi
40
%%OCAML_SITELIBDIR%%/base/base__Array_permute.cmt
41
%%OCAML_SITELIBDIR%%/base/base__Array_permute.cmx
42
%%OCAML_SITELIBDIR%%/base/base__Avltree.cmi
43
%%OCAML_SITELIBDIR%%/base/base__Avltree.cmt
44
%%OCAML_SITELIBDIR%%/base/base__Avltree.cmti
45
%%OCAML_SITELIBDIR%%/base/base__Avltree.cmx
46
%%OCAML_SITELIBDIR%%/base/base__Backtrace.cmi
47
%%OCAML_SITELIBDIR%%/base/base__Backtrace.cmt
48
%%OCAML_SITELIBDIR%%/base/base__Backtrace.cmti
49
%%OCAML_SITELIBDIR%%/base/base__Backtrace.cmx
50
%%OCAML_SITELIBDIR%%/base/base__Binary_search.cmi
51
%%OCAML_SITELIBDIR%%/base/base__Binary_search.cmt
52
%%OCAML_SITELIBDIR%%/base/base__Binary_search.cmti
53
%%OCAML_SITELIBDIR%%/base/base__Binary_search.cmx
54
%%OCAML_SITELIBDIR%%/base/base__Binary_searchable.cmi
55
%%OCAML_SITELIBDIR%%/base/base__Binary_searchable.cmt
56
%%OCAML_SITELIBDIR%%/base/base__Binary_searchable.cmti
57
%%OCAML_SITELIBDIR%%/base/base__Binary_searchable.cmx
58
%%OCAML_SITELIBDIR%%/base/base__Binary_searchable_intf.cmi
59
%%OCAML_SITELIBDIR%%/base/base__Binary_searchable_intf.cmt
60
%%OCAML_SITELIBDIR%%/base/base__Binary_searchable_intf.cmx
61
%%OCAML_SITELIBDIR%%/base/base__Blit.cmi
62
%%OCAML_SITELIBDIR%%/base/base__Blit.cmt
63
%%OCAML_SITELIBDIR%%/base/base__Blit.cmti
64
%%OCAML_SITELIBDIR%%/base/base__Blit.cmx
65
%%OCAML_SITELIBDIR%%/base/base__Blit_intf.cmi
66
%%OCAML_SITELIBDIR%%/base/base__Blit_intf.cmt
67
%%OCAML_SITELIBDIR%%/base/base__Blit_intf.cmx
68
%%OCAML_SITELIBDIR%%/base/base__Bool.cmi
69
%%OCAML_SITELIBDIR%%/base/base__Bool.cmt
70
%%OCAML_SITELIBDIR%%/base/base__Bool.cmti
71
%%OCAML_SITELIBDIR%%/base/base__Bool.cmx
72
%%OCAML_SITELIBDIR%%/base/base__Buffer.cmi
73
%%OCAML_SITELIBDIR%%/base/base__Buffer.cmt
74
%%OCAML_SITELIBDIR%%/base/base__Buffer.cmti
75
%%OCAML_SITELIBDIR%%/base/base__Buffer.cmx
76
%%OCAML_SITELIBDIR%%/base/base__Buffer_intf.cmi
77
%%OCAML_SITELIBDIR%%/base/base__Buffer_intf.cmt
78
%%OCAML_SITELIBDIR%%/base/base__Buffer_intf.cmx
79
%%OCAML_SITELIBDIR%%/base/base__Bytes.cmi
80
%%OCAML_SITELIBDIR%%/base/base__Bytes.cmt
81
%%OCAML_SITELIBDIR%%/base/base__Bytes.cmti
82
%%OCAML_SITELIBDIR%%/base/base__Bytes.cmx
83
%%OCAML_SITELIBDIR%%/base/base__Bytes0.cmi
84
%%OCAML_SITELIBDIR%%/base/base__Bytes0.cmt
85
%%OCAML_SITELIBDIR%%/base/base__Bytes0.cmx
86
%%OCAML_SITELIBDIR%%/base/base__Bytes_set_primitives.cmi
87
%%OCAML_SITELIBDIR%%/base/base__Bytes_set_primitives.cmt
88
%%OCAML_SITELIBDIR%%/base/base__Bytes_set_primitives.cmx
89
%%OCAML_SITELIBDIR%%/base/base__Bytes_tr.cmi
90
%%OCAML_SITELIBDIR%%/base/base__Bytes_tr.cmt
91
%%OCAML_SITELIBDIR%%/base/base__Bytes_tr.cmx
92
%%OCAML_SITELIBDIR%%/base/base__Char.cmi
93
%%OCAML_SITELIBDIR%%/base/base__Char.cmt
94
%%OCAML_SITELIBDIR%%/base/base__Char.cmti
95
%%OCAML_SITELIBDIR%%/base/base__Char.cmx
96
%%OCAML_SITELIBDIR%%/base/base__Char0.cmi
97
%%OCAML_SITELIBDIR%%/base/base__Char0.cmt
98
%%OCAML_SITELIBDIR%%/base/base__Char0.cmx
99
%%OCAML_SITELIBDIR%%/base/base__Comparable.cmi
100
%%OCAML_SITELIBDIR%%/base/base__Comparable.cmt
101
%%OCAML_SITELIBDIR%%/base/base__Comparable.cmti
102
%%OCAML_SITELIBDIR%%/base/base__Comparable.cmx
103
%%OCAML_SITELIBDIR%%/base/base__Comparable_intf.cmi
104
%%OCAML_SITELIBDIR%%/base/base__Comparable_intf.cmt
105
%%OCAML_SITELIBDIR%%/base/base__Comparable_intf.cmx
106
%%OCAML_SITELIBDIR%%/base/base__Comparator.cmi
107
%%OCAML_SITELIBDIR%%/base/base__Comparator.cmt
108
%%OCAML_SITELIBDIR%%/base/base__Comparator.cmti
109
%%OCAML_SITELIBDIR%%/base/base__Comparator.cmx
110
%%OCAML_SITELIBDIR%%/base/base__Comparisons.cmi
111
%%OCAML_SITELIBDIR%%/base/base__Comparisons.cmt
112
%%OCAML_SITELIBDIR%%/base/base__Comparisons.cmx
113
%%OCAML_SITELIBDIR%%/base/base__Container.cmi
114
%%OCAML_SITELIBDIR%%/base/base__Container.cmt
115
%%OCAML_SITELIBDIR%%/base/base__Container.cmti
116
%%OCAML_SITELIBDIR%%/base/base__Container.cmx
117
%%OCAML_SITELIBDIR%%/base/base__Container_intf.cmi
118
%%OCAML_SITELIBDIR%%/base/base__Container_intf.cmt
119
%%OCAML_SITELIBDIR%%/base/base__Container_intf.cmx
120
%%OCAML_SITELIBDIR%%/base/base__Either.cmi
121
%%OCAML_SITELIBDIR%%/base/base__Either.cmt
122
%%OCAML_SITELIBDIR%%/base/base__Either.cmti
123
%%OCAML_SITELIBDIR%%/base/base__Either.cmx
124
%%OCAML_SITELIBDIR%%/base/base__Either0.cmi
125
%%OCAML_SITELIBDIR%%/base/base__Either0.cmt
126
%%OCAML_SITELIBDIR%%/base/base__Either0.cmx
127
%%OCAML_SITELIBDIR%%/base/base__Either_intf.cmi
128
%%OCAML_SITELIBDIR%%/base/base__Either_intf.cmt
129
%%OCAML_SITELIBDIR%%/base/base__Either_intf.cmx
130
%%OCAML_SITELIBDIR%%/base/base__Equal.cmi
131
%%OCAML_SITELIBDIR%%/base/base__Equal.cmt
132
%%OCAML_SITELIBDIR%%/base/base__Equal.cmx
133
%%OCAML_SITELIBDIR%%/base/base__Error.cmi
134
%%OCAML_SITELIBDIR%%/base/base__Error.cmt
135
%%OCAML_SITELIBDIR%%/base/base__Error.cmti
136
%%OCAML_SITELIBDIR%%/base/base__Error.cmx
137
%%OCAML_SITELIBDIR%%/base/base__Exn.cmi
138
%%OCAML_SITELIBDIR%%/base/base__Exn.cmt
139
%%OCAML_SITELIBDIR%%/base/base__Exn.cmti
140
%%OCAML_SITELIBDIR%%/base/base__Exn.cmx
141
%%OCAML_SITELIBDIR%%/base/base__Field.cmi
142
%%OCAML_SITELIBDIR%%/base/base__Field.cmt
143
%%OCAML_SITELIBDIR%%/base/base__Field.cmti
144
%%OCAML_SITELIBDIR%%/base/base__Field.cmx
145
%%OCAML_SITELIBDIR%%/base/base__Fieldslib.cmi
146
%%OCAML_SITELIBDIR%%/base/base__Fieldslib.cmt
147
%%OCAML_SITELIBDIR%%/base/base__Fieldslib.cmx
148
%%OCAML_SITELIBDIR%%/base/base__Float.cmi
149
%%OCAML_SITELIBDIR%%/base/base__Float.cmt
150
%%OCAML_SITELIBDIR%%/base/base__Float.cmti
151
%%OCAML_SITELIBDIR%%/base/base__Float.cmx
152
%%OCAML_SITELIBDIR%%/base/base__Float0.cmi
153
%%OCAML_SITELIBDIR%%/base/base__Float0.cmt
154
%%OCAML_SITELIBDIR%%/base/base__Float0.cmx
155
%%OCAML_SITELIBDIR%%/base/base__Floatable.cmi
156
%%OCAML_SITELIBDIR%%/base/base__Floatable.cmt
157
%%OCAML_SITELIBDIR%%/base/base__Floatable.cmx
158
%%OCAML_SITELIBDIR%%/base/base__Fn.cmi
159
%%OCAML_SITELIBDIR%%/base/base__Fn.cmt
160
%%OCAML_SITELIBDIR%%/base/base__Fn.cmti
161
%%OCAML_SITELIBDIR%%/base/base__Fn.cmx
162
%%OCAML_SITELIBDIR%%/base/base__Formatter.cmi
163
%%OCAML_SITELIBDIR%%/base/base__Formatter.cmt
164
%%OCAML_SITELIBDIR%%/base/base__Formatter.cmti
165
%%OCAML_SITELIBDIR%%/base/base__Formatter.cmx
166
%%OCAML_SITELIBDIR%%/base/base__Hash.cmi
167
%%OCAML_SITELIBDIR%%/base/base__Hash.cmt
168
%%OCAML_SITELIBDIR%%/base/base__Hash.cmti
169
%%OCAML_SITELIBDIR%%/base/base__Hash.cmx
170
%%OCAML_SITELIBDIR%%/base/base__Hash_intf.cmi
171
%%OCAML_SITELIBDIR%%/base/base__Hash_intf.cmt
172
%%OCAML_SITELIBDIR%%/base/base__Hash_intf.cmx
173
%%OCAML_SITELIBDIR%%/base/base__Hash_set.cmi
174
%%OCAML_SITELIBDIR%%/base/base__Hash_set.cmt
175
%%OCAML_SITELIBDIR%%/base/base__Hash_set.cmti
176
%%OCAML_SITELIBDIR%%/base/base__Hash_set.cmx
177
%%OCAML_SITELIBDIR%%/base/base__Hash_set_intf.cmi
178
%%OCAML_SITELIBDIR%%/base/base__Hash_set_intf.cmt
179
%%OCAML_SITELIBDIR%%/base/base__Hash_set_intf.cmx
180
%%OCAML_SITELIBDIR%%/base/base__Hashable.cmi
181
%%OCAML_SITELIBDIR%%/base/base__Hashable.cmt
182
%%OCAML_SITELIBDIR%%/base/base__Hashable.cmti
183
%%OCAML_SITELIBDIR%%/base/base__Hashable.cmx
184
%%OCAML_SITELIBDIR%%/base/base__Hashable_intf.cmi
185
%%OCAML_SITELIBDIR%%/base/base__Hashable_intf.cmt
186
%%OCAML_SITELIBDIR%%/base/base__Hashable_intf.cmx
187
%%OCAML_SITELIBDIR%%/base/base__Hasher.cmi
188
%%OCAML_SITELIBDIR%%/base/base__Hasher.cmt
189
%%OCAML_SITELIBDIR%%/base/base__Hasher.cmx
190
%%OCAML_SITELIBDIR%%/base/base__Hashtbl.cmi
191
%%OCAML_SITELIBDIR%%/base/base__Hashtbl.cmt
192
%%OCAML_SITELIBDIR%%/base/base__Hashtbl.cmti
193
%%OCAML_SITELIBDIR%%/base/base__Hashtbl.cmx
194
%%OCAML_SITELIBDIR%%/base/base__Hashtbl_intf.cmi
195
%%OCAML_SITELIBDIR%%/base/base__Hashtbl_intf.cmt
196
%%OCAML_SITELIBDIR%%/base/base__Hashtbl_intf.cmx
197
%%OCAML_SITELIBDIR%%/base/base__Hex_lexer.cmi
198
%%OCAML_SITELIBDIR%%/base/base__Hex_lexer.cmt
199
%%OCAML_SITELIBDIR%%/base/base__Hex_lexer.cmti
200
%%OCAML_SITELIBDIR%%/base/base__Hex_lexer.cmx
201
%%OCAML_SITELIBDIR%%/base/base__Identifiable.cmi
202
%%OCAML_SITELIBDIR%%/base/base__Identifiable.cmt
203
%%OCAML_SITELIBDIR%%/base/base__Identifiable.cmti
204
%%OCAML_SITELIBDIR%%/base/base__Identifiable.cmx
205
%%OCAML_SITELIBDIR%%/base/base__Import.cmi
206
%%OCAML_SITELIBDIR%%/base/base__Import.cmt
207
%%OCAML_SITELIBDIR%%/base/base__Import.cmx
208
%%OCAML_SITELIBDIR%%/base/base__Import0.cmi
209
%%OCAML_SITELIBDIR%%/base/base__Import0.cmt
210
%%OCAML_SITELIBDIR%%/base/base__Import0.cmx
211
%%OCAML_SITELIBDIR%%/base/base__Indexed_container.cmi
212
%%OCAML_SITELIBDIR%%/base/base__Indexed_container.cmt
213
%%OCAML_SITELIBDIR%%/base/base__Indexed_container.cmti
214
%%OCAML_SITELIBDIR%%/base/base__Indexed_container.cmx
215
%%OCAML_SITELIBDIR%%/base/base__Indexed_container_intf.cmi
216
%%OCAML_SITELIBDIR%%/base/base__Indexed_container_intf.cmt
217
%%OCAML_SITELIBDIR%%/base/base__Indexed_container_intf.cmx
218
%%OCAML_SITELIBDIR%%/base/base__Info.cmi
219
%%OCAML_SITELIBDIR%%/base/base__Info.cmt
220
%%OCAML_SITELIBDIR%%/base/base__Info.cmti
221
%%OCAML_SITELIBDIR%%/base/base__Info.cmx
222
%%OCAML_SITELIBDIR%%/base/base__Info_intf.cmi
223
%%OCAML_SITELIBDIR%%/base/base__Info_intf.cmt
224
%%OCAML_SITELIBDIR%%/base/base__Info_intf.cmx
225
%%OCAML_SITELIBDIR%%/base/base__Int.cmi
226
%%OCAML_SITELIBDIR%%/base/base__Int.cmt
227
%%OCAML_SITELIBDIR%%/base/base__Int.cmti
228
%%OCAML_SITELIBDIR%%/base/base__Int.cmx
229
%%OCAML_SITELIBDIR%%/base/base__Int0.cmi
230
%%OCAML_SITELIBDIR%%/base/base__Int0.cmt
231
%%OCAML_SITELIBDIR%%/base/base__Int0.cmx
232
%%OCAML_SITELIBDIR%%/base/base__Int32.cmi
233
%%OCAML_SITELIBDIR%%/base/base__Int32.cmt
234
%%OCAML_SITELIBDIR%%/base/base__Int32.cmti
235
%%OCAML_SITELIBDIR%%/base/base__Int32.cmx
236
%%OCAML_SITELIBDIR%%/base/base__Int63.cmi
237
%%OCAML_SITELIBDIR%%/base/base__Int63.cmt
238
%%OCAML_SITELIBDIR%%/base/base__Int63.cmti
239
%%OCAML_SITELIBDIR%%/base/base__Int63.cmx
240
%%OCAML_SITELIBDIR%%/base/base__Int63_emul.cmi
241
%%OCAML_SITELIBDIR%%/base/base__Int63_emul.cmt
242
%%OCAML_SITELIBDIR%%/base/base__Int63_emul.cmti
243
%%OCAML_SITELIBDIR%%/base/base__Int63_emul.cmx
244
%%OCAML_SITELIBDIR%%/base/base__Int64.cmi
245
%%OCAML_SITELIBDIR%%/base/base__Int64.cmt
246
%%OCAML_SITELIBDIR%%/base/base__Int64.cmti
247
%%OCAML_SITELIBDIR%%/base/base__Int64.cmx
248
%%OCAML_SITELIBDIR%%/base/base__Int_conversions.cmi
249
%%OCAML_SITELIBDIR%%/base/base__Int_conversions.cmt
250
%%OCAML_SITELIBDIR%%/base/base__Int_conversions.cmti
251
%%OCAML_SITELIBDIR%%/base/base__Int_conversions.cmx
252
%%OCAML_SITELIBDIR%%/base/base__Int_intf.cmi
253
%%OCAML_SITELIBDIR%%/base/base__Int_intf.cmt
254
%%OCAML_SITELIBDIR%%/base/base__Int_intf.cmx
255
%%OCAML_SITELIBDIR%%/base/base__Int_math.cmi
256
%%OCAML_SITELIBDIR%%/base/base__Int_math.cmt
257
%%OCAML_SITELIBDIR%%/base/base__Int_math.cmti
258
%%OCAML_SITELIBDIR%%/base/base__Int_math.cmx
259
%%OCAML_SITELIBDIR%%/base/base__Intable.cmi
260
%%OCAML_SITELIBDIR%%/base/base__Intable.cmt
261
%%OCAML_SITELIBDIR%%/base/base__Intable.cmx
262
%%OCAML_SITELIBDIR%%/base/base__Invariant.cmi
263
%%OCAML_SITELIBDIR%%/base/base__Invariant.cmt
264
%%OCAML_SITELIBDIR%%/base/base__Invariant.cmti
265
%%OCAML_SITELIBDIR%%/base/base__Invariant.cmx
266
%%OCAML_SITELIBDIR%%/base/base__Invariant_intf.cmi
267
%%OCAML_SITELIBDIR%%/base/base__Invariant_intf.cmt
268
%%OCAML_SITELIBDIR%%/base/base__Invariant_intf.cmx
269
%%OCAML_SITELIBDIR%%/base/base__Lazy.cmi
270
%%OCAML_SITELIBDIR%%/base/base__Lazy.cmt
271
%%OCAML_SITELIBDIR%%/base/base__Lazy.cmti
272
%%OCAML_SITELIBDIR%%/base/base__Lazy.cmx
273
%%OCAML_SITELIBDIR%%/base/base__Linked_queue.cmi
274
%%OCAML_SITELIBDIR%%/base/base__Linked_queue.cmt
275
%%OCAML_SITELIBDIR%%/base/base__Linked_queue.cmti
276
%%OCAML_SITELIBDIR%%/base/base__Linked_queue.cmx
277
%%OCAML_SITELIBDIR%%/base/base__Linked_queue0.cmi
278
%%OCAML_SITELIBDIR%%/base/base__Linked_queue0.cmt
279
%%OCAML_SITELIBDIR%%/base/base__Linked_queue0.cmx
280
%%OCAML_SITELIBDIR%%/base/base__List.cmi
281
%%OCAML_SITELIBDIR%%/base/base__List.cmt
282
%%OCAML_SITELIBDIR%%/base/base__List.cmti
283
%%OCAML_SITELIBDIR%%/base/base__List.cmx
284
%%OCAML_SITELIBDIR%%/base/base__List0.cmi
285
%%OCAML_SITELIBDIR%%/base/base__List0.cmt
286
%%OCAML_SITELIBDIR%%/base/base__List0.cmx
287
%%OCAML_SITELIBDIR%%/base/base__List1.cmi
288
%%OCAML_SITELIBDIR%%/base/base__List1.cmt
289
%%OCAML_SITELIBDIR%%/base/base__List1.cmx
290
%%OCAML_SITELIBDIR%%/base/base__Map.cmi
291
%%OCAML_SITELIBDIR%%/base/base__Map.cmt
292
%%OCAML_SITELIBDIR%%/base/base__Map.cmti
293
%%OCAML_SITELIBDIR%%/base/base__Map.cmx
294
%%OCAML_SITELIBDIR%%/base/base__Map_intf.cmi
295
%%OCAML_SITELIBDIR%%/base/base__Map_intf.cmt
296
%%OCAML_SITELIBDIR%%/base/base__Map_intf.cmx
297
%%OCAML_SITELIBDIR%%/base/base__Maybe_bound.cmi
298
%%OCAML_SITELIBDIR%%/base/base__Maybe_bound.cmt
299
%%OCAML_SITELIBDIR%%/base/base__Maybe_bound.cmti
300
%%OCAML_SITELIBDIR%%/base/base__Maybe_bound.cmx
301
%%OCAML_SITELIBDIR%%/base/base__Monad.cmi
302
%%OCAML_SITELIBDIR%%/base/base__Monad.cmt
303
%%OCAML_SITELIBDIR%%/base/base__Monad.cmti
304
%%OCAML_SITELIBDIR%%/base/base__Monad.cmx
305
%%OCAML_SITELIBDIR%%/base/base__Monad_intf.cmi
306
%%OCAML_SITELIBDIR%%/base/base__Monad_intf.cmt
307
%%OCAML_SITELIBDIR%%/base/base__Monad_intf.cmx
308
%%OCAML_SITELIBDIR%%/base/base__Nativeint.cmi
309
%%OCAML_SITELIBDIR%%/base/base__Nativeint.cmt
310
%%OCAML_SITELIBDIR%%/base/base__Nativeint.cmti
311
%%OCAML_SITELIBDIR%%/base/base__Nativeint.cmx
312
%%OCAML_SITELIBDIR%%/base/base__Nothing.cmi
313
%%OCAML_SITELIBDIR%%/base/base__Nothing.cmt
314
%%OCAML_SITELIBDIR%%/base/base__Nothing.cmti
315
%%OCAML_SITELIBDIR%%/base/base__Nothing.cmx
316
%%OCAML_SITELIBDIR%%/base/base__Obj_array.cmi
317
%%OCAML_SITELIBDIR%%/base/base__Obj_array.cmt
318
%%OCAML_SITELIBDIR%%/base/base__Obj_array.cmti
319
%%OCAML_SITELIBDIR%%/base/base__Obj_array.cmx
320
%%OCAML_SITELIBDIR%%/base/base__Option.cmi
321
%%OCAML_SITELIBDIR%%/base/base__Option.cmt
322
%%OCAML_SITELIBDIR%%/base/base__Option.cmti
323
%%OCAML_SITELIBDIR%%/base/base__Option.cmx
324
%%OCAML_SITELIBDIR%%/base/base__Option_array.cmi
325
%%OCAML_SITELIBDIR%%/base/base__Option_array.cmt
326
%%OCAML_SITELIBDIR%%/base/base__Option_array.cmti
327
%%OCAML_SITELIBDIR%%/base/base__Option_array.cmx
328
%%OCAML_SITELIBDIR%%/base/base__Or_error.cmi
329
%%OCAML_SITELIBDIR%%/base/base__Or_error.cmt
330
%%OCAML_SITELIBDIR%%/base/base__Or_error.cmti
331
%%OCAML_SITELIBDIR%%/base/base__Or_error.cmx
332
%%OCAML_SITELIBDIR%%/base/base__Ordered_collection_common.cmi
333
%%OCAML_SITELIBDIR%%/base/base__Ordered_collection_common.cmt
334
%%OCAML_SITELIBDIR%%/base/base__Ordered_collection_common.cmti
335
%%OCAML_SITELIBDIR%%/base/base__Ordered_collection_common.cmx
336
%%OCAML_SITELIBDIR%%/base/base__Ordering.cmi
337
%%OCAML_SITELIBDIR%%/base/base__Ordering.cmt
338
%%OCAML_SITELIBDIR%%/base/base__Ordering.cmti
339
%%OCAML_SITELIBDIR%%/base/base__Ordering.cmx
340
%%OCAML_SITELIBDIR%%/base/base__Poly0.cmi
341
%%OCAML_SITELIBDIR%%/base/base__Poly0.cmt
342
%%OCAML_SITELIBDIR%%/base/base__Poly0.cmti
343
%%OCAML_SITELIBDIR%%/base/base__Poly0.cmx
344
%%OCAML_SITELIBDIR%%/base/base__Popcount.cmi
345
%%OCAML_SITELIBDIR%%/base/base__Popcount.cmt
346
%%OCAML_SITELIBDIR%%/base/base__Popcount.cmti
347
%%OCAML_SITELIBDIR%%/base/base__Popcount.cmx
348
%%OCAML_SITELIBDIR%%/base/base__Pow_overflow_bounds.cmi
349
%%OCAML_SITELIBDIR%%/base/base__Pow_overflow_bounds.cmt
350
%%OCAML_SITELIBDIR%%/base/base__Pow_overflow_bounds.cmti
351
%%OCAML_SITELIBDIR%%/base/base__Pow_overflow_bounds.cmx
352
%%OCAML_SITELIBDIR%%/base/base__Ppx_compare_lib.cmi
353
%%OCAML_SITELIBDIR%%/base/base__Ppx_compare_lib.cmt
354
%%OCAML_SITELIBDIR%%/base/base__Ppx_compare_lib.cmti
355
%%OCAML_SITELIBDIR%%/base/base__Ppx_compare_lib.cmx
356
%%OCAML_SITELIBDIR%%/base/base__Ppx_enumerate_lib.cmi
357
%%OCAML_SITELIBDIR%%/base/base__Ppx_enumerate_lib.cmt
358
%%OCAML_SITELIBDIR%%/base/base__Ppx_enumerate_lib.cmx
359
%%OCAML_SITELIBDIR%%/base/base__Ppx_hash_lib.cmi
360
%%OCAML_SITELIBDIR%%/base/base__Ppx_hash_lib.cmt
361
%%OCAML_SITELIBDIR%%/base/base__Ppx_hash_lib.cmx
362
%%OCAML_SITELIBDIR%%/base/base__Ppx_sexp_conv_lib.cmi
363
%%OCAML_SITELIBDIR%%/base/base__Ppx_sexp_conv_lib.cmt
364
%%OCAML_SITELIBDIR%%/base/base__Ppx_sexp_conv_lib.cmx
365
%%OCAML_SITELIBDIR%%/base/base__Pretty_printer.cmi
366
%%OCAML_SITELIBDIR%%/base/base__Pretty_printer.cmt
367
%%OCAML_SITELIBDIR%%/base/base__Pretty_printer.cmti
368
%%OCAML_SITELIBDIR%%/base/base__Pretty_printer.cmx
369
%%OCAML_SITELIBDIR%%/base/base__Printf.cmi
370
%%OCAML_SITELIBDIR%%/base/base__Printf.cmt
371
%%OCAML_SITELIBDIR%%/base/base__Printf.cmti
372
%%OCAML_SITELIBDIR%%/base/base__Printf.cmx
373
%%OCAML_SITELIBDIR%%/base/base__Queue.cmi
374
%%OCAML_SITELIBDIR%%/base/base__Queue.cmt
375
%%OCAML_SITELIBDIR%%/base/base__Queue.cmti
376
%%OCAML_SITELIBDIR%%/base/base__Queue.cmx
377
%%OCAML_SITELIBDIR%%/base/base__Queue_intf.cmi
378
%%OCAML_SITELIBDIR%%/base/base__Queue_intf.cmt
379
%%OCAML_SITELIBDIR%%/base/base__Queue_intf.cmx
380
%%OCAML_SITELIBDIR%%/base/base__Random.cmi
381
%%OCAML_SITELIBDIR%%/base/base__Random.cmt
382
%%OCAML_SITELIBDIR%%/base/base__Random.cmti
383
%%OCAML_SITELIBDIR%%/base/base__Random.cmx
384
%%OCAML_SITELIBDIR%%/base/base__Ref.cmi
385
%%OCAML_SITELIBDIR%%/base/base__Ref.cmt
386
%%OCAML_SITELIBDIR%%/base/base__Ref.cmti
387
%%OCAML_SITELIBDIR%%/base/base__Ref.cmx
388
%%OCAML_SITELIBDIR%%/base/base__Result.cmi
389
%%OCAML_SITELIBDIR%%/base/base__Result.cmt
390
%%OCAML_SITELIBDIR%%/base/base__Result.cmti
391
%%OCAML_SITELIBDIR%%/base/base__Result.cmx
392
%%OCAML_SITELIBDIR%%/base/base__Sequence.cmi
393
%%OCAML_SITELIBDIR%%/base/base__Sequence.cmt
394
%%OCAML_SITELIBDIR%%/base/base__Sequence.cmti
395
%%OCAML_SITELIBDIR%%/base/base__Sequence.cmx
396
%%OCAML_SITELIBDIR%%/base/base__Set.cmi
397
%%OCAML_SITELIBDIR%%/base/base__Set.cmt
398
%%OCAML_SITELIBDIR%%/base/base__Set.cmti
399
%%OCAML_SITELIBDIR%%/base/base__Set.cmx
400
%%OCAML_SITELIBDIR%%/base/base__Set_intf.cmi
401
%%OCAML_SITELIBDIR%%/base/base__Set_intf.cmt
402
%%OCAML_SITELIBDIR%%/base/base__Set_intf.cmx
403
%%OCAML_SITELIBDIR%%/base/base__Sexp.cmi
404
%%OCAML_SITELIBDIR%%/base/base__Sexp.cmt
405
%%OCAML_SITELIBDIR%%/base/base__Sexp.cmti
406
%%OCAML_SITELIBDIR%%/base/base__Sexp.cmx
407
%%OCAML_SITELIBDIR%%/base/base__Sexp_with_comparable.cmi
408
%%OCAML_SITELIBDIR%%/base/base__Sexp_with_comparable.cmt
409
%%OCAML_SITELIBDIR%%/base/base__Sexp_with_comparable.cmti
410
%%OCAML_SITELIBDIR%%/base/base__Sexp_with_comparable.cmx
411
%%OCAML_SITELIBDIR%%/base/base__Sexpable.cmi
412
%%OCAML_SITELIBDIR%%/base/base__Sexpable.cmt
413
%%OCAML_SITELIBDIR%%/base/base__Sexpable.cmti
414
%%OCAML_SITELIBDIR%%/base/base__Sexpable.cmx
415
%%OCAML_SITELIBDIR%%/base/base__Sexplib.cmi
416
%%OCAML_SITELIBDIR%%/base/base__Sexplib.cmt
417
%%OCAML_SITELIBDIR%%/base/base__Sexplib.cmx
418
%%OCAML_SITELIBDIR%%/base/base__Sign.cmi
419
%%OCAML_SITELIBDIR%%/base/base__Sign.cmt
420
%%OCAML_SITELIBDIR%%/base/base__Sign.cmti
421
%%OCAML_SITELIBDIR%%/base/base__Sign.cmx
422
%%OCAML_SITELIBDIR%%/base/base__Sign0.cmi
423
%%OCAML_SITELIBDIR%%/base/base__Sign0.cmt
424
%%OCAML_SITELIBDIR%%/base/base__Sign0.cmx
425
%%OCAML_SITELIBDIR%%/base/base__Sign_or_nan.cmi
426
%%OCAML_SITELIBDIR%%/base/base__Sign_or_nan.cmt
427
%%OCAML_SITELIBDIR%%/base/base__Sign_or_nan.cmti
428
%%OCAML_SITELIBDIR%%/base/base__Sign_or_nan.cmx
429
%%OCAML_SITELIBDIR%%/base/base__Source_code_position.cmi
430
%%OCAML_SITELIBDIR%%/base/base__Source_code_position.cmt
431
%%OCAML_SITELIBDIR%%/base/base__Source_code_position.cmti
432
%%OCAML_SITELIBDIR%%/base/base__Source_code_position.cmx
433
%%OCAML_SITELIBDIR%%/base/base__Source_code_position0.cmi
434
%%OCAML_SITELIBDIR%%/base/base__Source_code_position0.cmt
435
%%OCAML_SITELIBDIR%%/base/base__Source_code_position0.cmx
436
%%OCAML_SITELIBDIR%%/base/base__Stack.cmi
437
%%OCAML_SITELIBDIR%%/base/base__Stack.cmt
438
%%OCAML_SITELIBDIR%%/base/base__Stack.cmti
439
%%OCAML_SITELIBDIR%%/base/base__Stack.cmx
440
%%OCAML_SITELIBDIR%%/base/base__Stack_intf.cmi
441
%%OCAML_SITELIBDIR%%/base/base__Stack_intf.cmt
442
%%OCAML_SITELIBDIR%%/base/base__Stack_intf.cmx
443
%%OCAML_SITELIBDIR%%/base/base__Staged.cmi
444
%%OCAML_SITELIBDIR%%/base/base__Staged.cmt
445
%%OCAML_SITELIBDIR%%/base/base__Staged.cmti
446
%%OCAML_SITELIBDIR%%/base/base__Staged.cmx
447
%%OCAML_SITELIBDIR%%/base/base__String.cmi
448
%%OCAML_SITELIBDIR%%/base/base__String.cmt
449
%%OCAML_SITELIBDIR%%/base/base__String.cmti
450
%%OCAML_SITELIBDIR%%/base/base__String.cmx
451
%%OCAML_SITELIBDIR%%/base/base__String0.cmi
452
%%OCAML_SITELIBDIR%%/base/base__String0.cmt
453
%%OCAML_SITELIBDIR%%/base/base__String0.cmx
454
%%OCAML_SITELIBDIR%%/base/base__Stringable.cmi
455
%%OCAML_SITELIBDIR%%/base/base__Stringable.cmt
456
%%OCAML_SITELIBDIR%%/base/base__Stringable.cmx
457
%%OCAML_SITELIBDIR%%/base/base__Sys.cmi
458
%%OCAML_SITELIBDIR%%/base/base__Sys.cmt
459
%%OCAML_SITELIBDIR%%/base/base__Sys.cmti
460
%%OCAML_SITELIBDIR%%/base/base__Sys.cmx
461
%%OCAML_SITELIBDIR%%/base/base__Sys0.cmi
462
%%OCAML_SITELIBDIR%%/base/base__Sys0.cmt
463
%%OCAML_SITELIBDIR%%/base/base__Sys0.cmx
464
%%OCAML_SITELIBDIR%%/base/base__T.cmi
465
%%OCAML_SITELIBDIR%%/base/base__T.cmt
466
%%OCAML_SITELIBDIR%%/base/base__T.cmx
467
%%OCAML_SITELIBDIR%%/base/base__Type_equal.cmi
468
%%OCAML_SITELIBDIR%%/base/base__Type_equal.cmt
469
%%OCAML_SITELIBDIR%%/base/base__Type_equal.cmti
470
%%OCAML_SITELIBDIR%%/base/base__Type_equal.cmx
471
%%OCAML_SITELIBDIR%%/base/base__Uchar.cmi
472
%%OCAML_SITELIBDIR%%/base/base__Uchar.cmt
473
%%OCAML_SITELIBDIR%%/base/base__Uchar.cmti
474
%%OCAML_SITELIBDIR%%/base/base__Uchar.cmx
475
%%OCAML_SITELIBDIR%%/base/base__Uchar0.cmi
476
%%OCAML_SITELIBDIR%%/base/base__Uchar0.cmt
477
%%OCAML_SITELIBDIR%%/base/base__Uchar0.cmx
478
%%OCAML_SITELIBDIR%%/base/base__Uniform_array.cmi
479
%%OCAML_SITELIBDIR%%/base/base__Uniform_array.cmt
480
%%OCAML_SITELIBDIR%%/base/base__Uniform_array.cmti
481
%%OCAML_SITELIBDIR%%/base/base__Uniform_array.cmx
482
%%OCAML_SITELIBDIR%%/base/base__Unit.cmi
483
%%OCAML_SITELIBDIR%%/base/base__Unit.cmt
484
%%OCAML_SITELIBDIR%%/base/base__Unit.cmti
485
%%OCAML_SITELIBDIR%%/base/base__Unit.cmx
486
%%OCAML_SITELIBDIR%%/base/base__Validate.cmi
487
%%OCAML_SITELIBDIR%%/base/base__Validate.cmt
488
%%OCAML_SITELIBDIR%%/base/base__Validate.cmti
489
%%OCAML_SITELIBDIR%%/base/base__Validate.cmx
490
%%OCAML_SITELIBDIR%%/base/base__Variant.cmi
491
%%OCAML_SITELIBDIR%%/base/base__Variant.cmt
492
%%OCAML_SITELIBDIR%%/base/base__Variant.cmti
493
%%OCAML_SITELIBDIR%%/base/base__Variant.cmx
494
%%OCAML_SITELIBDIR%%/base/base__Variantslib.cmi
495
%%OCAML_SITELIBDIR%%/base/base__Variantslib.cmt
496
%%OCAML_SITELIBDIR%%/base/base__Variantslib.cmx
497
%%OCAML_SITELIBDIR%%/base/base__With_return.cmi
498
%%OCAML_SITELIBDIR%%/base/base__With_return.cmt
499
%%OCAML_SITELIBDIR%%/base/base__With_return.cmti
500
%%OCAML_SITELIBDIR%%/base/base__With_return.cmx
501
%%OCAML_SITELIBDIR%%/base/base__Word_size.cmi
502
%%OCAML_SITELIBDIR%%/base/base__Word_size.cmt
503
%%OCAML_SITELIBDIR%%/base/base__Word_size.cmti
504
%%OCAML_SITELIBDIR%%/base/base__Word_size.cmx
505
%%OCAML_SITELIBDIR%%/base/base_internalhash_types/base_internalhash_types.a
506
%%OCAML_SITELIBDIR%%/base/base_internalhash_types/base_internalhash_types.cma
507
%%OCAML_SITELIBDIR%%/base/base_internalhash_types/base_internalhash_types.cmi
508
%%OCAML_SITELIBDIR%%/base/base_internalhash_types/base_internalhash_types.cmt
509
%%OCAML_SITELIBDIR%%/base/base_internalhash_types/base_internalhash_types.cmx
510
%%OCAML_SITELIBDIR%%/base/base_internalhash_types/base_internalhash_types.cmxa
511
%%OCAML_SITELIBDIR%%/base/base_internalhash_types/base_internalhash_types.cmxs
512
%%OCAML_SITELIBDIR%%/base/base_internalhash_types/base_internalhash_types.ml
513
%%OCAML_SITELIBDIR%%/base/base_internalhash_types/internalhash.h
514
%%OCAML_SITELIBDIR%%/base/base_internalhash_types/libbase_internalhash_types_stubs.a
515
%%OCAML_SITELIBDIR%%/base/base_internalhash_types/runtime.js
516
%%OCAML_SITELIBDIR%%/base/binary_search.ml
517
%%OCAML_SITELIBDIR%%/base/binary_search.mli
518
%%OCAML_SITELIBDIR%%/base/binary_searchable.ml
519
%%OCAML_SITELIBDIR%%/base/binary_searchable.mli
520
%%OCAML_SITELIBDIR%%/base/binary_searchable_intf.ml
521
%%OCAML_SITELIBDIR%%/base/blit.ml
522
%%OCAML_SITELIBDIR%%/base/blit.mli
523
%%OCAML_SITELIBDIR%%/base/blit_intf.ml
524
%%OCAML_SITELIBDIR%%/base/bool.ml
525
%%OCAML_SITELIBDIR%%/base/bool.mli
526
%%OCAML_SITELIBDIR%%/base/buffer.ml
527
%%OCAML_SITELIBDIR%%/base/buffer.mli
528
%%OCAML_SITELIBDIR%%/base/buffer_intf.ml
529
%%OCAML_SITELIBDIR%%/base/bytes.ml
530
%%OCAML_SITELIBDIR%%/base/bytes.mli
531
%%OCAML_SITELIBDIR%%/base/bytes0.ml
532
%%OCAML_SITELIBDIR%%/base/bytes_set_primitives.ml
533
%%OCAML_SITELIBDIR%%/base/bytes_tr.ml
534
%%OCAML_SITELIBDIR%%/base/caml/caml.a
535
%%OCAML_SITELIBDIR%%/base/caml/caml.cma
536
%%OCAML_SITELIBDIR%%/base/caml/caml.cmi
537
%%OCAML_SITELIBDIR%%/base/caml/caml.cmt
538
%%OCAML_SITELIBDIR%%/base/caml/caml.cmx
539
%%OCAML_SITELIBDIR%%/base/caml/caml.cmxa
540
%%OCAML_SITELIBDIR%%/base/caml/caml.cmxs
541
%%OCAML_SITELIBDIR%%/base/caml/caml.ml
542
%%OCAML_SITELIBDIR%%/base/char.ml
543
%%OCAML_SITELIBDIR%%/base/char.mli
544
%%OCAML_SITELIBDIR%%/base/char0.ml
545
%%OCAML_SITELIBDIR%%/base/comparable.ml
546
%%OCAML_SITELIBDIR%%/base/comparable.mli
547
%%OCAML_SITELIBDIR%%/base/comparable_intf.ml
548
%%OCAML_SITELIBDIR%%/base/comparator.ml
549
%%OCAML_SITELIBDIR%%/base/comparator.mli
550
%%OCAML_SITELIBDIR%%/base/comparisons.ml
551
%%OCAML_SITELIBDIR%%/base/container.ml
552
%%OCAML_SITELIBDIR%%/base/container.mli
553
%%OCAML_SITELIBDIR%%/base/container_intf.ml
554
%%OCAML_SITELIBDIR%%/base/dune-package
555
%%OCAML_SITELIBDIR%%/base/either.ml
556
%%OCAML_SITELIBDIR%%/base/either.mli
557
%%OCAML_SITELIBDIR%%/base/either0.ml
558
%%OCAML_SITELIBDIR%%/base/either_intf.ml
559
%%OCAML_SITELIBDIR%%/base/equal.ml
560
%%OCAML_SITELIBDIR%%/base/error.ml
561
%%OCAML_SITELIBDIR%%/base/error.mli
562
%%OCAML_SITELIBDIR%%/base/exn.ml
563
%%OCAML_SITELIBDIR%%/base/exn.mli
564
%%OCAML_SITELIBDIR%%/base/field.ml
565
%%OCAML_SITELIBDIR%%/base/field.mli
566
%%OCAML_SITELIBDIR%%/base/fieldslib.ml
567
%%OCAML_SITELIBDIR%%/base/float.ml
568
%%OCAML_SITELIBDIR%%/base/float.mli
569
%%OCAML_SITELIBDIR%%/base/float0.ml
570
%%OCAML_SITELIBDIR%%/base/floatable.ml
571
%%OCAML_SITELIBDIR%%/base/fn.ml
572
%%OCAML_SITELIBDIR%%/base/fn.mli
573
%%OCAML_SITELIBDIR%%/base/formatter.ml
574
%%OCAML_SITELIBDIR%%/base/formatter.mli
575
%%OCAML_SITELIBDIR%%/base/hash.ml
576
%%OCAML_SITELIBDIR%%/base/hash.mli
577
%%OCAML_SITELIBDIR%%/base/hash_intf.ml
578
%%OCAML_SITELIBDIR%%/base/hash_set.ml
579
%%OCAML_SITELIBDIR%%/base/hash_set.mli
580
%%OCAML_SITELIBDIR%%/base/hash_set_intf.ml
581
%%OCAML_SITELIBDIR%%/base/hashable.ml
582
%%OCAML_SITELIBDIR%%/base/hashable.mli
583
%%OCAML_SITELIBDIR%%/base/hashable_intf.ml
584
%%OCAML_SITELIBDIR%%/base/hasher.ml
585
%%OCAML_SITELIBDIR%%/base/hashtbl.ml
586
%%OCAML_SITELIBDIR%%/base/hashtbl.mli
587
%%OCAML_SITELIBDIR%%/base/hashtbl_intf.ml
588
%%OCAML_SITELIBDIR%%/base/hex_lexer.ml
589
%%OCAML_SITELIBDIR%%/base/hex_lexer.mli
590
%%OCAML_SITELIBDIR%%/base/identifiable.ml
591
%%OCAML_SITELIBDIR%%/base/identifiable.mli
592
%%OCAML_SITELIBDIR%%/base/import.ml
593
%%OCAML_SITELIBDIR%%/base/import0.ml
594
%%OCAML_SITELIBDIR%%/base/indexed_container.ml
595
%%OCAML_SITELIBDIR%%/base/indexed_container.mli
596
%%OCAML_SITELIBDIR%%/base/indexed_container_intf.ml
597
%%OCAML_SITELIBDIR%%/base/info.ml
598
%%OCAML_SITELIBDIR%%/base/info.mli
599
%%OCAML_SITELIBDIR%%/base/info_intf.ml
600
%%OCAML_SITELIBDIR%%/base/int.ml
601
%%OCAML_SITELIBDIR%%/base/int.mli
602
%%OCAML_SITELIBDIR%%/base/int0.ml
603
%%OCAML_SITELIBDIR%%/base/int32.ml
604
%%OCAML_SITELIBDIR%%/base/int32.mli
605
%%OCAML_SITELIBDIR%%/base/int63.ml
606
%%OCAML_SITELIBDIR%%/base/int63.mli
607
%%OCAML_SITELIBDIR%%/base/int63_emul.ml
608
%%OCAML_SITELIBDIR%%/base/int63_emul.mli
609
%%OCAML_SITELIBDIR%%/base/int64.ml
610
%%OCAML_SITELIBDIR%%/base/int64.mli
611
%%OCAML_SITELIBDIR%%/base/int_conversions.ml
612
%%OCAML_SITELIBDIR%%/base/int_conversions.mli
613
%%OCAML_SITELIBDIR%%/base/int_intf.ml
614
%%OCAML_SITELIBDIR%%/base/int_math.ml
615
%%OCAML_SITELIBDIR%%/base/int_math.mli
616
%%OCAML_SITELIBDIR%%/base/intable.ml
617
%%OCAML_SITELIBDIR%%/base/invariant.ml
618
%%OCAML_SITELIBDIR%%/base/invariant.mli
619
%%OCAML_SITELIBDIR%%/base/invariant_intf.ml
620
%%OCAML_SITELIBDIR%%/base/lazy.ml
621
%%OCAML_SITELIBDIR%%/base/lazy.mli
622
%%OCAML_SITELIBDIR%%/base/libbase_stubs.a
623
%%OCAML_SITELIBDIR%%/base/linked_queue.ml
624
%%OCAML_SITELIBDIR%%/base/linked_queue.mli
625
%%OCAML_SITELIBDIR%%/base/linked_queue0.ml
626
%%OCAML_SITELIBDIR%%/base/list.ml
627
%%OCAML_SITELIBDIR%%/base/list.mli
628
%%OCAML_SITELIBDIR%%/base/list0.ml
629
%%OCAML_SITELIBDIR%%/base/list1.ml
630
%%OCAML_SITELIBDIR%%/base/map.ml
631
%%OCAML_SITELIBDIR%%/base/map.mli
632
%%OCAML_SITELIBDIR%%/base/map_intf.ml
633
%%OCAML_SITELIBDIR%%/base/maybe_bound.ml
634
%%OCAML_SITELIBDIR%%/base/maybe_bound.mli
635
%%OCAML_SITELIBDIR%%/base/md5/md5_lib.a
636
%%OCAML_SITELIBDIR%%/base/md5/md5_lib.cma
637
%%OCAML_SITELIBDIR%%/base/md5/md5_lib.cmi
638
%%OCAML_SITELIBDIR%%/base/md5/md5_lib.cmt
639
%%OCAML_SITELIBDIR%%/base/md5/md5_lib.cmti
640
%%OCAML_SITELIBDIR%%/base/md5/md5_lib.cmx
641
%%OCAML_SITELIBDIR%%/base/md5/md5_lib.cmxa
642
%%OCAML_SITELIBDIR%%/base/md5/md5_lib.cmxs
643
%%OCAML_SITELIBDIR%%/base/md5/md5_lib.ml
644
%%OCAML_SITELIBDIR%%/base/md5/md5_lib.mli
645
%%OCAML_SITELIBDIR%%/base/monad.ml
646
%%OCAML_SITELIBDIR%%/base/monad.mli
647
%%OCAML_SITELIBDIR%%/base/monad_intf.ml
648
%%OCAML_SITELIBDIR%%/base/nativeint.ml
649
%%OCAML_SITELIBDIR%%/base/nativeint.mli
650
%%OCAML_SITELIBDIR%%/base/nothing.ml
651
%%OCAML_SITELIBDIR%%/base/nothing.mli
652
%%OCAML_SITELIBDIR%%/base/obj_array.ml
653
%%OCAML_SITELIBDIR%%/base/obj_array.mli
654
%%OCAML_SITELIBDIR%%/base/opam
655
%%OCAML_SITELIBDIR%%/base/option.ml
656
%%OCAML_SITELIBDIR%%/base/option.mli
657
%%OCAML_SITELIBDIR%%/base/option_array.ml
658
%%OCAML_SITELIBDIR%%/base/option_array.mli
659
%%OCAML_SITELIBDIR%%/base/or_error.ml
660
%%OCAML_SITELIBDIR%%/base/or_error.mli
661
%%OCAML_SITELIBDIR%%/base/ordered_collection_common.ml
662
%%OCAML_SITELIBDIR%%/base/ordered_collection_common.mli
663
%%OCAML_SITELIBDIR%%/base/ordering.ml
664
%%OCAML_SITELIBDIR%%/base/ordering.mli
665
%%OCAML_SITELIBDIR%%/base/poly0.ml
666
%%OCAML_SITELIBDIR%%/base/poly0.mli
667
%%OCAML_SITELIBDIR%%/base/popcount.ml
668
%%OCAML_SITELIBDIR%%/base/popcount.mli
669
%%OCAML_SITELIBDIR%%/base/pow_overflow_bounds.ml
670
%%OCAML_SITELIBDIR%%/base/pow_overflow_bounds.mli
671
%%OCAML_SITELIBDIR%%/base/ppx_compare_lib.ml
672
%%OCAML_SITELIBDIR%%/base/ppx_compare_lib.mli
673
%%OCAML_SITELIBDIR%%/base/ppx_enumerate_lib.ml
674
%%OCAML_SITELIBDIR%%/base/ppx_hash_lib.ml
675
%%OCAML_SITELIBDIR%%/base/ppx_sexp_conv_lib.ml
676
%%OCAML_SITELIBDIR%%/base/pretty_printer.ml
677
%%OCAML_SITELIBDIR%%/base/pretty_printer.mli
678
%%OCAML_SITELIBDIR%%/base/printf.ml
679
%%OCAML_SITELIBDIR%%/base/printf.mli
680
%%OCAML_SITELIBDIR%%/base/queue.ml
681
%%OCAML_SITELIBDIR%%/base/queue.mli
682
%%OCAML_SITELIBDIR%%/base/queue_intf.ml
683
%%OCAML_SITELIBDIR%%/base/random.ml
684
%%OCAML_SITELIBDIR%%/base/random.mli
685
%%OCAML_SITELIBDIR%%/base/ref.ml
686
%%OCAML_SITELIBDIR%%/base/ref.mli
687
%%OCAML_SITELIBDIR%%/base/result.ml
688
%%OCAML_SITELIBDIR%%/base/result.mli
689
%%OCAML_SITELIBDIR%%/base/runtime.js
690
%%OCAML_SITELIBDIR%%/base/sequence.ml
691
%%OCAML_SITELIBDIR%%/base/sequence.mli
692
%%OCAML_SITELIBDIR%%/base/set.ml
693
%%OCAML_SITELIBDIR%%/base/set.mli
694
%%OCAML_SITELIBDIR%%/base/set_intf.ml
695
%%OCAML_SITELIBDIR%%/base/sexp.ml
696
%%OCAML_SITELIBDIR%%/base/sexp.mli
697
%%OCAML_SITELIBDIR%%/base/sexp_with_comparable.ml
698
%%OCAML_SITELIBDIR%%/base/sexp_with_comparable.mli
699
%%OCAML_SITELIBDIR%%/base/sexpable.ml
700
%%OCAML_SITELIBDIR%%/base/sexpable.mli
701
%%OCAML_SITELIBDIR%%/base/sexplib.ml
702
%%OCAML_SITELIBDIR%%/base/shadow_stdlib/shadow_stdlib.a
703
%%OCAML_SITELIBDIR%%/base/shadow_stdlib/shadow_stdlib.cma
704
%%OCAML_SITELIBDIR%%/base/shadow_stdlib/shadow_stdlib.cmi
705
%%OCAML_SITELIBDIR%%/base/shadow_stdlib/shadow_stdlib.cmt
706
%%OCAML_SITELIBDIR%%/base/shadow_stdlib/shadow_stdlib.cmti
707
%%OCAML_SITELIBDIR%%/base/shadow_stdlib/shadow_stdlib.cmx
708
%%OCAML_SITELIBDIR%%/base/shadow_stdlib/shadow_stdlib.cmxa
709
%%OCAML_SITELIBDIR%%/base/shadow_stdlib/shadow_stdlib.cmxs
710
%%OCAML_SITELIBDIR%%/base/shadow_stdlib/shadow_stdlib.ml
711
%%OCAML_SITELIBDIR%%/base/shadow_stdlib/shadow_stdlib.mli
712
%%OCAML_SITELIBDIR%%/base/sign.ml
713
%%OCAML_SITELIBDIR%%/base/sign.mli
714
%%OCAML_SITELIBDIR%%/base/sign0.ml
715
%%OCAML_SITELIBDIR%%/base/sign_or_nan.ml
716
%%OCAML_SITELIBDIR%%/base/sign_or_nan.mli
717
%%OCAML_SITELIBDIR%%/base/source_code_position.ml
718
%%OCAML_SITELIBDIR%%/base/source_code_position.mli
719
%%OCAML_SITELIBDIR%%/base/source_code_position0.ml
720
%%OCAML_SITELIBDIR%%/base/stack.ml
721
%%OCAML_SITELIBDIR%%/base/stack.mli
722
%%OCAML_SITELIBDIR%%/base/stack_intf.ml
723
%%OCAML_SITELIBDIR%%/base/staged.ml
724
%%OCAML_SITELIBDIR%%/base/staged.mli
725
%%OCAML_SITELIBDIR%%/base/string.ml
726
%%OCAML_SITELIBDIR%%/base/string.mli
727
%%OCAML_SITELIBDIR%%/base/string0.ml
728
%%OCAML_SITELIBDIR%%/base/stringable.ml
729
%%OCAML_SITELIBDIR%%/base/sys.ml
730
%%OCAML_SITELIBDIR%%/base/sys.mli
731
%%OCAML_SITELIBDIR%%/base/sys0.ml
732
%%OCAML_SITELIBDIR%%/base/t.ml
733
%%OCAML_SITELIBDIR%%/base/type_equal.ml
734
%%OCAML_SITELIBDIR%%/base/type_equal.mli
735
%%OCAML_SITELIBDIR%%/base/uchar.ml
736
%%OCAML_SITELIBDIR%%/base/uchar.mli
737
%%OCAML_SITELIBDIR%%/base/uchar0.ml
738
%%OCAML_SITELIBDIR%%/base/uniform_array.ml
739
%%OCAML_SITELIBDIR%%/base/uniform_array.mli
740
%%OCAML_SITELIBDIR%%/base/unit.ml
741
%%OCAML_SITELIBDIR%%/base/unit.mli
742
%%OCAML_SITELIBDIR%%/base/validate.ml
743
%%OCAML_SITELIBDIR%%/base/validate.mli
744
%%OCAML_SITELIBDIR%%/base/variant.ml
745
%%OCAML_SITELIBDIR%%/base/variant.mli
746
%%OCAML_SITELIBDIR%%/base/variantslib.ml
747
%%OCAML_SITELIBDIR%%/base/with_return.ml
748
%%OCAML_SITELIBDIR%%/base/with_return.mli
749
%%OCAML_SITELIBDIR%%/base/word_size.ml
750
%%OCAML_SITELIBDIR%%/base/word_size.mli
751
%%OCAML_SITELIBDIR%%/stublibs/dllbase_internalhash_types_stubs.so
752
%%OCAML_SITELIBDIR%%/stublibs/dllbase_stubs.so
753
%%PORTDOCS%%%%DOCSDIR%%/CHANGES.md
754
%%PORTDOCS%%%%DOCSDIR%%/LICENSE.md
755
%%PORTDOCS%%%%DOCSDIR%%/README.org
1
header files
756
header files
2
--
3
devel/ocaml-jane-street-headers/Makefile  | 33 +++++++++++++++++++++++
757
devel/ocaml-jane-street-headers/Makefile  | 33 +++++++++++++++++++++++
4
devel/ocaml-jane-street-headers/distinfo  |  3 +++
758
devel/ocaml-jane-street-headers/distinfo  |  3 +++
5
devel/ocaml-jane-street-headers/pkg-descr |  4 +++
759
devel/ocaml-jane-street-headers/pkg-descr |  4 +++
6
devel/ocaml-jane-street-headers/pkg-plist | 17 ++++++++++++
760
devel/ocaml-jane-street-headers/pkg-plist | 17 ++++++++++++
7
4 files changed, 57 insertions(+)
761
4 files changed, 57 insertions(+)
8
create mode 100644 devel/ocaml-jane-street-headers/Makefile
762
create mode 100644 devel/ocaml-jane-street-headers/Makefile
9
create mode 100644 devel/ocaml-jane-street-headers/distinfo
763
create mode 100644 devel/ocaml-jane-street-headers/distinfo
10
create mode 100644 devel/ocaml-jane-street-headers/pkg-descr
764
create mode 100644 devel/ocaml-jane-street-headers/pkg-descr
11
create mode 100644 devel/ocaml-jane-street-headers/pkg-plist
765
create mode 100644 devel/ocaml-jane-street-headers/pkg-plist
(-)b/devel/ocaml-jane-street-headers/Makefile (+33 lines)
Added Link Here
1
# Created by: Thierry Thomas <thierry@pompo.net>
2
3
PORTNAME=	jane-street-headers
4
DISTVERSIONPREFIX=	v
5
DISTVERSION=	0.14.0
6
CATEGORIES=	devel
7
PKGNAMEPREFIX=	ocaml-
8
9
MAINTAINER=	thierry@FreeBSD.org
10
COMMENT=	Jane Street header files
11
12
LICENSE=	MIT
13
14
BUILD_DEPENDS=	dune:devel/ocaml-dune
15
16
USE_GITHUB=	yes
17
GH_ACCOUNT=	janestreet
18
19
USE_OCAML=	yes
20
21
MAKE_ENV=	INSTALL_ARGS="--destdir=${STAGEDIR} --libdir=${OCAML_SITELIBDIR}"
22
DOCSDIR=	${OCAML_DOCSDIR}/${PORTNAME}
23
ALL_TARGET=	default
24
25
OPTIONS_DEFINE=	DOCS
26
27
pre-build:
28
	${REINPLACE_CMD} -e 's|^INSTALL_ARGS|#INSTALL_ARGS|' ${WRKSRC}/${MAKEFILE}
29
30
post-install:
31
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/${PORTNAME}/jane_street_headers.cmxs
32
33
.include <bsd.port.mk>
(-)b/devel/ocaml-jane-street-headers/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1647942673
2
SHA256 (janestreet-jane-street-headers-v0.14.0_GH0.tar.gz) = 4413d2aa4a11bd360491e8b85c14cd799d07fa55c6ef3471b5a89bf11bf4c9cf
3
SIZE (janestreet-jane-street-headers-v0.14.0_GH0.tar.gz) = 4662
(-)b/devel/ocaml-jane-street-headers/pkg-descr (+4 lines)
Added Link Here
1
This module contains the C header files shared between the various Jane Street
2
packages.
3
4
WWW: https://github.com/janestreet/jane-street-headers
(-)b/devel/ocaml-jane-street-headers/pkg-plist (-2 / +17 lines)
Added Link Here
0
- 
1
%%OCAML_SITELIBDIR%%/jane-street-headers/META
2
%%OCAML_SITELIBDIR%%/jane-street-headers/core_params.h
3
%%OCAML_SITELIBDIR%%/jane-street-headers/dune-package
4
%%OCAML_SITELIBDIR%%/jane-street-headers/jane_common.h
5
%%OCAML_SITELIBDIR%%/jane-street-headers/jane_street_headers.a
6
%%OCAML_SITELIBDIR%%/jane-street-headers/jane_street_headers.cma
7
%%OCAML_SITELIBDIR%%/jane-street-headers/jane_street_headers.cmi
8
%%OCAML_SITELIBDIR%%/jane-street-headers/jane_street_headers.cmt
9
%%OCAML_SITELIBDIR%%/jane-street-headers/jane_street_headers.cmx
10
%%OCAML_SITELIBDIR%%/jane-street-headers/jane_street_headers.cmxa
11
%%OCAML_SITELIBDIR%%/jane-street-headers/jane_street_headers.cmxs
12
%%OCAML_SITELIBDIR%%/jane-street-headers/jane_street_headers.ml
13
%%OCAML_SITELIBDIR%%/jane-street-headers/ocaml_utils.h
14
%%OCAML_SITELIBDIR%%/jane-street-headers/opam
15
%%OCAML_SITELIBDIR%%/jane-street-headers/unix_utils.h
16
%%PORTDOCS%%%%DOCSDIR%%/LICENSE.md
17
%%PORTDOCS%%%%DOCSDIR%%/README.org
1
case
18
case
2
--
3
devel/ocaml-ppx_cold/Makefile  | 37 ++++++++++++++++++++++++++++++++++
19
devel/ocaml-ppx_cold/Makefile  | 37 ++++++++++++++++++++++++++++++++++
4
devel/ocaml-ppx_cold/distinfo  |  3 +++
20
devel/ocaml-ppx_cold/distinfo  |  3 +++
5
devel/ocaml-ppx_cold/pkg-descr |  4 ++++
21
devel/ocaml-ppx_cold/pkg-descr |  4 ++++
6
devel/ocaml-ppx_cold/pkg-plist | 16 +++++++++++++++
22
devel/ocaml-ppx_cold/pkg-plist | 16 +++++++++++++++
7
4 files changed, 60 insertions(+)
23
4 files changed, 60 insertions(+)
8
create mode 100644 devel/ocaml-ppx_cold/Makefile
24
create mode 100644 devel/ocaml-ppx_cold/Makefile
9
create mode 100644 devel/ocaml-ppx_cold/distinfo
25
create mode 100644 devel/ocaml-ppx_cold/distinfo
10
create mode 100644 devel/ocaml-ppx_cold/pkg-descr
26
create mode 100644 devel/ocaml-ppx_cold/pkg-descr
11
create mode 100644 devel/ocaml-ppx_cold/pkg-plist
27
create mode 100644 devel/ocaml-ppx_cold/pkg-plist
(-)b/devel/ocaml-ppx_cold/Makefile (+37 lines)
Added Link Here
1
# Created by: Thierry Thomas <thierry@pompo.net>
2
3
PORTNAME=	ppx_cold
4
DISTVERSIONPREFIX=	v
5
DISTVERSION=	0.14.0
6
CATEGORIES=	devel
7
PKGNAMEPREFIX=	ocaml-
8
9
MAINTAINER=	thierry@FreeBSD.org
10
COMMENT=	Expands [@Cold] into [@inline never][@specialise never][@Local never]
11
12
LICENSE=	MIT
13
14
BUILD_DEPENDS=	dune:devel/ocaml-dune	\
15
		ocaml-base>0:devel/ocaml-base	\
16
		ocaml-ppxlib>0:devel/ocaml-ppxlib
17
RUN_DEPENDS=	ocaml-base>0:devel/ocaml-base
18
19
USE_GITHUB=	yes
20
GH_ACCOUNT=	janestreet
21
22
USE_OCAML=	yes
23
24
MAKE_ENV=	INSTALL_ARGS="--destdir=${STAGEDIR} --libdir=${OCAML_SITELIBDIR}"
25
DOCSDIR=	${OCAML_DOCSDIR}/${PORTNAME}
26
ALL_TARGET=	default
27
28
OPTIONS_DEFINE=	DOCS
29
30
pre-build:
31
	${REINPLACE_CMD} -e 's|^INSTALL_ARGS|#INSTALL_ARGS|' ${WRKSRC}/${MAKEFILE}
32
33
post-install:
34
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/${PORTNAME}/${PORTNAME}.cmxs
35
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/${PORTNAME}/ppx.exe
36
37
.include <bsd.port.mk>
(-)b/devel/ocaml-ppx_cold/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1646774193
2
SHA256 (janestreet-ppx_cold-v0.14.0_GH0.tar.gz) = 9f6479fc16dd8a7cf534058c60e3ba331628e095a06a5e4418159f6ed445647f
3
SIZE (janestreet-ppx_cold-v0.14.0_GH0.tar.gz) = 3778
(-)b/devel/ocaml-ppx_cold/pkg-descr (+4 lines)
Added Link Here
1
Translates [@@cold] atributes to [@@inline never] [@@local never]
2
[@@specialise never].
3
4
WWW: https://github.com/janestreet/ppx_cold
(-)b/devel/ocaml-ppx_cold/pkg-plist (-2 / +16 lines)
Added Link Here
0
- 
1
%%OCAML_SITELIBDIR%%/ppx_cold/META
2
%%OCAML_SITELIBDIR%%/ppx_cold/dune-package
3
%%OCAML_SITELIBDIR%%/ppx_cold/opam
4
%%OCAML_SITELIBDIR%%/ppx_cold/ppx.exe
5
%%OCAML_SITELIBDIR%%/ppx_cold/ppx_cold.a
6
%%OCAML_SITELIBDIR%%/ppx_cold/ppx_cold.cma
7
%%OCAML_SITELIBDIR%%/ppx_cold/ppx_cold.cmi
8
%%OCAML_SITELIBDIR%%/ppx_cold/ppx_cold.cmt
9
%%OCAML_SITELIBDIR%%/ppx_cold/ppx_cold.cmti
10
%%OCAML_SITELIBDIR%%/ppx_cold/ppx_cold.cmx
11
%%OCAML_SITELIBDIR%%/ppx_cold/ppx_cold.cmxa
12
%%OCAML_SITELIBDIR%%/ppx_cold/ppx_cold.cmxs
13
%%OCAML_SITELIBDIR%%/ppx_cold/ppx_cold.ml
14
%%OCAML_SITELIBDIR%%/ppx_cold/ppx_cold.mli
15
%%PORTDOCS%%%%DOCSDIR%%/LICENSE.md
16
%%PORTDOCS%%%%DOCSDIR%%/README.md
1
comparison functions from types
17
comparison functions from types
2
--
3
devel/ocaml-ppx_compare/Makefile  | 36 ++++++++++++++++++++++++++
18
devel/ocaml-ppx_compare/Makefile  | 36 ++++++++++++++++++++++++++
4
devel/ocaml-ppx_compare/distinfo  |  3 +++
19
devel/ocaml-ppx_compare/distinfo  |  3 +++
5
devel/ocaml-ppx_compare/pkg-descr | 10 ++++++++
20
devel/ocaml-ppx_compare/pkg-descr | 10 ++++++++
6
devel/ocaml-ppx_compare/pkg-plist | 42 +++++++++++++++++++++++++++++++
21
devel/ocaml-ppx_compare/pkg-plist | 42 +++++++++++++++++++++++++++++++
7
4 files changed, 91 insertions(+)
22
4 files changed, 91 insertions(+)
8
create mode 100644 devel/ocaml-ppx_compare/Makefile
23
create mode 100644 devel/ocaml-ppx_compare/Makefile
9
create mode 100644 devel/ocaml-ppx_compare/distinfo
24
create mode 100644 devel/ocaml-ppx_compare/distinfo
10
create mode 100644 devel/ocaml-ppx_compare/pkg-descr
25
create mode 100644 devel/ocaml-ppx_compare/pkg-descr
11
create mode 100644 devel/ocaml-ppx_compare/pkg-plist
26
create mode 100644 devel/ocaml-ppx_compare/pkg-plist
(-)b/devel/ocaml-ppx_compare/Makefile (+36 lines)
Added Link Here
1
# Created by: Thierry Thomas <thierry@pompo.net>
2
3
PORTNAME=	ppx_compare
4
DISTVERSIONPREFIX=	v
5
DISTVERSION=	0.14.0
6
CATEGORIES=	devel
7
PKGNAMEPREFIX=	ocaml-
8
9
MAINTAINER=	thierry@FreeBSD.org
10
COMMENT=	Generation of comparison functions from types
11
12
LICENSE=	MIT
13
14
BUILD_DEPENDS=	dune:devel/ocaml-dune	\
15
		ocaml-base>0:devel/ocaml-base	\
16
		ocaml-ppxlib>0:devel/ocaml-ppxlib
17
18
USE_GITHUB=	yes
19
GH_ACCOUNT=	janestreet
20
21
USE_OCAML=	yes
22
23
MAKE_ENV=	INSTALL_ARGS="--destdir=${STAGEDIR} --libdir=${OCAML_SITELIBDIR}"
24
DOCSDIR=	${OCAML_DOCSDIR}/${PORTNAME}
25
ALL_TARGET=	default
26
27
OPTIONS_DEFINE=	DOCS
28
29
pre-build:
30
	${REINPLACE_CMD} -e 's|^INSTALL_ARGS|#INSTALL_ARGS|' ${WRKSRC}/${MAKEFILE}
31
32
post-install:
33
	${FIND} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/${PORTNAME} -name "*.cmxs" | \
34
		${XARGS} ${STRIP_CMD}
35
36
.include <bsd.port.mk>
(-)b/devel/ocaml-ppx_compare/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1646849202
2
SHA256 (janestreet-ppx_compare-v0.14.0_GH0.tar.gz) = 9ecd7d68da862913b4ebc70d2e9f5d31baf45063b61a6e86a6f4a71182c5d525
3
SIZE (janestreet-ppx_compare-v0.14.0_GH0.tar.gz) = 13614
(-)b/devel/ocaml-ppx_compare/pkg-descr (+10 lines)
Added Link Here
1
Generation of fast comparison and equality functions from type expressions and
2
definitions.
3
4
Ppx_compare is a ppx rewriter that derives comparison and equality functions
5
from type representations. The scaffolded functions are usually much faster than
6
ocaml's Pervasives.compare and Pervasives.(=). Scaffolding functions also gives
7
you more flexibility by allowing you to override them for a specific type and
8
more safety by making sure that you only compare comparable values.
9
10
WWW: https://github.com/janestreet/ppx_compare
(-)b/devel/ocaml-ppx_compare/pkg-plist (-2 / +42 lines)
Added Link Here
0
- 
1
%%OCAML_SITELIBDIR%%/ppx_compare/META
1
--
2
%%OCAML_SITELIBDIR%%/ppx_compare/dune-package
3
%%OCAML_SITELIBDIR%%/ppx_compare/expander/ppx_compare_expander.a
4
%%OCAML_SITELIBDIR%%/ppx_compare/expander/ppx_compare_expander.cma
5
%%OCAML_SITELIBDIR%%/ppx_compare/expander/ppx_compare_expander.cmi
6
%%OCAML_SITELIBDIR%%/ppx_compare/expander/ppx_compare_expander.cmt
7
%%OCAML_SITELIBDIR%%/ppx_compare/expander/ppx_compare_expander.cmti
8
%%OCAML_SITELIBDIR%%/ppx_compare/expander/ppx_compare_expander.cmx
9
%%OCAML_SITELIBDIR%%/ppx_compare/expander/ppx_compare_expander.cmxa
10
%%OCAML_SITELIBDIR%%/ppx_compare/expander/ppx_compare_expander.cmxs
11
%%OCAML_SITELIBDIR%%/ppx_compare/expander/ppx_compare_expander.ml
12
%%OCAML_SITELIBDIR%%/ppx_compare/expander/ppx_compare_expander.mli
13
%%OCAML_SITELIBDIR%%/ppx_compare/expander/ppx_compare_expander__.cmi
14
%%OCAML_SITELIBDIR%%/ppx_compare/expander/ppx_compare_expander__.cmt
15
%%OCAML_SITELIBDIR%%/ppx_compare/expander/ppx_compare_expander__.cmx
16
%%OCAML_SITELIBDIR%%/ppx_compare/expander/ppx_compare_expander__.ml
17
%%OCAML_SITELIBDIR%%/ppx_compare/expander/ppx_compare_expander__Ppx_compare_expander_intf.cmi
18
%%OCAML_SITELIBDIR%%/ppx_compare/expander/ppx_compare_expander__Ppx_compare_expander_intf.cmt
19
%%OCAML_SITELIBDIR%%/ppx_compare/expander/ppx_compare_expander__Ppx_compare_expander_intf.cmx
20
%%OCAML_SITELIBDIR%%/ppx_compare/expander/ppx_compare_expander_intf.ml
21
%%OCAML_SITELIBDIR%%/ppx_compare/opam
22
%%OCAML_SITELIBDIR%%/ppx_compare/ppx_compare.a
23
%%OCAML_SITELIBDIR%%/ppx_compare/ppx_compare.cma
24
%%OCAML_SITELIBDIR%%/ppx_compare/ppx_compare.cmi
25
%%OCAML_SITELIBDIR%%/ppx_compare/ppx_compare.cmt
26
%%OCAML_SITELIBDIR%%/ppx_compare/ppx_compare.cmti
27
%%OCAML_SITELIBDIR%%/ppx_compare/ppx_compare.cmx
28
%%OCAML_SITELIBDIR%%/ppx_compare/ppx_compare.cmxa
29
%%OCAML_SITELIBDIR%%/ppx_compare/ppx_compare.cmxs
30
%%OCAML_SITELIBDIR%%/ppx_compare/ppx_compare.ml
31
%%OCAML_SITELIBDIR%%/ppx_compare/ppx_compare.mli
32
%%OCAML_SITELIBDIR%%/ppx_compare/runtime-lib/ppx_compare_lib.a
33
%%OCAML_SITELIBDIR%%/ppx_compare/runtime-lib/ppx_compare_lib.cma
34
%%OCAML_SITELIBDIR%%/ppx_compare/runtime-lib/ppx_compare_lib.cmi
35
%%OCAML_SITELIBDIR%%/ppx_compare/runtime-lib/ppx_compare_lib.cmt
36
%%OCAML_SITELIBDIR%%/ppx_compare/runtime-lib/ppx_compare_lib.cmx
37
%%OCAML_SITELIBDIR%%/ppx_compare/runtime-lib/ppx_compare_lib.cmxa
38
%%OCAML_SITELIBDIR%%/ppx_compare/runtime-lib/ppx_compare_lib.cmxs
39
%%OCAML_SITELIBDIR%%/ppx_compare/runtime-lib/ppx_compare_lib.ml
40
%%PORTDOCS%%%%DOCSDIR%%/CHANGES.md
41
%%PORTDOCS%%%%DOCSDIR%%/LICENSE.md
42
%%PORTDOCS%%%%DOCSDIR%%/README.md
2
devel/ocaml-ppx_here/Makefile  | 37 ++++++++++++++++++++++++++++++++++
43
devel/ocaml-ppx_here/Makefile  | 37 ++++++++++++++++++++++++++++++++++
3
devel/ocaml-ppx_here/distinfo  |  3 +++
44
devel/ocaml-ppx_here/distinfo  |  3 +++
4
devel/ocaml-ppx_here/pkg-descr |  4 ++++
45
devel/ocaml-ppx_here/pkg-descr |  4 ++++
5
devel/ocaml-ppx_here/pkg-plist | 37 ++++++++++++++++++++++++++++++++++
46
devel/ocaml-ppx_here/pkg-plist | 37 ++++++++++++++++++++++++++++++++++
6
4 files changed, 81 insertions(+)
47
4 files changed, 81 insertions(+)
7
create mode 100644 devel/ocaml-ppx_here/Makefile
48
create mode 100644 devel/ocaml-ppx_here/Makefile
8
create mode 100644 devel/ocaml-ppx_here/distinfo
49
create mode 100644 devel/ocaml-ppx_here/distinfo
9
create mode 100644 devel/ocaml-ppx_here/pkg-descr
50
create mode 100644 devel/ocaml-ppx_here/pkg-descr
10
create mode 100644 devel/ocaml-ppx_here/pkg-plist
51
create mode 100644 devel/ocaml-ppx_here/pkg-plist
(-)b/devel/ocaml-ppx_here/Makefile (+37 lines)
Added Link Here
1
# Created by: Thierry Thomas <thierry@pompo.net>
2
3
PORTNAME=	ppx_here
4
DISTVERSIONPREFIX=	v
5
DISTVERSION=	0.14.0
6
CATEGORIES=	devel
7
PKGNAMEPREFIX=	ocaml-
8
9
MAINTAINER=	thierry@FreeBSD.org
10
COMMENT=	Expands [%here] into its location
11
12
LICENSE=	MIT
13
14
BUILD_DEPENDS=	dune:devel/ocaml-dune	\
15
		ocaml-base>0:devel/ocaml-base	\
16
		ocaml-ppxlib>0:devel/ocaml-ppxlib
17
18
USE_GITHUB=	yes
19
GH_ACCOUNT=	janestreet
20
21
USE_OCAML=	yes
22
23
MAKE_ENV=	INSTALL_ARGS="--destdir=${STAGEDIR} --libdir=${OCAML_SITELIBDIR}"
24
DOCSDIR=	${OCAML_DOCSDIR}/${PORTNAME}
25
ALL_TARGET=	default
26
27
OPTIONS_DEFINE=	DOCS
28
29
pre-build:
30
	${REINPLACE_CMD} -e 's|^INSTALL_ARGS|#INSTALL_ARGS|' ${WRKSRC}/${MAKEFILE}
31
32
post-install:
33
	${FIND} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/${PORTNAME} -name "*.cmxs" | \
34
		${XARGS} ${STRIP_CMD}
35
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/${PORTNAME}/ppx.exe
36
37
.include <bsd.port.mk>
(-)b/devel/ocaml-ppx_here/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1646852371
2
SHA256 (janestreet-ppx_here-v0.14.0_GH0.tar.gz) = 9acc67b2a040181373f1db2da8913d873f01458a01e2d3e72d0c092e7abc6f90
3
SIZE (janestreet-ppx_here-v0.14.0_GH0.tar.gz) = 5005
(-)b/devel/ocaml-ppx_here/pkg-descr (+4 lines)
Added Link Here
1
A ppx rewriter that defines an extension node whose value is its source
2
position.
3
4
WWW: https://github.com/janestreet/ppx_here
(-)b/devel/ocaml-ppx_here/pkg-plist (-2 / +37 lines)
Added Link Here
0
- 
1
%%OCAML_SITELIBDIR%%/ppx_here/META
2
%%OCAML_SITELIBDIR%%/ppx_here/dune-package
3
%%OCAML_SITELIBDIR%%/ppx_here/expander/ppx_here_expander.a
4
%%OCAML_SITELIBDIR%%/ppx_here/expander/ppx_here_expander.cma
5
%%OCAML_SITELIBDIR%%/ppx_here/expander/ppx_here_expander.cmi
6
%%OCAML_SITELIBDIR%%/ppx_here/expander/ppx_here_expander.cmt
7
%%OCAML_SITELIBDIR%%/ppx_here/expander/ppx_here_expander.cmti
8
%%OCAML_SITELIBDIR%%/ppx_here/expander/ppx_here_expander.cmx
9
%%OCAML_SITELIBDIR%%/ppx_here/expander/ppx_here_expander.cmxa
10
%%OCAML_SITELIBDIR%%/ppx_here/expander/ppx_here_expander.cmxs
11
%%OCAML_SITELIBDIR%%/ppx_here/expander/ppx_here_expander.ml
12
%%OCAML_SITELIBDIR%%/ppx_here/expander/ppx_here_expander.mli
13
%%OCAML_SITELIBDIR%%/ppx_here/opam
14
%%OCAML_SITELIBDIR%%/ppx_here/ppx.exe
15
%%OCAML_SITELIBDIR%%/ppx_here/ppx_here.a
16
%%OCAML_SITELIBDIR%%/ppx_here/ppx_here.cma
17
%%OCAML_SITELIBDIR%%/ppx_here/ppx_here.cmi
18
%%OCAML_SITELIBDIR%%/ppx_here/ppx_here.cmt
19
%%OCAML_SITELIBDIR%%/ppx_here/ppx_here.cmti
20
%%OCAML_SITELIBDIR%%/ppx_here/ppx_here.cmx
21
%%OCAML_SITELIBDIR%%/ppx_here/ppx_here.cmxa
22
%%OCAML_SITELIBDIR%%/ppx_here/ppx_here.cmxs
23
%%OCAML_SITELIBDIR%%/ppx_here/ppx_here.ml
24
%%OCAML_SITELIBDIR%%/ppx_here/ppx_here.mli
25
%%OCAML_SITELIBDIR%%/ppx_here/runtime-lib/ppx_here_lib.a
26
%%OCAML_SITELIBDIR%%/ppx_here/runtime-lib/ppx_here_lib.cma
27
%%OCAML_SITELIBDIR%%/ppx_here/runtime-lib/ppx_here_lib.cmi
28
%%OCAML_SITELIBDIR%%/ppx_here/runtime-lib/ppx_here_lib.cmt
29
%%OCAML_SITELIBDIR%%/ppx_here/runtime-lib/ppx_here_lib.cmti
30
%%OCAML_SITELIBDIR%%/ppx_here/runtime-lib/ppx_here_lib.cmx
31
%%OCAML_SITELIBDIR%%/ppx_here/runtime-lib/ppx_here_lib.cmxa
32
%%OCAML_SITELIBDIR%%/ppx_here/runtime-lib/ppx_here_lib.cmxs
33
%%OCAML_SITELIBDIR%%/ppx_here/runtime-lib/ppx_here_lib.ml
34
%%OCAML_SITELIBDIR%%/ppx_here/runtime-lib/ppx_here_lib.mli
35
%%PORTDOCS%%%%DOCSDIR%%/CHANGES.md
36
%%PORTDOCS%%%%DOCSDIR%%/LICENSE.md
37
%%PORTDOCS%%%%DOCSDIR%%/README.md
1
S-expression conversion functions
38
S-expression conversion functions
2
--
3
devel/ocaml-ppx_sexp_conv/Makefile  | 37 ++++++++++++++++++++
39
devel/ocaml-ppx_sexp_conv/Makefile  | 37 ++++++++++++++++++++
4
devel/ocaml-ppx_sexp_conv/distinfo  |  3 ++
40
devel/ocaml-ppx_sexp_conv/distinfo  |  3 ++
5
devel/ocaml-ppx_sexp_conv/pkg-descr |  4 +++
41
devel/ocaml-ppx_sexp_conv/pkg-descr |  4 +++
6
devel/ocaml-ppx_sexp_conv/pkg-plist | 54 +++++++++++++++++++++++++++++
42
devel/ocaml-ppx_sexp_conv/pkg-plist | 54 +++++++++++++++++++++++++++++
7
4 files changed, 98 insertions(+)
43
4 files changed, 98 insertions(+)
8
create mode 100644 devel/ocaml-ppx_sexp_conv/Makefile
44
create mode 100644 devel/ocaml-ppx_sexp_conv/Makefile
9
create mode 100644 devel/ocaml-ppx_sexp_conv/distinfo
45
create mode 100644 devel/ocaml-ppx_sexp_conv/distinfo
10
create mode 100644 devel/ocaml-ppx_sexp_conv/pkg-descr
46
create mode 100644 devel/ocaml-ppx_sexp_conv/pkg-descr
11
create mode 100644 devel/ocaml-ppx_sexp_conv/pkg-plist
47
create mode 100644 devel/ocaml-ppx_sexp_conv/pkg-plist
(-)b/devel/ocaml-ppx_sexp_conv/Makefile (+37 lines)
Added Link Here
1
# Created by: Thierry Thomas <thierry@pompo.net>
2
3
PORTNAME=	ppx_sexp_conv
4
DISTVERSIONPREFIX=	v
5
DISTVERSION=	0.14.3
6
CATEGORIES=	devel
7
PKGNAMEPREFIX=	ocaml-
8
9
MAINTAINER=	thierry@FreeBSD.org
10
COMMENT=	Generation of S-expression conversion functions from type definitions
11
12
LICENSE=	MIT
13
14
BUILD_DEPENDS=	dune:devel/ocaml-dune	\
15
		ocaml-base>0:devel/ocaml-base	\
16
		ocaml-ppxlib>0:devel/ocaml-ppxlib	\
17
		ocaml-sexplib0>0:devel/ocaml-sexplib0
18
19
USE_GITHUB=	yes
20
GH_ACCOUNT=	janestreet
21
22
USE_OCAML=	yes
23
24
MAKE_ENV=	INSTALL_ARGS="--destdir=${STAGEDIR} --libdir=${OCAML_SITELIBDIR}"
25
DOCSDIR=	${OCAML_DOCSDIR}/${PORTNAME}
26
ALL_TARGET=	default
27
28
OPTIONS_DEFINE=	DOCS
29
30
pre-build:
31
	${REINPLACE_CMD} -e 's|^INSTALL_ARGS|#INSTALL_ARGS|' ${WRKSRC}/${MAKEFILE}
32
33
post-install:
34
	${FIND} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/${PORTNAME} -name "*.cmxs" | \
35
		${XARGS} ${STRIP_CMD}
36
37
.include <bsd.port.mk>
(-)b/devel/ocaml-ppx_sexp_conv/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1646859707
2
SHA256 (janestreet-ppx_sexp_conv-v0.14.3_GH0.tar.gz) = 2fc1f46e14016c93b0ba89a2af263e36a51957a53608751361f07ad3349c7639
3
SIZE (janestreet-ppx_sexp_conv-v0.14.3_GH0.tar.gz) = 49886
(-)b/devel/ocaml-ppx_sexp_conv/pkg-descr (+4 lines)
Added Link Here
1
ppx_sexp_conv is a PPX syntax extension that generates code for converting OCaml
2
types to and from s-expressions, as defined in the =sexplib= library.
3
4
WWW: https://github.com/janestreet/ppx_sexp_conv
(-)b/devel/ocaml-ppx_sexp_conv/pkg-plist (-2 / +54 lines)
Added Link Here
0
- 
1
%%OCAML_SITELIBDIR%%/ppx_sexp_conv/META
1
--
2
%%OCAML_SITELIBDIR%%/ppx_sexp_conv/dune-package
3
%%OCAML_SITELIBDIR%%/ppx_sexp_conv/expander/attrs.ml
4
%%OCAML_SITELIBDIR%%/ppx_sexp_conv/expander/attrs.mli
5
%%OCAML_SITELIBDIR%%/ppx_sexp_conv/expander/ppx_sexp_conv_expander.a
6
%%OCAML_SITELIBDIR%%/ppx_sexp_conv/expander/ppx_sexp_conv_expander.cma
7
%%OCAML_SITELIBDIR%%/ppx_sexp_conv/expander/ppx_sexp_conv_expander.cmi
8
%%OCAML_SITELIBDIR%%/ppx_sexp_conv/expander/ppx_sexp_conv_expander.cmt
9
%%OCAML_SITELIBDIR%%/ppx_sexp_conv/expander/ppx_sexp_conv_expander.cmti
10
%%OCAML_SITELIBDIR%%/ppx_sexp_conv/expander/ppx_sexp_conv_expander.cmx
11
%%OCAML_SITELIBDIR%%/ppx_sexp_conv/expander/ppx_sexp_conv_expander.cmxa
12
%%OCAML_SITELIBDIR%%/ppx_sexp_conv/expander/ppx_sexp_conv_expander.cmxs
13
%%OCAML_SITELIBDIR%%/ppx_sexp_conv/expander/ppx_sexp_conv_expander.ml
14
%%OCAML_SITELIBDIR%%/ppx_sexp_conv/expander/ppx_sexp_conv_expander.mli
15
%%OCAML_SITELIBDIR%%/ppx_sexp_conv/expander/ppx_sexp_conv_expander__.cmi
16
%%OCAML_SITELIBDIR%%/ppx_sexp_conv/expander/ppx_sexp_conv_expander__.cmt
17
%%OCAML_SITELIBDIR%%/ppx_sexp_conv/expander/ppx_sexp_conv_expander__.cmx
18
%%OCAML_SITELIBDIR%%/ppx_sexp_conv/expander/ppx_sexp_conv_expander__.ml
19
%%OCAML_SITELIBDIR%%/ppx_sexp_conv/expander/ppx_sexp_conv_expander__Attrs.cmi
20
%%OCAML_SITELIBDIR%%/ppx_sexp_conv/expander/ppx_sexp_conv_expander__Attrs.cmt
21
%%OCAML_SITELIBDIR%%/ppx_sexp_conv/expander/ppx_sexp_conv_expander__Attrs.cmti
22
%%OCAML_SITELIBDIR%%/ppx_sexp_conv/expander/ppx_sexp_conv_expander__Attrs.cmx
23
%%OCAML_SITELIBDIR%%/ppx_sexp_conv/expander/ppx_sexp_conv_expander__Sexp_grammar_lifter.cmi
24
%%OCAML_SITELIBDIR%%/ppx_sexp_conv/expander/ppx_sexp_conv_expander__Sexp_grammar_lifter.cmt
25
%%OCAML_SITELIBDIR%%/ppx_sexp_conv/expander/ppx_sexp_conv_expander__Sexp_grammar_lifter.cmx
26
%%OCAML_SITELIBDIR%%/ppx_sexp_conv/expander/ppx_sexp_conv_expander__Str_generate_sexp_grammar.cmi
27
%%OCAML_SITELIBDIR%%/ppx_sexp_conv/expander/ppx_sexp_conv_expander__Str_generate_sexp_grammar.cmt
28
%%OCAML_SITELIBDIR%%/ppx_sexp_conv/expander/ppx_sexp_conv_expander__Str_generate_sexp_grammar.cmti
29
%%OCAML_SITELIBDIR%%/ppx_sexp_conv/expander/ppx_sexp_conv_expander__Str_generate_sexp_grammar.cmx
30
%%OCAML_SITELIBDIR%%/ppx_sexp_conv/expander/sexp_grammar_lifter.ml
31
%%OCAML_SITELIBDIR%%/ppx_sexp_conv/expander/str_generate_sexp_grammar.ml
32
%%OCAML_SITELIBDIR%%/ppx_sexp_conv/expander/str_generate_sexp_grammar.mli
33
%%OCAML_SITELIBDIR%%/ppx_sexp_conv/opam
34
%%OCAML_SITELIBDIR%%/ppx_sexp_conv/ppx_sexp_conv.a
35
%%OCAML_SITELIBDIR%%/ppx_sexp_conv/ppx_sexp_conv.cma
36
%%OCAML_SITELIBDIR%%/ppx_sexp_conv/ppx_sexp_conv.cmi
37
%%OCAML_SITELIBDIR%%/ppx_sexp_conv/ppx_sexp_conv.cmt
38
%%OCAML_SITELIBDIR%%/ppx_sexp_conv/ppx_sexp_conv.cmti
39
%%OCAML_SITELIBDIR%%/ppx_sexp_conv/ppx_sexp_conv.cmx
40
%%OCAML_SITELIBDIR%%/ppx_sexp_conv/ppx_sexp_conv.cmxa
41
%%OCAML_SITELIBDIR%%/ppx_sexp_conv/ppx_sexp_conv.cmxs
42
%%OCAML_SITELIBDIR%%/ppx_sexp_conv/ppx_sexp_conv.ml
43
%%OCAML_SITELIBDIR%%/ppx_sexp_conv/ppx_sexp_conv.mli
44
%%OCAML_SITELIBDIR%%/ppx_sexp_conv/runtime-lib/ppx_sexp_conv_lib.a
45
%%OCAML_SITELIBDIR%%/ppx_sexp_conv/runtime-lib/ppx_sexp_conv_lib.cma
46
%%OCAML_SITELIBDIR%%/ppx_sexp_conv/runtime-lib/ppx_sexp_conv_lib.cmi
47
%%OCAML_SITELIBDIR%%/ppx_sexp_conv/runtime-lib/ppx_sexp_conv_lib.cmt
48
%%OCAML_SITELIBDIR%%/ppx_sexp_conv/runtime-lib/ppx_sexp_conv_lib.cmx
49
%%OCAML_SITELIBDIR%%/ppx_sexp_conv/runtime-lib/ppx_sexp_conv_lib.cmxa
50
%%OCAML_SITELIBDIR%%/ppx_sexp_conv/runtime-lib/ppx_sexp_conv_lib.cmxs
51
%%OCAML_SITELIBDIR%%/ppx_sexp_conv/runtime-lib/ppx_sexp_conv_lib.ml
52
%%PORTDOCS%%%%DOCSDIR%%/CHANGES.md
53
%%PORTDOCS%%%%DOCSDIR%%/LICENSE.md
54
%%PORTDOCS%%%%DOCSDIR%%/README.org
2
devel/ocaml-num/Makefile  | 40 +++++++++++++++++++++++
55
devel/ocaml-num/Makefile  | 40 +++++++++++++++++++++++
3
devel/ocaml-num/distinfo  |  3 ++
56
devel/ocaml-num/distinfo  |  3 ++
4
devel/ocaml-num/pkg-descr | 11 +++++++
57
devel/ocaml-num/pkg-descr | 11 +++++++
5
devel/ocaml-num/pkg-plist | 68 +++++++++++++++++++++++++++++++++++++++
58
devel/ocaml-num/pkg-plist | 68 +++++++++++++++++++++++++++++++++++++++
6
4 files changed, 122 insertions(+)
59
4 files changed, 122 insertions(+)
7
create mode 100644 devel/ocaml-num/Makefile
60
create mode 100644 devel/ocaml-num/Makefile
8
create mode 100644 devel/ocaml-num/distinfo
61
create mode 100644 devel/ocaml-num/distinfo
9
create mode 100644 devel/ocaml-num/pkg-descr
62
create mode 100644 devel/ocaml-num/pkg-descr
10
create mode 100644 devel/ocaml-num/pkg-plist
63
create mode 100644 devel/ocaml-num/pkg-plist
(-)b/devel/ocaml-num/Makefile (+40 lines)
Added Link Here
1
# Created by: Thierry Thomas <thierry@pompo.net>
2
3
PORTNAME=	num
4
DISTVERSIONPREFIX=	v
5
DISTVERSION=	1.4
6
CATEGORIES=	devel math
7
PKGNAMEPREFIX=	ocaml-
8
9
MAINTAINER=	thierry@FreeBSD.org
10
COMMENT=	Library for arithmetic on big integers and rationals
11
12
LICENSE=	LGPL21
13
14
BUILD_DEPENDS=	dune:devel/ocaml-dune	\
15
		ocaml-compiler-libs>0:devel/ocaml-compiler-libs
16
17
USE_GITHUB=	yes
18
GH_ACCOUNT=	ocaml
19
20
USE_OCAML=	yes
21
USE_OCAML_LDCONFIG=	yes
22
OCAML_LDLIBS=	${OCAML_SITELIBDIR}/stublibs
23
24
INSTALL_ARGS=	--destdir=${STAGEDIR} --libdir=${OCAML_SITELIBDIR}
25
DOCSDIR=	${OCAML_DOCSDIR}/${PORTNAME}
26
27
OPTIONS_DEFINE=	DOCS
28
29
do-build:
30
	(cd ${WRKSRC} && ${LOCALBASE}/bin/dune build)
31
32
do-install:
33
	(cd ${WRKSRC} && ${LOCALBASE}/bin/dune install ${INSTALL_ARGS})
34
35
post-install:
36
.for bin in num/core/num_core.cmxs num/num.cmxs stublibs/dllnum_core_stubs.so
37
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/${bin}
38
.endfor
39
40
.include <bsd.port.mk>
(-)b/devel/ocaml-num/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1646936938
2
SHA256 (ocaml-num-v1.4_GH0.tar.gz) = 015088b68e717b04c07997920e33c53219711dfaf36d1196d02313f48ea00f24
3
SIZE (ocaml-num-v1.4_GH0.tar.gz) = 66327
(-)b/devel/ocaml-num/pkg-descr (+11 lines)
Added Link Here
1
This library implements arbitrary-precision arithmetic on big integers and on
2
rationals.
3
4
This is a legacy library. It used to be part of the core OCaml distribution (in
5
otherlibs/num) but is now distributed separately. New applications that need
6
arbitrary-precision arithmetic should use the Zarith library
7
(https://github.com/ocaml/Zarith) instead of the Num library, and older
8
applications that already use Num are encouraged to switch to Zarith. Zarith
9
delivers much better performance than Num and has a nicer API.
10
11
WWW: https://github.com/ocaml/num
(-)b/devel/ocaml-num/pkg-plist (-2 / +68 lines)
Added Link Here
0
- 
1
%%OCAML_SITELIBDIR%%/num/META
2
%%OCAML_SITELIBDIR%%/num/core/arith_flags.cmi
3
%%OCAML_SITELIBDIR%%/num/core/arith_flags.cmt
4
%%OCAML_SITELIBDIR%%/num/core/arith_flags.cmti
5
%%OCAML_SITELIBDIR%%/num/core/arith_flags.cmx
6
%%OCAML_SITELIBDIR%%/num/core/arith_flags.ml
7
%%OCAML_SITELIBDIR%%/num/core/arith_flags.mli
8
%%OCAML_SITELIBDIR%%/num/core/arith_status.cmi
9
%%OCAML_SITELIBDIR%%/num/core/arith_status.cmt
10
%%OCAML_SITELIBDIR%%/num/core/arith_status.cmti
11
%%OCAML_SITELIBDIR%%/num/core/arith_status.cmx
12
%%OCAML_SITELIBDIR%%/num/core/arith_status.ml
13
%%OCAML_SITELIBDIR%%/num/core/arith_status.mli
14
%%OCAML_SITELIBDIR%%/num/core/big_int.cmi
15
%%OCAML_SITELIBDIR%%/num/core/big_int.cmt
16
%%OCAML_SITELIBDIR%%/num/core/big_int.cmti
17
%%OCAML_SITELIBDIR%%/num/core/big_int.cmx
18
%%OCAML_SITELIBDIR%%/num/core/big_int.ml
19
%%OCAML_SITELIBDIR%%/num/core/big_int.mli
20
%%OCAML_SITELIBDIR%%/num/core/int_misc.cmi
21
%%OCAML_SITELIBDIR%%/num/core/int_misc.cmt
22
%%OCAML_SITELIBDIR%%/num/core/int_misc.cmti
23
%%OCAML_SITELIBDIR%%/num/core/int_misc.cmx
24
%%OCAML_SITELIBDIR%%/num/core/int_misc.ml
25
%%OCAML_SITELIBDIR%%/num/core/int_misc.mli
26
%%OCAML_SITELIBDIR%%/num/core/libnum_core_stubs.a
27
%%OCAML_SITELIBDIR%%/num/core/nat.cmi
28
%%OCAML_SITELIBDIR%%/num/core/nat.cmt
29
%%OCAML_SITELIBDIR%%/num/core/nat.cmti
30
%%OCAML_SITELIBDIR%%/num/core/nat.cmx
31
%%OCAML_SITELIBDIR%%/num/core/nat.ml
32
%%OCAML_SITELIBDIR%%/num/core/nat.mli
33
%%OCAML_SITELIBDIR%%/num/core/num.cmi
34
%%OCAML_SITELIBDIR%%/num/core/num.cmt
35
%%OCAML_SITELIBDIR%%/num/core/num.cmti
36
%%OCAML_SITELIBDIR%%/num/core/num.cmx
37
%%OCAML_SITELIBDIR%%/num/core/num.ml
38
%%OCAML_SITELIBDIR%%/num/core/num.mli
39
%%OCAML_SITELIBDIR%%/num/core/num_core.a
40
%%OCAML_SITELIBDIR%%/num/core/num_core.cma
41
%%OCAML_SITELIBDIR%%/num/core/num_core.cmxa
42
%%OCAML_SITELIBDIR%%/num/core/num_core.cmxs
43
%%OCAML_SITELIBDIR%%/num/core/ratio.cmi
44
%%OCAML_SITELIBDIR%%/num/core/ratio.cmt
45
%%OCAML_SITELIBDIR%%/num/core/ratio.cmti
46
%%OCAML_SITELIBDIR%%/num/core/ratio.cmx
47
%%OCAML_SITELIBDIR%%/num/core/ratio.ml
48
%%OCAML_SITELIBDIR%%/num/core/ratio.mli
49
%%OCAML_SITELIBDIR%%/num/dune-package
50
%%OCAML_SITELIBDIR%%/num/num.cma
51
%%OCAML_SITELIBDIR%%/num/num.cmxa
52
%%OCAML_SITELIBDIR%%/num/num.cmxs
53
%%OCAML_SITELIBDIR%%/num/opam
54
%%OCAML_SITELIBDIR%%/num/top/num_top.cma
55
%%OCAML_SITELIBDIR%%/num/top/num_top.cmi
56
%%OCAML_SITELIBDIR%%/num/top/num_top.cmt
57
%%OCAML_SITELIBDIR%%/num/top/num_top.cmti
58
%%OCAML_SITELIBDIR%%/num/top/num_top.ml
59
%%OCAML_SITELIBDIR%%/num/top/num_top.mli
60
%%OCAML_SITELIBDIR%%/num/top/num_top_printers.cmi
61
%%OCAML_SITELIBDIR%%/num/top/num_top_printers.cmt
62
%%OCAML_SITELIBDIR%%/num/top/num_top_printers.cmti
63
%%OCAML_SITELIBDIR%%/num/top/num_top_printers.ml
64
%%OCAML_SITELIBDIR%%/num/top/num_top_printers.mli
65
%%OCAML_SITELIBDIR%%/num_top/META
66
%%OCAML_SITELIBDIR%%/stublibs/dllnum_core_stubs.so
67
%%PORTDOCS%%%%DOCSDIR%%/LICENSE
68
%%PORTDOCS%%%%DOCSDIR%%/README.md
1
library
69
library
2
--
3
devel/ocaml-parsexp/Makefile  |  36 +++++++++
70
devel/ocaml-parsexp/Makefile  |  36 +++++++++
4
devel/ocaml-parsexp/distinfo  |   3 +
71
devel/ocaml-parsexp/distinfo  |   3 +
5
devel/ocaml-parsexp/pkg-descr |   8 ++
72
devel/ocaml-parsexp/pkg-descr |   8 ++
6
devel/ocaml-parsexp/pkg-plist | 134 ++++++++++++++++++++++++++++++++++
73
devel/ocaml-parsexp/pkg-plist | 134 ++++++++++++++++++++++++++++++++++
7
4 files changed, 181 insertions(+)
74
4 files changed, 181 insertions(+)
8
create mode 100644 devel/ocaml-parsexp/Makefile
75
create mode 100644 devel/ocaml-parsexp/Makefile
9
create mode 100644 devel/ocaml-parsexp/distinfo
76
create mode 100644 devel/ocaml-parsexp/distinfo
10
create mode 100644 devel/ocaml-parsexp/pkg-descr
77
create mode 100644 devel/ocaml-parsexp/pkg-descr
11
create mode 100644 devel/ocaml-parsexp/pkg-plist
78
create mode 100644 devel/ocaml-parsexp/pkg-plist
(-)b/devel/ocaml-parsexp/Makefile (+36 lines)
Added Link Here
1
# Created by: Thierry Thomas <thierry@pompo.net>
2
3
PORTNAME=	parsexp
4
DISTVERSIONPREFIX=	v
5
DISTVERSION=	0.14.2
6
CATEGORIES=	devel
7
PKGNAMEPREFIX=	ocaml-
8
9
MAINTAINER=	thierry@FreeBSD.org
10
COMMENT=	S-expression parsing library
11
12
LICENSE=	MIT
13
14
BUILD_DEPENDS=	dune:devel/ocaml-dune	\
15
		ocaml-base>0:devel/ocaml-base	\
16
		ocaml-sexplib0>0:devel/ocaml-sexplib0
17
RUN_DEPENDS=	ocaml-base>0:devel/ocaml-base
18
19
USE_GITHUB=	yes
20
GH_ACCOUNT=	janestreet
21
22
USE_OCAML=	yes
23
24
MAKE_ENV=	INSTALL_ARGS="--destdir=${STAGEDIR} --libdir=${OCAML_SITELIBDIR}"
25
DOCSDIR=	${OCAML_DOCSDIR}/${PORTNAME}
26
ALL_TARGET=	default
27
28
OPTIONS_DEFINE=	DOCS
29
30
pre-build:
31
	${REINPLACE_CMD} -e 's|^INSTALL_ARGS|#INSTALL_ARGS|' ${WRKSRC}/${MAKEFILE}
32
33
post-install:
34
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/${PORTNAME}/${PORTNAME}.cmxs
35
36
.include <bsd.port.mk>
(-)b/devel/ocaml-parsexp/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1646948525
2
SHA256 (janestreet-parsexp-v0.14.2_GH0.tar.gz) = f6e17e4e08dcdce08a6372485a381dcdb3fda0f71b4506d7be982b87b5a1f230
3
SIZE (janestreet-parsexp-v0.14.2_GH0.tar.gz) = 48609
(-)b/devel/ocaml-parsexp/pkg-descr (+8 lines)
Added Link Here
1
Parsexp contains functionality for parsing s-expressions, which are defined in
2
the Base library as follows:
3
4
module Sexp : sig
5
  type t = Atom of string | List of t list
6
end
7
8
WWW: https://github.com/janestreet/parsexp
(-)b/devel/ocaml-parsexp/pkg-plist (-2 / +134 lines)
Added Link Here
0
- 
1
%%OCAML_SITELIBDIR%%/parsexp/META
2
%%OCAML_SITELIBDIR%%/parsexp/automaton_helpers.ml
3
%%OCAML_SITELIBDIR%%/parsexp/automaton_helpers.mli
4
%%OCAML_SITELIBDIR%%/parsexp/automaton_helpers_intf.ml
5
%%OCAML_SITELIBDIR%%/parsexp/automaton_stack.ml
6
%%OCAML_SITELIBDIR%%/parsexp/automaton_stack.mli
7
%%OCAML_SITELIBDIR%%/parsexp/automaton_stack_intf.ml
8
%%OCAML_SITELIBDIR%%/parsexp/bytes0.ml
9
%%OCAML_SITELIBDIR%%/parsexp/conv.ml
10
%%OCAML_SITELIBDIR%%/parsexp/conv.mli
11
%%OCAML_SITELIBDIR%%/parsexp/conv_error.ml
12
%%OCAML_SITELIBDIR%%/parsexp/conv_error.mli
13
%%OCAML_SITELIBDIR%%/parsexp/conv_intf.ml
14
%%OCAML_SITELIBDIR%%/parsexp/cst.ml
15
%%OCAML_SITELIBDIR%%/parsexp/cst.mli
16
%%OCAML_SITELIBDIR%%/parsexp/dune-package
17
%%OCAML_SITELIBDIR%%/parsexp/import.ml
18
%%OCAML_SITELIBDIR%%/parsexp/kind.ml
19
%%OCAML_SITELIBDIR%%/parsexp/kind.mli
20
%%OCAML_SITELIBDIR%%/parsexp/kind_intf.ml
21
%%OCAML_SITELIBDIR%%/parsexp/of_sexp_error.ml
22
%%OCAML_SITELIBDIR%%/parsexp/of_sexp_error.mli
23
%%OCAML_SITELIBDIR%%/parsexp/old_parser_cont_state.ml
24
%%OCAML_SITELIBDIR%%/parsexp/old_parser_cont_state.mli
25
%%OCAML_SITELIBDIR%%/parsexp/opam
26
%%OCAML_SITELIBDIR%%/parsexp/parse_error.ml
27
%%OCAML_SITELIBDIR%%/parsexp/parse_error.mli
28
%%OCAML_SITELIBDIR%%/parsexp/parse_error_intf.ml
29
%%OCAML_SITELIBDIR%%/parsexp/parser.ml
30
%%OCAML_SITELIBDIR%%/parsexp/parser.mli
31
%%OCAML_SITELIBDIR%%/parsexp/parser_automaton.ml
32
%%OCAML_SITELIBDIR%%/parsexp/parser_automaton.mli
33
%%OCAML_SITELIBDIR%%/parsexp/parser_automaton_internal.ml
34
%%OCAML_SITELIBDIR%%/parsexp/parser_automaton_internal.mli
35
%%OCAML_SITELIBDIR%%/parsexp/parser_intf.ml
36
%%OCAML_SITELIBDIR%%/parsexp/parsexp.a
37
%%OCAML_SITELIBDIR%%/parsexp/parsexp.cma
38
%%OCAML_SITELIBDIR%%/parsexp/parsexp.cmi
39
%%OCAML_SITELIBDIR%%/parsexp/parsexp.cmt
40
%%OCAML_SITELIBDIR%%/parsexp/parsexp.cmti
41
%%OCAML_SITELIBDIR%%/parsexp/parsexp.cmx
42
%%OCAML_SITELIBDIR%%/parsexp/parsexp.cmxa
43
%%OCAML_SITELIBDIR%%/parsexp/parsexp.cmxs
44
%%OCAML_SITELIBDIR%%/parsexp/parsexp.ml
45
%%OCAML_SITELIBDIR%%/parsexp/parsexp.mli
46
%%OCAML_SITELIBDIR%%/parsexp/parsexp__.cmi
47
%%OCAML_SITELIBDIR%%/parsexp/parsexp__.cmt
48
%%OCAML_SITELIBDIR%%/parsexp/parsexp__.cmx
49
%%OCAML_SITELIBDIR%%/parsexp/parsexp__.ml
50
%%OCAML_SITELIBDIR%%/parsexp/parsexp__Automaton_helpers.cmi
51
%%OCAML_SITELIBDIR%%/parsexp/parsexp__Automaton_helpers.cmt
52
%%OCAML_SITELIBDIR%%/parsexp/parsexp__Automaton_helpers.cmti
53
%%OCAML_SITELIBDIR%%/parsexp/parsexp__Automaton_helpers.cmx
54
%%OCAML_SITELIBDIR%%/parsexp/parsexp__Automaton_helpers_intf.cmi
55
%%OCAML_SITELIBDIR%%/parsexp/parsexp__Automaton_helpers_intf.cmt
56
%%OCAML_SITELIBDIR%%/parsexp/parsexp__Automaton_helpers_intf.cmx
57
%%OCAML_SITELIBDIR%%/parsexp/parsexp__Automaton_stack.cmi
58
%%OCAML_SITELIBDIR%%/parsexp/parsexp__Automaton_stack.cmt
59
%%OCAML_SITELIBDIR%%/parsexp/parsexp__Automaton_stack.cmti
60
%%OCAML_SITELIBDIR%%/parsexp/parsexp__Automaton_stack.cmx
61
%%OCAML_SITELIBDIR%%/parsexp/parsexp__Automaton_stack_intf.cmi
62
%%OCAML_SITELIBDIR%%/parsexp/parsexp__Automaton_stack_intf.cmt
63
%%OCAML_SITELIBDIR%%/parsexp/parsexp__Automaton_stack_intf.cmx
64
%%OCAML_SITELIBDIR%%/parsexp/parsexp__Bytes0.cmi
65
%%OCAML_SITELIBDIR%%/parsexp/parsexp__Bytes0.cmt
66
%%OCAML_SITELIBDIR%%/parsexp/parsexp__Bytes0.cmx
67
%%OCAML_SITELIBDIR%%/parsexp/parsexp__Conv.cmi
68
%%OCAML_SITELIBDIR%%/parsexp/parsexp__Conv.cmt
69
%%OCAML_SITELIBDIR%%/parsexp/parsexp__Conv.cmti
70
%%OCAML_SITELIBDIR%%/parsexp/parsexp__Conv.cmx
71
%%OCAML_SITELIBDIR%%/parsexp/parsexp__Conv_error.cmi
72
%%OCAML_SITELIBDIR%%/parsexp/parsexp__Conv_error.cmt
73
%%OCAML_SITELIBDIR%%/parsexp/parsexp__Conv_error.cmti
74
%%OCAML_SITELIBDIR%%/parsexp/parsexp__Conv_error.cmx
75
%%OCAML_SITELIBDIR%%/parsexp/parsexp__Conv_intf.cmi
76
%%OCAML_SITELIBDIR%%/parsexp/parsexp__Conv_intf.cmt
77
%%OCAML_SITELIBDIR%%/parsexp/parsexp__Conv_intf.cmx
78
%%OCAML_SITELIBDIR%%/parsexp/parsexp__Cst.cmi
79
%%OCAML_SITELIBDIR%%/parsexp/parsexp__Cst.cmt
80
%%OCAML_SITELIBDIR%%/parsexp/parsexp__Cst.cmti
81
%%OCAML_SITELIBDIR%%/parsexp/parsexp__Cst.cmx
82
%%OCAML_SITELIBDIR%%/parsexp/parsexp__Import.cmi
83
%%OCAML_SITELIBDIR%%/parsexp/parsexp__Import.cmt
84
%%OCAML_SITELIBDIR%%/parsexp/parsexp__Import.cmx
85
%%OCAML_SITELIBDIR%%/parsexp/parsexp__Kind.cmi
86
%%OCAML_SITELIBDIR%%/parsexp/parsexp__Kind.cmt
87
%%OCAML_SITELIBDIR%%/parsexp/parsexp__Kind.cmti
88
%%OCAML_SITELIBDIR%%/parsexp/parsexp__Kind.cmx
89
%%OCAML_SITELIBDIR%%/parsexp/parsexp__Kind_intf.cmi
90
%%OCAML_SITELIBDIR%%/parsexp/parsexp__Kind_intf.cmt
91
%%OCAML_SITELIBDIR%%/parsexp/parsexp__Kind_intf.cmx
92
%%OCAML_SITELIBDIR%%/parsexp/parsexp__Of_sexp_error.cmi
93
%%OCAML_SITELIBDIR%%/parsexp/parsexp__Of_sexp_error.cmt
94
%%OCAML_SITELIBDIR%%/parsexp/parsexp__Of_sexp_error.cmti
95
%%OCAML_SITELIBDIR%%/parsexp/parsexp__Of_sexp_error.cmx
96
%%OCAML_SITELIBDIR%%/parsexp/parsexp__Old_parser_cont_state.cmi
97
%%OCAML_SITELIBDIR%%/parsexp/parsexp__Old_parser_cont_state.cmt
98
%%OCAML_SITELIBDIR%%/parsexp/parsexp__Old_parser_cont_state.cmti
99
%%OCAML_SITELIBDIR%%/parsexp/parsexp__Old_parser_cont_state.cmx
100
%%OCAML_SITELIBDIR%%/parsexp/parsexp__Parse_error.cmi
101
%%OCAML_SITELIBDIR%%/parsexp/parsexp__Parse_error.cmt
102
%%OCAML_SITELIBDIR%%/parsexp/parsexp__Parse_error.cmti
103
%%OCAML_SITELIBDIR%%/parsexp/parsexp__Parse_error.cmx
104
%%OCAML_SITELIBDIR%%/parsexp/parsexp__Parse_error_intf.cmi
105
%%OCAML_SITELIBDIR%%/parsexp/parsexp__Parse_error_intf.cmt
106
%%OCAML_SITELIBDIR%%/parsexp/parsexp__Parse_error_intf.cmx
107
%%OCAML_SITELIBDIR%%/parsexp/parsexp__Parser.cmi
108
%%OCAML_SITELIBDIR%%/parsexp/parsexp__Parser.cmt
109
%%OCAML_SITELIBDIR%%/parsexp/parsexp__Parser.cmti
110
%%OCAML_SITELIBDIR%%/parsexp/parsexp__Parser.cmx
111
%%OCAML_SITELIBDIR%%/parsexp/parsexp__Parser_automaton.cmi
112
%%OCAML_SITELIBDIR%%/parsexp/parsexp__Parser_automaton.cmt
113
%%OCAML_SITELIBDIR%%/parsexp/parsexp__Parser_automaton.cmti
114
%%OCAML_SITELIBDIR%%/parsexp/parsexp__Parser_automaton.cmx
115
%%OCAML_SITELIBDIR%%/parsexp/parsexp__Parser_automaton_internal.cmi
116
%%OCAML_SITELIBDIR%%/parsexp/parsexp__Parser_automaton_internal.cmt
117
%%OCAML_SITELIBDIR%%/parsexp/parsexp__Parser_automaton_internal.cmti
118
%%OCAML_SITELIBDIR%%/parsexp/parsexp__Parser_automaton_internal.cmx
119
%%OCAML_SITELIBDIR%%/parsexp/parsexp__Parser_intf.cmi
120
%%OCAML_SITELIBDIR%%/parsexp/parsexp__Parser_intf.cmt
121
%%OCAML_SITELIBDIR%%/parsexp/parsexp__Parser_intf.cmx
122
%%OCAML_SITELIBDIR%%/parsexp/parsexp__Parsexp_intf.cmi
123
%%OCAML_SITELIBDIR%%/parsexp/parsexp__Parsexp_intf.cmt
124
%%OCAML_SITELIBDIR%%/parsexp/parsexp__Parsexp_intf.cmx
125
%%OCAML_SITELIBDIR%%/parsexp/parsexp__Positions.cmi
126
%%OCAML_SITELIBDIR%%/parsexp/parsexp__Positions.cmt
127
%%OCAML_SITELIBDIR%%/parsexp/parsexp__Positions.cmti
128
%%OCAML_SITELIBDIR%%/parsexp/parsexp__Positions.cmx
129
%%OCAML_SITELIBDIR%%/parsexp/parsexp_intf.ml
130
%%OCAML_SITELIBDIR%%/parsexp/positions.ml
131
%%OCAML_SITELIBDIR%%/parsexp/positions.mli
132
%%PORTDOCS%%%%DOCSDIR%%/CHANGES.md
133
%%PORTDOCS%%%%DOCSDIR%%/LICENSE.md
134
%%PORTDOCS%%%%DOCSDIR%%/README.org
1
nodes
135
nodes
2
--
3
devel/ocaml-ppx_assert/Makefile               | 46 +++++++++++++++++++
136
devel/ocaml-ppx_assert/Makefile               | 46 +++++++++++++++++++
4
devel/ocaml-ppx_assert/distinfo               |  3 ++
137
devel/ocaml-ppx_assert/distinfo               |  3 ++
5
.../files/patch-runtime-lib_runtime.ml        | 30 ++++++++++++
138
.../files/patch-runtime-lib_runtime.ml        | 30 ++++++++++++
6
devel/ocaml-ppx_assert/pkg-descr              |  3 ++
139
devel/ocaml-ppx_assert/pkg-descr              |  3 ++
7
devel/ocaml-ppx_assert/pkg-plist              | 31 +++++++++++++
140
devel/ocaml-ppx_assert/pkg-plist              | 31 +++++++++++++
8
5 files changed, 113 insertions(+)
141
5 files changed, 113 insertions(+)
9
create mode 100644 devel/ocaml-ppx_assert/Makefile
142
create mode 100644 devel/ocaml-ppx_assert/Makefile
10
create mode 100644 devel/ocaml-ppx_assert/distinfo
143
create mode 100644 devel/ocaml-ppx_assert/distinfo
11
create mode 100644 devel/ocaml-ppx_assert/files/patch-runtime-lib_runtime.ml
144
create mode 100644 devel/ocaml-ppx_assert/files/patch-runtime-lib_runtime.ml
12
create mode 100644 devel/ocaml-ppx_assert/pkg-descr
145
create mode 100644 devel/ocaml-ppx_assert/pkg-descr
13
create mode 100644 devel/ocaml-ppx_assert/pkg-plist
146
create mode 100644 devel/ocaml-ppx_assert/pkg-plist
(-)b/devel/ocaml-ppx_assert/Makefile (+46 lines)
Added Link Here
1
# Created by: Thierry Thomas <thierry@pompo.net>
2
3
PORTNAME=	ppx_assert
4
DISTVERSIONPREFIX=	v
5
DISTVERSION=	0.14.0
6
CATEGORIES=	devel
7
PKGNAMEPREFIX=	ocaml-
8
9
MAINTAINER=	thierry@FreeBSD.org
10
COMMENT=	Assert-like extension nodes that raise useful errors on failure
11
12
LICENSE=	MIT
13
14
BUILD_DEPENDS=	dune:devel/ocaml-dune	\
15
		ocaml-base>0:devel/ocaml-base	\
16
		ocaml-ppxlib>0:devel/ocaml-ppxlib	\
17
		ocaml-sexplib>0:devel/ocaml-sexplib	\
18
		ocaml-ppx_cold>0:devel/ocaml-ppx_cold	\
19
		ocaml-ppx_here>0:devel/ocaml-ppx_here	\
20
		ocaml-ppx_compare>0:devel/ocaml-ppx_compare	\
21
		ocaml-ppx_sexp_conv>0:devel/ocaml-ppx_sexp_conv
22
RUN_DEPENDS=	ocaml-ppxlib>0:devel/ocaml-ppxlib	\
23
		ocaml-ppx_here>0:devel/ocaml-ppx_here	\
24
		ocaml-ppx_compare>0:devel/ocaml-ppx_compare	\
25
		ocaml-ppx_sexp_conv>0:devel/ocaml-ppx_sexp_conv
26
27
USE_GITHUB=	yes
28
GH_ACCOUNT=	janestreet
29
30
USE_OCAML=	yes
31
32
MAKE_ENV=	INSTALL_ARGS="--destdir=${STAGEDIR} --libdir=${OCAML_SITELIBDIR}"
33
DOCSDIR=	${OCAML_DOCSDIR}/${PORTNAME}
34
ALL_TARGET=	default
35
36
OPTIONS_DEFINE=	DOCS
37
38
pre-build:
39
	${REINPLACE_CMD} -e 's|^INSTALL_ARGS|#INSTALL_ARGS|' ${WRKSRC}/${MAKEFILE}
40
41
post-install:
42
.for bin in ppx_assert.cmxs runtime-lib/ppx_assert_lib.cmxs ppx.exe
43
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/${PORTNAME}/${bin}
44
.endfor
45
46
.include <bsd.port.mk>
(-)b/devel/ocaml-ppx_assert/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1646773011
2
SHA256 (janestreet-ppx_assert-v0.14.0_GH0.tar.gz) = bb4808387bc143e8e4e443bb5caa6ad665009d51097b8ebf6c76a0bf53b2105d
3
SIZE (janestreet-ppx_assert-v0.14.0_GH0.tar.gz) = 7239
(-)b/devel/ocaml-ppx_assert/files/patch-runtime-lib_runtime.ml (+30 lines)
Added Link Here
1
--- runtime-lib/runtime.ml.orig	2020-05-26 08:21:03 UTC
2
+++ runtime-lib/runtime.ml
3
@@ -71,7 +71,7 @@ let [@cold] test_result_or_eq_failed ~sexpifier ~expec
4
   end;
5
   `Fail (expect, got)
6
 
7
-let test_result_or_eq ~sexpifier ~comparator ?equal ~expect ~got =
8
+let test_result_or_eq ~sexpifier ~comparator ~equal ~expect ~got =
9
   let pass =
10
     match equal with
11
     | None -> comparator got expect = 0
12
@@ -89,7 +89,7 @@ let [@cold] test_eq_failed ~message ~pos ~here ~t1 ~t2
13
   ]
14
 
15
 let test_eq ~pos ~sexpifier ~comparator ~here ?message ?equal t1 t2 =
16
-  match test_result_or_eq ~sexpifier ~comparator ?equal ~expect:t1 ~got:t2 with
17
+  match test_result_or_eq ~sexpifier ~comparator ~equal ~expect:t1 ~got:t2 with
18
   | `Pass -> ()
19
   | `Fail (t1, t2) -> test_eq_failed ~message ~pos ~here ~t1 ~t2
20
 
21
@@ -99,7 +99,7 @@ let [@cold] test_result_failed ~message ~pos ~here ~ex
22
     Sexp.List [Sexp.Atom "got"; got];
23
   ]
24
 
25
-let test_result ~pos ~sexpifier ~comparator ~here ?message ?equal ~expect ~got =
26
-  match test_result_or_eq ~sexpifier ~comparator ?equal ~expect ~got with
27
+let[@warning "-16"] test_result ~pos ~sexpifier ~comparator ~here ?message ?equal ~expect ~got =
28
+  match test_result_or_eq ~sexpifier ~comparator ~equal ~expect ~got with
29
   | `Pass -> ()
30
   | `Fail (expect, got) -> test_result_failed ~message ~pos ~here ~expect ~got
(-)b/devel/ocaml-ppx_assert/pkg-descr (+3 lines)
Added Link Here
1
Extension nodes to compare value and raise useful errors if they differ.
2
3
WWW: https://github.com/janestreet/ppx_assert
(-)b/devel/ocaml-ppx_assert/pkg-plist (-2 / +31 lines)
Added Link Here
0
- 
1
%%OCAML_SITELIBDIR%%/ppx_assert/META
2
%%OCAML_SITELIBDIR%%/ppx_assert/dune-package
3
%%OCAML_SITELIBDIR%%/ppx_assert/opam
4
%%OCAML_SITELIBDIR%%/ppx_assert/ppx.exe
5
%%OCAML_SITELIBDIR%%/ppx_assert/ppx_assert.a
6
%%OCAML_SITELIBDIR%%/ppx_assert/ppx_assert.cma
7
%%OCAML_SITELIBDIR%%/ppx_assert/ppx_assert.cmi
8
%%OCAML_SITELIBDIR%%/ppx_assert/ppx_assert.cmt
9
%%OCAML_SITELIBDIR%%/ppx_assert/ppx_assert.cmti
10
%%OCAML_SITELIBDIR%%/ppx_assert/ppx_assert.cmx
11
%%OCAML_SITELIBDIR%%/ppx_assert/ppx_assert.cmxa
12
%%OCAML_SITELIBDIR%%/ppx_assert/ppx_assert.cmxs
13
%%OCAML_SITELIBDIR%%/ppx_assert/ppx_assert.ml
14
%%OCAML_SITELIBDIR%%/ppx_assert/ppx_assert.mli
15
%%OCAML_SITELIBDIR%%/ppx_assert/runtime-lib/ppx_assert_lib.a
16
%%OCAML_SITELIBDIR%%/ppx_assert/runtime-lib/ppx_assert_lib.cma
17
%%OCAML_SITELIBDIR%%/ppx_assert/runtime-lib/ppx_assert_lib.cmi
18
%%OCAML_SITELIBDIR%%/ppx_assert/runtime-lib/ppx_assert_lib.cmt
19
%%OCAML_SITELIBDIR%%/ppx_assert/runtime-lib/ppx_assert_lib.cmx
20
%%OCAML_SITELIBDIR%%/ppx_assert/runtime-lib/ppx_assert_lib.cmxa
21
%%OCAML_SITELIBDIR%%/ppx_assert/runtime-lib/ppx_assert_lib.cmxs
22
%%OCAML_SITELIBDIR%%/ppx_assert/runtime-lib/ppx_assert_lib.ml
23
%%OCAML_SITELIBDIR%%/ppx_assert/runtime-lib/ppx_assert_lib__Runtime.cmi
24
%%OCAML_SITELIBDIR%%/ppx_assert/runtime-lib/ppx_assert_lib__Runtime.cmt
25
%%OCAML_SITELIBDIR%%/ppx_assert/runtime-lib/ppx_assert_lib__Runtime.cmti
26
%%OCAML_SITELIBDIR%%/ppx_assert/runtime-lib/ppx_assert_lib__Runtime.cmx
27
%%OCAML_SITELIBDIR%%/ppx_assert/runtime-lib/runtime.ml
28
%%OCAML_SITELIBDIR%%/ppx_assert/runtime-lib/runtime.mli
29
%%PORTDOCS%%%%DOCSDIR%%/CHANGES.md
30
%%PORTDOCS%%%%DOCSDIR%%/LICENSE.md
31
%%PORTDOCS%%%%DOCSDIR%%/README.md
1
OCaml
32
OCaml
2
--
3
devel/ocaml-stdio/Makefile  | 34 ++++++++++++++++++++++++++++++++++
33
devel/ocaml-stdio/Makefile  | 34 ++++++++++++++++++++++++++++++++++
4
devel/ocaml-stdio/distinfo  |  3 +++
34
devel/ocaml-stdio/distinfo  |  3 +++
5
devel/ocaml-stdio/pkg-descr |  4 ++++
35
devel/ocaml-stdio/pkg-descr |  4 ++++
6
devel/ocaml-stdio/pkg-plist | 36 ++++++++++++++++++++++++++++++++++++
36
devel/ocaml-stdio/pkg-plist | 36 ++++++++++++++++++++++++++++++++++++
7
4 files changed, 77 insertions(+)
37
4 files changed, 77 insertions(+)
8
create mode 100644 devel/ocaml-stdio/Makefile
38
create mode 100644 devel/ocaml-stdio/Makefile
9
create mode 100644 devel/ocaml-stdio/distinfo
39
create mode 100644 devel/ocaml-stdio/distinfo
10
create mode 100644 devel/ocaml-stdio/pkg-descr
40
create mode 100644 devel/ocaml-stdio/pkg-descr
11
create mode 100644 devel/ocaml-stdio/pkg-plist
41
create mode 100644 devel/ocaml-stdio/pkg-plist
(-)b/devel/ocaml-stdio/Makefile (+34 lines)
Added Link Here
1
# Created by: Thierry Thomas <thierry@pompo.net>
2
3
PORTNAME=	stdio
4
DISTVERSIONPREFIX=	v
5
DISTVERSION=	0.14.0
6
CATEGORIES=	devel
7
PKGNAMEPREFIX=	ocaml-
8
9
MAINTAINER=	thierry@FreeBSD.org
10
COMMENT=	Standard IO Library for OCaml
11
12
LICENSE=	MIT
13
14
BUILD_DEPENDS=	dune:devel/ocaml-dune	\
15
		ocaml-base>0:devel/ocaml-base
16
17
USE_GITHUB=	yes
18
GH_ACCOUNT=	janestreet
19
20
USE_OCAML=	yes
21
22
MAKE_ENV=	INSTALL_ARGS="--destdir=${STAGEDIR} --libdir=${OCAML_SITELIBDIR}"
23
DOCSDIR=	${OCAML_DOCSDIR}/${PORTNAME}
24
ALL_TARGET=	default
25
26
OPTIONS_DEFINE=	DOCS
27
28
pre-build:
29
	${REINPLACE_CMD} -e 's|^INSTALL_ARGS|#INSTALL_ARGS|' ${WRKSRC}/${MAKEFILE}
30
31
post-install:
32
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/${PORTNAME}/${PORTNAME}.cmxs
33
34
.include <bsd.port.mk>
(-)b/devel/ocaml-stdio/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1646996754
2
SHA256 (janestreet-stdio-v0.14.0_GH0.tar.gz) = 1685cb86b29b07075ba6028431cf4e3f687c071d89996a6437442db2dfe1b0b2
3
SIZE (janestreet-stdio-v0.14.0_GH0.tar.gz) = 7867
(-)b/devel/ocaml-stdio/pkg-descr (+4 lines)
Added Link Here
1
Stdio provides input/output functions for OCaml. It re-exports the buffered
2
channels of the stdlib distributed with OCaml but with some improvements.
3
4
WWW: https://github.com/janestreet/stdio
(-)b/devel/ocaml-stdio/pkg-plist (-2 / +36 lines)
Added Link Here
0
- 
1
%%OCAML_SITELIBDIR%%/stdio/META
2
%%OCAML_SITELIBDIR%%/stdio/dune-package
3
%%OCAML_SITELIBDIR%%/stdio/import.ml
4
%%OCAML_SITELIBDIR%%/stdio/in_channel.ml
5
%%OCAML_SITELIBDIR%%/stdio/in_channel.mli
6
%%OCAML_SITELIBDIR%%/stdio/opam
7
%%OCAML_SITELIBDIR%%/stdio/out_channel.ml
8
%%OCAML_SITELIBDIR%%/stdio/out_channel.mli
9
%%OCAML_SITELIBDIR%%/stdio/stdio.a
10
%%OCAML_SITELIBDIR%%/stdio/stdio.cma
11
%%OCAML_SITELIBDIR%%/stdio/stdio.cmi
12
%%OCAML_SITELIBDIR%%/stdio/stdio.cmt
13
%%OCAML_SITELIBDIR%%/stdio/stdio.cmti
14
%%OCAML_SITELIBDIR%%/stdio/stdio.cmx
15
%%OCAML_SITELIBDIR%%/stdio/stdio.cmxa
16
%%OCAML_SITELIBDIR%%/stdio/stdio.cmxs
17
%%OCAML_SITELIBDIR%%/stdio/stdio.ml
18
%%OCAML_SITELIBDIR%%/stdio/stdio.mli
19
%%OCAML_SITELIBDIR%%/stdio/stdio__.cmi
20
%%OCAML_SITELIBDIR%%/stdio/stdio__.cmt
21
%%OCAML_SITELIBDIR%%/stdio/stdio__.cmx
22
%%OCAML_SITELIBDIR%%/stdio/stdio__.ml
23
%%OCAML_SITELIBDIR%%/stdio/stdio__Import.cmi
24
%%OCAML_SITELIBDIR%%/stdio/stdio__Import.cmt
25
%%OCAML_SITELIBDIR%%/stdio/stdio__Import.cmx
26
%%OCAML_SITELIBDIR%%/stdio/stdio__In_channel.cmi
27
%%OCAML_SITELIBDIR%%/stdio/stdio__In_channel.cmt
28
%%OCAML_SITELIBDIR%%/stdio/stdio__In_channel.cmti
29
%%OCAML_SITELIBDIR%%/stdio/stdio__In_channel.cmx
30
%%OCAML_SITELIBDIR%%/stdio/stdio__Out_channel.cmi
31
%%OCAML_SITELIBDIR%%/stdio/stdio__Out_channel.cmt
32
%%OCAML_SITELIBDIR%%/stdio/stdio__Out_channel.cmti
33
%%OCAML_SITELIBDIR%%/stdio/stdio__Out_channel.cmx
34
%%PORTDOCS%%%%DOCSDIR%%/CHANGES.md
35
%%PORTDOCS%%%%DOCSDIR%%/LICENSE.md
36
%%PORTDOCS%%%%DOCSDIR%%/README.org
1
configuration for Jane Street libraries
37
configuration for Jane Street libraries
2
--
3
devel/ocaml-jst-config/Makefile  | 37 ++++++++++++++++++++++++++++++++
38
devel/ocaml-jst-config/Makefile  | 37 ++++++++++++++++++++++++++++++++
4
devel/ocaml-jst-config/distinfo  |  3 +++
39
devel/ocaml-jst-config/distinfo  |  3 +++
5
devel/ocaml-jst-config/pkg-descr |  8 +++++++
40
devel/ocaml-jst-config/pkg-descr |  8 +++++++
6
devel/ocaml-jst-config/pkg-plist | 15 +++++++++++++
41
devel/ocaml-jst-config/pkg-plist | 15 +++++++++++++
7
4 files changed, 63 insertions(+)
42
4 files changed, 63 insertions(+)
8
create mode 100644 devel/ocaml-jst-config/Makefile
43
create mode 100644 devel/ocaml-jst-config/Makefile
9
create mode 100644 devel/ocaml-jst-config/distinfo
44
create mode 100644 devel/ocaml-jst-config/distinfo
10
create mode 100644 devel/ocaml-jst-config/pkg-descr
45
create mode 100644 devel/ocaml-jst-config/pkg-descr
11
create mode 100644 devel/ocaml-jst-config/pkg-plist
46
create mode 100644 devel/ocaml-jst-config/pkg-plist
(-)b/devel/ocaml-jst-config/Makefile (+37 lines)
Added Link Here
1
# Created by: Thierry Thomas <thierry@pompo.net>
2
3
PORTNAME=	jst-config
4
DISTVERSIONPREFIX=	v
5
DISTVERSION=	0.14.1
6
CATEGORIES=	devel
7
PKGNAMEPREFIX=	ocaml-
8
9
MAINTAINER=	thierry@FreeBSD.org
10
COMMENT=	Compile-time configuration for Jane Street libraries
11
12
LICENSE=	MIT
13
14
BUILD_DEPENDS=	dune:devel/ocaml-dune	\
15
		ocaml-base>0:devel/ocaml-base	\
16
		ocaml-stdio>0:devel/ocaml-stdio	\
17
		ocaml-ppx_assert>0:devel/ocaml-ppx_assert	\
18
		ocaml-dune-configurator>0:devel/ocaml-dune-configurator
19
20
USE_GITHUB=	yes
21
GH_ACCOUNT=	janestreet
22
23
USE_OCAML=	yes
24
25
MAKE_ENV=	INSTALL_ARGS="--destdir=${STAGEDIR} --libdir=${OCAML_SITELIBDIR}"
26
DOCSDIR=	${OCAML_DOCSDIR}/${PORTNAME}
27
ALL_TARGET=	default
28
29
OPTIONS_DEFINE=	DOCS
30
31
pre-build:
32
	${REINPLACE_CMD} -e 's|^INSTALL_ARGS|#INSTALL_ARGS|' ${WRKSRC}/${MAKEFILE}
33
34
post-install:
35
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/${PORTNAME}/config_h.cmxs
36
37
.include <bsd.port.mk>
(-)b/devel/ocaml-jst-config/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1646766659
2
SHA256 (janestreet-jst-config-v0.14.1_GH0.tar.gz) = a4cab8a69c62d440de8b59f75e56ce2bbaac2448c4b123e07b8b17b629d0b271
3
SIZE (janestreet-jst-config-v0.14.1_GH0.tar.gz) = 4931
(-)b/devel/ocaml-jst-config/pkg-descr (+8 lines)
Added Link Here
1
Defines compile-time constants used in Jane Street libraries such as Base, Core,
2
and Async.
3
4
This package has an unstable interface; it is intended only to share
5
configuration between different packages from Jane Street. Future updates may
6
not be backward-compatible, and we do not recommend using this package directly.
7
8
WWW: https://github.com/janestreet/jst-config
(-)b/devel/ocaml-jst-config/pkg-plist (-2 / +15 lines)
Added Link Here
0
- 
1
%%OCAML_SITELIBDIR%%/jst-config/META
2
%%OCAML_SITELIBDIR%%/jst-config/config.h
3
%%OCAML_SITELIBDIR%%/jst-config/config_h.a
4
%%OCAML_SITELIBDIR%%/jst-config/config_h.cma
5
%%OCAML_SITELIBDIR%%/jst-config/config_h.cmi
6
%%OCAML_SITELIBDIR%%/jst-config/config_h.cmt
7
%%OCAML_SITELIBDIR%%/jst-config/config_h.cmx
8
%%OCAML_SITELIBDIR%%/jst-config/config_h.cmxa
9
%%OCAML_SITELIBDIR%%/jst-config/config_h.cmxs
10
%%OCAML_SITELIBDIR%%/jst-config/config_h.ml
11
%%OCAML_SITELIBDIR%%/jst-config/dune-package
12
%%OCAML_SITELIBDIR%%/jst-config/opam
13
%%OCAML_SITELIBDIR%%/jst-config/rt-flags
14
%%OCAML_SITELIBDIR%%/jst-config/thread_id.h
15
%%PORTDOCS%%%%DOCSDIR%%/LICENSE.md
1
all values of a finite type
16
all values of a finite type
2
--
3
devel/ocaml-ppx_enumerate/Makefile  | 37 +++++++++++++++++++++++++++++
17
devel/ocaml-ppx_enumerate/Makefile  | 37 +++++++++++++++++++++++++++++
4
devel/ocaml-ppx_enumerate/distinfo  |  3 +++
18
devel/ocaml-ppx_enumerate/distinfo  |  3 +++
5
devel/ocaml-ppx_enumerate/pkg-descr |  6 +++++
19
devel/ocaml-ppx_enumerate/pkg-descr |  6 +++++
6
devel/ocaml-ppx_enumerate/pkg-plist | 24 +++++++++++++++++++
20
devel/ocaml-ppx_enumerate/pkg-plist | 24 +++++++++++++++++++
7
4 files changed, 70 insertions(+)
21
4 files changed, 70 insertions(+)
8
create mode 100644 devel/ocaml-ppx_enumerate/Makefile
22
create mode 100644 devel/ocaml-ppx_enumerate/Makefile
9
create mode 100644 devel/ocaml-ppx_enumerate/distinfo
23
create mode 100644 devel/ocaml-ppx_enumerate/distinfo
10
create mode 100644 devel/ocaml-ppx_enumerate/pkg-descr
24
create mode 100644 devel/ocaml-ppx_enumerate/pkg-descr
11
create mode 100644 devel/ocaml-ppx_enumerate/pkg-plist
25
create mode 100644 devel/ocaml-ppx_enumerate/pkg-plist
(-)b/devel/ocaml-ppx_enumerate/Makefile (+37 lines)
Added Link Here
1
# Created by: Thierry Thomas <thierry@pompo.net>
2
3
PORTNAME=	ppx_enumerate
4
DISTVERSIONPREFIX=	v
5
DISTVERSION=	0.14.0
6
CATEGORIES=	devel
7
PKGNAMEPREFIX=	ocaml-
8
9
MAINTAINER=	thierry@FreeBSD.org
10
COMMENT=	Generate a list containing all values of a finite type
11
12
LICENSE=	MIT
13
14
BUILD_DEPENDS=	dune:devel/ocaml-dune	\
15
		ocaml-base>0:devel/ocaml-base	\
16
		ocaml-ppxlib>0:devel/ocaml-ppxlib
17
18
USE_GITHUB=	yes
19
GH_ACCOUNT=	janestreet
20
21
USE_OCAML=	yes
22
23
MAKE_ENV=	INSTALL_ARGS="--destdir=${STAGEDIR} --libdir=${OCAML_SITELIBDIR}"
24
DOCSDIR=	${OCAML_DOCSDIR}/${PORTNAME}
25
ALL_TARGET=	default
26
27
OPTIONS_DEFINE=	DOCS
28
29
pre-build:
30
	${REINPLACE_CMD} -e 's|^INSTALL_ARGS|#INSTALL_ARGS|' ${WRKSRC}/${MAKEFILE}
31
32
post-install:
33
.for bin in ppx_enumerate.cmxs runtime-lib/ppx_enumerate_lib.cmxs
34
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/${PORTNAME}/${bin}
35
.endfor
36
37
.include <bsd.port.mk>
(-)b/devel/ocaml-ppx_enumerate/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1647010344
2
SHA256 (janestreet-ppx_enumerate-v0.14.0_GH0.tar.gz) = 75952f880fd65ab9c4f9c57295a96afcd36635435823e7484f856ef576c3fbba
3
SIZE (janestreet-ppx_enumerate-v0.14.0_GH0.tar.gz) = 9487
(-)b/devel/ocaml-ppx_enumerate/pkg-descr (+6 lines)
Added Link Here
1
Generate a list containing all values of a finite type.
2
3
ppx_enumerate is a ppx rewriter which generates a definition for the list of all
4
values of a type with (for a type which only has finitely many values).
5
6
WWW: https://github.com/janestreet/ppx_enumerate
(-)b/devel/ocaml-ppx_enumerate/pkg-plist (-2 / +24 lines)
Added Link Here
0
- 
1
%%OCAML_SITELIBDIR%%/ppx_enumerate/META
2
%%OCAML_SITELIBDIR%%/ppx_enumerate/dune-package
3
%%OCAML_SITELIBDIR%%/ppx_enumerate/opam
4
%%OCAML_SITELIBDIR%%/ppx_enumerate/ppx_enumerate.a
5
%%OCAML_SITELIBDIR%%/ppx_enumerate/ppx_enumerate.cma
6
%%OCAML_SITELIBDIR%%/ppx_enumerate/ppx_enumerate.cmi
7
%%OCAML_SITELIBDIR%%/ppx_enumerate/ppx_enumerate.cmt
8
%%OCAML_SITELIBDIR%%/ppx_enumerate/ppx_enumerate.cmti
9
%%OCAML_SITELIBDIR%%/ppx_enumerate/ppx_enumerate.cmx
10
%%OCAML_SITELIBDIR%%/ppx_enumerate/ppx_enumerate.cmxa
11
%%OCAML_SITELIBDIR%%/ppx_enumerate/ppx_enumerate.cmxs
12
%%OCAML_SITELIBDIR%%/ppx_enumerate/ppx_enumerate.ml
13
%%OCAML_SITELIBDIR%%/ppx_enumerate/ppx_enumerate.mli
14
%%OCAML_SITELIBDIR%%/ppx_enumerate/runtime-lib/ppx_enumerate_lib.a
15
%%OCAML_SITELIBDIR%%/ppx_enumerate/runtime-lib/ppx_enumerate_lib.cma
16
%%OCAML_SITELIBDIR%%/ppx_enumerate/runtime-lib/ppx_enumerate_lib.cmi
17
%%OCAML_SITELIBDIR%%/ppx_enumerate/runtime-lib/ppx_enumerate_lib.cmt
18
%%OCAML_SITELIBDIR%%/ppx_enumerate/runtime-lib/ppx_enumerate_lib.cmx
19
%%OCAML_SITELIBDIR%%/ppx_enumerate/runtime-lib/ppx_enumerate_lib.cmxa
20
%%OCAML_SITELIBDIR%%/ppx_enumerate/runtime-lib/ppx_enumerate_lib.cmxs
21
%%OCAML_SITELIBDIR%%/ppx_enumerate/runtime-lib/ppx_enumerate_lib.ml
22
%%PORTDOCS%%%%DOCSDIR%%/CHANGES.md
23
%%PORTDOCS%%%%DOCSDIR%%/LICENSE.md
24
%%PORTDOCS%%%%DOCSDIR%%/README.md
1
generates hash functions from type expressions and definitions
25
generates hash functions from type expressions and definitions
2
--
3
devel/ocaml-ppx_hash/Makefile  | 38 ++++++++++++++++++++++++++++++++++
26
devel/ocaml-ppx_hash/Makefile  | 38 ++++++++++++++++++++++++++++++++++
4
devel/ocaml-ppx_hash/distinfo  |  3 +++
27
devel/ocaml-ppx_hash/distinfo  |  3 +++
5
devel/ocaml-ppx_hash/pkg-descr |  4 ++++
28
devel/ocaml-ppx_hash/pkg-descr |  4 ++++
6
devel/ocaml-ppx_hash/pkg-plist | 34 ++++++++++++++++++++++++++++++
29
devel/ocaml-ppx_hash/pkg-plist | 34 ++++++++++++++++++++++++++++++
7
4 files changed, 79 insertions(+)
30
4 files changed, 79 insertions(+)
8
create mode 100644 devel/ocaml-ppx_hash/Makefile
31
create mode 100644 devel/ocaml-ppx_hash/Makefile
9
create mode 100644 devel/ocaml-ppx_hash/distinfo
32
create mode 100644 devel/ocaml-ppx_hash/distinfo
10
create mode 100644 devel/ocaml-ppx_hash/pkg-descr
33
create mode 100644 devel/ocaml-ppx_hash/pkg-descr
11
create mode 100644 devel/ocaml-ppx_hash/pkg-plist
34
create mode 100644 devel/ocaml-ppx_hash/pkg-plist
(-)b/devel/ocaml-ppx_hash/Makefile (+38 lines)
Added Link Here
1
# Created by: Thierry Thomas <thierry@pompo.net>
2
3
PORTNAME=	ppx_hash
4
DISTVERSIONPREFIX=	v
5
DISTVERSION=	0.14.0
6
CATEGORIES=	devel
7
PKGNAMEPREFIX=	ocaml-
8
9
MAINTAINER=	thierry@FreeBSD.org
10
COMMENT=	Ppx rewriter that generates hash functions
11
12
LICENSE=	MIT
13
14
BUILD_DEPENDS=	dune:devel/ocaml-dune	\
15
		ocaml-base>0:devel/ocaml-base	\
16
		ocaml-ppxlib>0:devel/ocaml-ppxlib	\
17
		ocaml-ppx_compare>0:devel/ocaml-ppx_compare	\
18
		ocaml-ppx_sexp_conv>0:devel/ocaml-ppx_sexp_conv
19
20
USE_GITHUB=	yes
21
GH_ACCOUNT=	janestreet
22
23
USE_OCAML=	yes
24
25
MAKE_ENV=	INSTALL_ARGS="--destdir=${STAGEDIR} --libdir=${OCAML_SITELIBDIR}"
26
DOCSDIR=	${OCAML_DOCSDIR}/${PORTNAME}
27
ALL_TARGET=	default
28
29
OPTIONS_DEFINE=	DOCS
30
31
pre-build:
32
	${REINPLACE_CMD} -e 's|^INSTALL_ARGS|#INSTALL_ARGS|' ${WRKSRC}/${MAKEFILE}
33
34
post-install:
35
	${FIND} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/${PORTNAME} -name "*.cmxs" | \
36
		${XARGS} ${STRIP_CMD}
37
38
.include <bsd.port.mk>
(-)b/devel/ocaml-ppx_hash/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1647012159
2
SHA256 (janestreet-ppx_hash-v0.14.0_GH0.tar.gz) = bfd7d82db037329239db5ea73b7ec08bb40979263d43858c649826408b66db2e
3
SIZE (janestreet-ppx_hash-v0.14.0_GH0.tar.gz) = 27859
(-)b/devel/ocaml-ppx_hash/pkg-descr (+4 lines)
Added Link Here
1
A ppx writer that generates hash functions from type expressions and
2
definitions.
3
4
WWW: https://github.com/janestreet/ppx_hash
(-)b/devel/ocaml-ppx_hash/pkg-plist (-2 / +34 lines)
Added Link Here
0
- 
1
%%OCAML_SITELIBDIR%%/ppx_hash/META
2
%%OCAML_SITELIBDIR%%/ppx_hash/dune-package
3
%%OCAML_SITELIBDIR%%/ppx_hash/expander/ppx_hash_expander.a
4
%%OCAML_SITELIBDIR%%/ppx_hash/expander/ppx_hash_expander.cma
5
%%OCAML_SITELIBDIR%%/ppx_hash/expander/ppx_hash_expander.cmi
6
%%OCAML_SITELIBDIR%%/ppx_hash/expander/ppx_hash_expander.cmt
7
%%OCAML_SITELIBDIR%%/ppx_hash/expander/ppx_hash_expander.cmti
8
%%OCAML_SITELIBDIR%%/ppx_hash/expander/ppx_hash_expander.cmx
9
%%OCAML_SITELIBDIR%%/ppx_hash/expander/ppx_hash_expander.cmxa
10
%%OCAML_SITELIBDIR%%/ppx_hash/expander/ppx_hash_expander.cmxs
11
%%OCAML_SITELIBDIR%%/ppx_hash/expander/ppx_hash_expander.ml
12
%%OCAML_SITELIBDIR%%/ppx_hash/expander/ppx_hash_expander.mli
13
%%OCAML_SITELIBDIR%%/ppx_hash/opam
14
%%OCAML_SITELIBDIR%%/ppx_hash/ppx_hash.a
15
%%OCAML_SITELIBDIR%%/ppx_hash/ppx_hash.cma
16
%%OCAML_SITELIBDIR%%/ppx_hash/ppx_hash.cmi
17
%%OCAML_SITELIBDIR%%/ppx_hash/ppx_hash.cmt
18
%%OCAML_SITELIBDIR%%/ppx_hash/ppx_hash.cmti
19
%%OCAML_SITELIBDIR%%/ppx_hash/ppx_hash.cmx
20
%%OCAML_SITELIBDIR%%/ppx_hash/ppx_hash.cmxa
21
%%OCAML_SITELIBDIR%%/ppx_hash/ppx_hash.cmxs
22
%%OCAML_SITELIBDIR%%/ppx_hash/ppx_hash.ml
23
%%OCAML_SITELIBDIR%%/ppx_hash/ppx_hash.mli
24
%%OCAML_SITELIBDIR%%/ppx_hash/runtime-lib/ppx_hash_lib.a
25
%%OCAML_SITELIBDIR%%/ppx_hash/runtime-lib/ppx_hash_lib.cma
26
%%OCAML_SITELIBDIR%%/ppx_hash/runtime-lib/ppx_hash_lib.cmi
27
%%OCAML_SITELIBDIR%%/ppx_hash/runtime-lib/ppx_hash_lib.cmt
28
%%OCAML_SITELIBDIR%%/ppx_hash/runtime-lib/ppx_hash_lib.cmx
29
%%OCAML_SITELIBDIR%%/ppx_hash/runtime-lib/ppx_hash_lib.cmxa
30
%%OCAML_SITELIBDIR%%/ppx_hash/runtime-lib/ppx_hash_lib.cmxs
31
%%OCAML_SITELIBDIR%%/ppx_hash/runtime-lib/ppx_hash_lib.ml
32
%%PORTDOCS%%%%DOCSDIR%%/CHANGES.md
33
%%PORTDOCS%%%%DOCSDIR%%/LICENSE.md
34
%%PORTDOCS%%%%DOCSDIR%%/README.md
1
=?UTF-8?q?=20=E2=80=94=20ocamldoc=20comment=20syntax=20parser?=
35
=?UTF-8?q?=20=E2=80=94=20ocamldoc=20comment=20syntax=20parser?=
2
--
3
devel/ocaml-octavius/Makefile  | 37 +++++++++++++++++++++++
36
devel/ocaml-octavius/Makefile  | 37 +++++++++++++++++++++++
4
devel/ocaml-octavius/distinfo  |  3 ++
37
devel/ocaml-octavius/distinfo  |  3 ++
5
devel/ocaml-octavius/pkg-descr |  3 ++
38
devel/ocaml-octavius/pkg-descr |  3 ++
6
devel/ocaml-octavius/pkg-plist | 55 ++++++++++++++++++++++++++++++++++
39
devel/ocaml-octavius/pkg-plist | 55 ++++++++++++++++++++++++++++++++++
7
4 files changed, 98 insertions(+)
40
4 files changed, 98 insertions(+)
8
create mode 100644 devel/ocaml-octavius/Makefile
41
create mode 100644 devel/ocaml-octavius/Makefile
9
create mode 100644 devel/ocaml-octavius/distinfo
42
create mode 100644 devel/ocaml-octavius/distinfo
10
create mode 100644 devel/ocaml-octavius/pkg-descr
43
create mode 100644 devel/ocaml-octavius/pkg-descr
11
create mode 100644 devel/ocaml-octavius/pkg-plist
44
create mode 100644 devel/ocaml-octavius/pkg-plist
(-)b/devel/ocaml-octavius/Makefile (+37 lines)
Added Link Here
1
# Created by: Thierry Thomas <thierry@pompo.net>
2
3
PORTNAME=	octavius
4
DISTVERSIONPREFIX=	v
5
DISTVERSION=	1.2.2
6
CATEGORIES=	devel
7
PKGNAMEPREFIX=	ocaml-
8
9
MAINTAINER=	thierry@FreeBSD.org
10
COMMENT=	Ocamldoc comment syntax parser
11
12
LICENSE=	MIT
13
14
BUILD_DEPENDS=	dune:devel/ocaml-dune	\
15
		ocaml-compiler-libs>0:devel/ocaml-compiler-libs
16
17
USE_GITHUB=	yes
18
GH_ACCOUNT=	ocaml-doc
19
20
USE_OCAML=	yes
21
22
INSTALL_ARGS=	--destdir=${STAGEDIR} --libdir=${OCAML_SITELIBDIR}
23
DOCSDIR=	${OCAML_DOCSDIR}/${PORTNAME}
24
25
OPTIONS_DEFINE=	DOCS
26
27
do-build:
28
	(cd ${WRKSRC} && ${LOCALBASE}/bin/dune build)
29
30
do-install:
31
	(cd ${WRKSRC} && ${LOCALBASE}/bin/dune install ${INSTALL_ARGS})
32
33
post-install:
34
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/${PORTNAME}/${PORTNAME}.cmxs
35
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/octavius
36
37
.include <bsd.port.mk>
(-)b/devel/ocaml-octavius/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1647017877
2
SHA256 (ocaml-doc-octavius-v1.2.2_GH0.tar.gz) = eac9104ce0316b69da9c44b9c477700fe0b52a888c89ce4bdf1d2b782a73e0ad
3
SIZE (ocaml-doc-octavius-v1.2.2_GH0.tar.gz) = 14910
(-)b/devel/ocaml-octavius/pkg-descr (+3 lines)
Added Link Here
1
Octavius is a library to parse the ocamldoc comment syntax.
2
3
WWW: https://github.com/ocaml-doc/octavius
(-)b/devel/ocaml-octavius/pkg-plist (-2 / +55 lines)
Added Link Here
0
- 
1
bin/octavius
2
%%OCAML_SITELIBDIR%%/octavius/META
3
%%OCAML_SITELIBDIR%%/octavius/common.ml
4
%%OCAML_SITELIBDIR%%/octavius/common.mli
5
%%OCAML_SITELIBDIR%%/octavius/dune-package
6
%%OCAML_SITELIBDIR%%/octavius/errors.ml
7
%%OCAML_SITELIBDIR%%/octavius/errors.mli
8
%%OCAML_SITELIBDIR%%/octavius/octLexer.ml
9
%%OCAML_SITELIBDIR%%/octavius/octLexer.mli
10
%%OCAML_SITELIBDIR%%/octavius/octParser.ml
11
%%OCAML_SITELIBDIR%%/octavius/octParser.mli
12
%%OCAML_SITELIBDIR%%/octavius/octavius.a
13
%%OCAML_SITELIBDIR%%/octavius/octavius.cma
14
%%OCAML_SITELIBDIR%%/octavius/octavius.cmi
15
%%OCAML_SITELIBDIR%%/octavius/octavius.cmt
16
%%OCAML_SITELIBDIR%%/octavius/octavius.cmti
17
%%OCAML_SITELIBDIR%%/octavius/octavius.cmx
18
%%OCAML_SITELIBDIR%%/octavius/octavius.cmxa
19
%%OCAML_SITELIBDIR%%/octavius/octavius.cmxs
20
%%OCAML_SITELIBDIR%%/octavius/octavius.ml
21
%%OCAML_SITELIBDIR%%/octavius/octavius.mli
22
%%OCAML_SITELIBDIR%%/octavius/octavius__.cmi
23
%%OCAML_SITELIBDIR%%/octavius/octavius__.cmt
24
%%OCAML_SITELIBDIR%%/octavius/octavius__.cmx
25
%%OCAML_SITELIBDIR%%/octavius/octavius__.ml
26
%%OCAML_SITELIBDIR%%/octavius/octavius__Common.cmi
27
%%OCAML_SITELIBDIR%%/octavius/octavius__Common.cmt
28
%%OCAML_SITELIBDIR%%/octavius/octavius__Common.cmti
29
%%OCAML_SITELIBDIR%%/octavius/octavius__Common.cmx
30
%%OCAML_SITELIBDIR%%/octavius/octavius__Errors.cmi
31
%%OCAML_SITELIBDIR%%/octavius/octavius__Errors.cmt
32
%%OCAML_SITELIBDIR%%/octavius/octavius__Errors.cmti
33
%%OCAML_SITELIBDIR%%/octavius/octavius__Errors.cmx
34
%%OCAML_SITELIBDIR%%/octavius/octavius__OctLexer.cmi
35
%%OCAML_SITELIBDIR%%/octavius/octavius__OctLexer.cmt
36
%%OCAML_SITELIBDIR%%/octavius/octavius__OctLexer.cmti
37
%%OCAML_SITELIBDIR%%/octavius/octavius__OctLexer.cmx
38
%%OCAML_SITELIBDIR%%/octavius/octavius__OctParser.cmi
39
%%OCAML_SITELIBDIR%%/octavius/octavius__OctParser.cmt
40
%%OCAML_SITELIBDIR%%/octavius/octavius__OctParser.cmti
41
%%OCAML_SITELIBDIR%%/octavius/octavius__OctParser.cmx
42
%%OCAML_SITELIBDIR%%/octavius/octavius__Print.cmi
43
%%OCAML_SITELIBDIR%%/octavius/octavius__Print.cmt
44
%%OCAML_SITELIBDIR%%/octavius/octavius__Print.cmti
45
%%OCAML_SITELIBDIR%%/octavius/octavius__Print.cmx
46
%%OCAML_SITELIBDIR%%/octavius/octavius__Types.cmi
47
%%OCAML_SITELIBDIR%%/octavius/octavius__Types.cmt
48
%%OCAML_SITELIBDIR%%/octavius/octavius__Types.cmx
49
%%OCAML_SITELIBDIR%%/octavius/opam
50
%%OCAML_SITELIBDIR%%/octavius/print.ml
51
%%OCAML_SITELIBDIR%%/octavius/print.mli
52
%%OCAML_SITELIBDIR%%/octavius/types.ml
53
%%PORTDOCS%%%%DOCSDIR%%/CHANGES.md
54
%%PORTDOCS%%%%DOCSDIR%%/LICENSE.md
55
%%PORTDOCS%%%%DOCSDIR%%/README.md
1
for Jane Street Packages
56
for Jane Street Packages
2
--
3
devel/ocaml-ppx_js_style/Makefile  | 39 ++++++++++++++++++++++++++++++
57
devel/ocaml-ppx_js_style/Makefile  | 39 ++++++++++++++++++++++++++++++
4
devel/ocaml-ppx_js_style/distinfo  |  3 +++
58
devel/ocaml-ppx_js_style/distinfo  |  3 +++
5
devel/ocaml-ppx_js_style/pkg-descr |  4 +++
59
devel/ocaml-ppx_js_style/pkg-descr |  4 +++
6
devel/ocaml-ppx_js_style/pkg-plist | 25 +++++++++++++++++++
60
devel/ocaml-ppx_js_style/pkg-plist | 25 +++++++++++++++++++
7
4 files changed, 71 insertions(+)
61
4 files changed, 71 insertions(+)
8
create mode 100644 devel/ocaml-ppx_js_style/Makefile
62
create mode 100644 devel/ocaml-ppx_js_style/Makefile
9
create mode 100644 devel/ocaml-ppx_js_style/distinfo
63
create mode 100644 devel/ocaml-ppx_js_style/distinfo
10
create mode 100644 devel/ocaml-ppx_js_style/pkg-descr
64
create mode 100644 devel/ocaml-ppx_js_style/pkg-descr
11
create mode 100644 devel/ocaml-ppx_js_style/pkg-plist
65
create mode 100644 devel/ocaml-ppx_js_style/pkg-plist
(-)b/devel/ocaml-ppx_js_style/Makefile (+39 lines)
Added Link Here
1
# Created by: Thierry Thomas <thierry@pompo.net>
2
3
PORTNAME=	ppx_js_style
4
DISTVERSIONPREFIX=	v
5
DISTVERSION=	0.14.1
6
CATEGORIES=	devel
7
PKGNAMEPREFIX=	ocaml-
8
9
MAINTAINER=	thierry@FreeBSD.org
10
COMMENT=	Code style checker for Jane Street Packages
11
12
LICENSE=	MIT
13
14
BUILD_DEPENDS=	dune:devel/ocaml-dune	\
15
		ocaml-base>0:devel/ocaml-base	\
16
		ocaml-ppxlib>0:devel/ocaml-ppxlib	\
17
		ocaml-octavius>0:devel/ocaml-octavius	\
18
		ocaml-compiler-libs>0:devel/ocaml-compiler-libs
19
RUN_DEPENDS=	ocaml-octavius>0:devel/ocaml-octavius
20
21
USE_GITHUB=	yes
22
GH_ACCOUNT=	janestreet
23
24
USE_OCAML=	yes
25
26
MAKE_ENV=	INSTALL_ARGS="--destdir=${STAGEDIR} --libdir=${OCAML_SITELIBDIR}"
27
DOCSDIR=	${OCAML_DOCSDIR}/${PORTNAME}
28
ALL_TARGET=	default
29
30
OPTIONS_DEFINE=	DOCS
31
32
pre-build:
33
	${REINPLACE_CMD} -e 's|^INSTALL_ARGS|#INSTALL_ARGS|' ${WRKSRC}/${MAKEFILE}
34
35
post-install:
36
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/${PORTNAME}/${PORTNAME}.cmxs
37
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/${PORTNAME}/ppx.exe
38
39
.include <bsd.port.mk>
(-)b/devel/ocaml-ppx_js_style/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1647013928
2
SHA256 (janestreet-ppx_js_style-v0.14.1_GH0.tar.gz) = 3c5e1db934c3695315e00e27fd2df1f32efcb5c8f1c88b046b64b8548ccc04db
3
SIZE (janestreet-ppx_js_style-v0.14.1_GH0.tar.gz) = 10587
(-)b/devel/ocaml-ppx_js_style/pkg-descr (+4 lines)
Added Link Here
1
ppx_js_style is an identity ppx rewriter that enforces Jane Street coding
2
styles.
3
4
WWW: https://github.com/janestreet/ppx_js_style
(-)b/devel/ocaml-ppx_js_style/pkg-plist (-2 / +25 lines)
Added Link Here
0
- 
1
%%OCAML_SITELIBDIR%%/ppx_js_style/META
2
%%OCAML_SITELIBDIR%%/ppx_js_style/dune-package
3
%%OCAML_SITELIBDIR%%/ppx_js_style/in_janestreet.ml
4
%%OCAML_SITELIBDIR%%/ppx_js_style/opam
5
%%OCAML_SITELIBDIR%%/ppx_js_style/ppx.exe
6
%%OCAML_SITELIBDIR%%/ppx_js_style/ppx_js_style.a
7
%%OCAML_SITELIBDIR%%/ppx_js_style/ppx_js_style.cma
8
%%OCAML_SITELIBDIR%%/ppx_js_style/ppx_js_style.cmi
9
%%OCAML_SITELIBDIR%%/ppx_js_style/ppx_js_style.cmt
10
%%OCAML_SITELIBDIR%%/ppx_js_style/ppx_js_style.cmti
11
%%OCAML_SITELIBDIR%%/ppx_js_style/ppx_js_style.cmx
12
%%OCAML_SITELIBDIR%%/ppx_js_style/ppx_js_style.cmxa
13
%%OCAML_SITELIBDIR%%/ppx_js_style/ppx_js_style.cmxs
14
%%OCAML_SITELIBDIR%%/ppx_js_style/ppx_js_style.ml
15
%%OCAML_SITELIBDIR%%/ppx_js_style/ppx_js_style.mli
16
%%OCAML_SITELIBDIR%%/ppx_js_style/ppx_js_style__.cmi
17
%%OCAML_SITELIBDIR%%/ppx_js_style/ppx_js_style__.cmt
18
%%OCAML_SITELIBDIR%%/ppx_js_style/ppx_js_style__.cmx
19
%%OCAML_SITELIBDIR%%/ppx_js_style/ppx_js_style__.ml
20
%%OCAML_SITELIBDIR%%/ppx_js_style/ppx_js_style__In_janestreet.cmi
21
%%OCAML_SITELIBDIR%%/ppx_js_style/ppx_js_style__In_janestreet.cmt
22
%%OCAML_SITELIBDIR%%/ppx_js_style/ppx_js_style__In_janestreet.cmx
23
%%PORTDOCS%%%%DOCSDIR%%/CHANGES.md
24
%%PORTDOCS%%%%DOCSDIR%%/LICENSE.md
25
%%PORTDOCS%%%%DOCSDIR%%/README.md
1
rewriters
26
rewriters
2
--
3
devel/ocaml-ppx_base/Makefile  | 48 ++++++++++++++++++++++++++++++++++
27
devel/ocaml-ppx_base/Makefile  | 48 ++++++++++++++++++++++++++++++++++
4
devel/ocaml-ppx_base/distinfo  |  3 +++
28
devel/ocaml-ppx_base/distinfo  |  3 +++
5
devel/ocaml-ppx_base/pkg-descr |  6 +++++
29
devel/ocaml-ppx_base/pkg-descr |  6 +++++
6
devel/ocaml-ppx_base/pkg-plist | 14 ++++++++++
30
devel/ocaml-ppx_base/pkg-plist | 14 ++++++++++
7
4 files changed, 71 insertions(+)
31
4 files changed, 71 insertions(+)
8
create mode 100644 devel/ocaml-ppx_base/Makefile
32
create mode 100644 devel/ocaml-ppx_base/Makefile
9
create mode 100644 devel/ocaml-ppx_base/distinfo
33
create mode 100644 devel/ocaml-ppx_base/distinfo
10
create mode 100644 devel/ocaml-ppx_base/pkg-descr
34
create mode 100644 devel/ocaml-ppx_base/pkg-descr
11
create mode 100644 devel/ocaml-ppx_base/pkg-plist
35
create mode 100644 devel/ocaml-ppx_base/pkg-plist
(-)b/devel/ocaml-ppx_base/Makefile (+48 lines)
Added Link Here
1
# Created by: Thierry Thomas <thierry@pompo.net>
2
3
PORTNAME=	ppx_base
4
DISTVERSIONPREFIX=	v
5
DISTVERSION=	0.14.0
6
CATEGORIES=	devel
7
PKGNAMEPREFIX=	ocaml-
8
9
MAINTAINER=	thierry@FreeBSD.org
10
COMMENT=	Base set of ppx rewriters
11
12
LICENSE=	MIT
13
14
BUILD_DEPENDS=	dune:devel/ocaml-dune	\
15
		ocaml-ppxlib>0:devel/ocaml-ppxlib	\
16
		ocaml-ppx_cold>0:devel/ocaml-ppx_cold	\
17
		ocaml-ppx_hash>0:devel/ocaml-ppx_hash	\
18
		ocaml-ppx_compare>0:devel/ocaml-ppx_compare	\
19
		ocaml-ppx_js_style>0:devel/ocaml-ppx_js_style	\
20
		ocaml-ppx_enumerate>0:devel/ocaml-ppx_enumerate	\
21
		ocaml-ppx_sexp_conv>0:devel/ocaml-ppx_sexp_conv
22
RUN_DEPENDS=	ocaml-ppx_hash>0:devel/ocaml-ppx_hash	\
23
		ocaml-ppx_cold>0:devel/ocaml-ppx_cold	\
24
		ocaml-ppx_compare>0:devel/ocaml-ppx_compare	\
25
		ocaml-ppx_js_style>0:devel/ocaml-ppx_js_style	\
26
		ocaml-ppx_enumerate>0:devel/ocaml-ppx_enumerate	\
27
		ocaml-ppx_sexp_conv>0:devel/ocaml-ppx_sexp_conv
28
29
USE_GITHUB=	yes
30
GH_ACCOUNT=	janestreet
31
32
USE_OCAML=	yes
33
34
MAKE_ENV=	INSTALL_ARGS="--destdir=${STAGEDIR} --libdir=${OCAML_SITELIBDIR}"
35
DOCSDIR=	${OCAML_DOCSDIR}/${PORTNAME}
36
ALL_TARGET=	default
37
38
OPTIONS_DEFINE=	DOCS
39
40
pre-build:
41
	${REINPLACE_CMD} -e 's|^INSTALL_ARGS|#INSTALL_ARGS|' ${WRKSRC}/${MAKEFILE}
42
43
post-install:
44
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/${PORTNAME}/${PORTNAME}.cmxs
45
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/${PORTNAME}/ppx.exe
46
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/ppx-base
47
48
.include <bsd.port.mk>
(-)b/devel/ocaml-ppx_base/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1647008245
2
SHA256 (janestreet-ppx_base-v0.14.0_GH0.tar.gz) = 3c5073365367705742038d98284f9813d837efcf3d2172e22eecad166410dcf9
3
SIZE (janestreet-ppx_base-v0.14.0_GH0.tar.gz) = 2953
(-)b/devel/ocaml-ppx_base/pkg-descr (+6 lines)
Added Link Here
1
ppx_base is the set of ppx rewriters used for Base.
2
3
Note that Base doesn't need ppx to build, it is only used as a verification
4
tool.
5
6
WWW: https://github.com/janestreet/ppx_base
(-)b/devel/ocaml-ppx_base/pkg-plist (-2 / +14 lines)
Added Link Here
0
- 
1
bin/ppx-base
2
%%OCAML_SITELIBDIR%%/ppx_base/META
3
%%OCAML_SITELIBDIR%%/ppx_base/dune-package
4
%%OCAML_SITELIBDIR%%/ppx_base/opam
5
%%OCAML_SITELIBDIR%%/ppx_base/ppx.exe
6
%%OCAML_SITELIBDIR%%/ppx_base/ppx_base.a
7
%%OCAML_SITELIBDIR%%/ppx_base/ppx_base.cma
8
%%OCAML_SITELIBDIR%%/ppx_base/ppx_base.cmi
9
%%OCAML_SITELIBDIR%%/ppx_base/ppx_base.cmt
10
%%OCAML_SITELIBDIR%%/ppx_base/ppx_base.cmx
11
%%OCAML_SITELIBDIR%%/ppx_base/ppx_base.cmxa
12
%%OCAML_SITELIBDIR%%/ppx_base/ppx_base.cmxs
13
%%OCAML_SITELIBDIR%%/ppx_base/ppx_base.ml
14
%%PORTDOCS%%%%DOCSDIR%%/LICENSE.md
1
for OCaml
15
for OCaml
2
--
3
devel/ocaml-ppx_optcomp/Makefile  | 39 +++++++++++++++++++++++++++++++
16
devel/ocaml-ppx_optcomp/Makefile  | 39 +++++++++++++++++++++++++++++++
4
devel/ocaml-ppx_optcomp/distinfo  |  3 +++
17
devel/ocaml-ppx_optcomp/distinfo  |  3 +++
5
devel/ocaml-ppx_optcomp/pkg-descr |  7 ++++++
18
devel/ocaml-ppx_optcomp/pkg-descr |  7 ++++++
6
devel/ocaml-ppx_optcomp/pkg-plist | 30 ++++++++++++++++++++++++
19
devel/ocaml-ppx_optcomp/pkg-plist | 30 ++++++++++++++++++++++++
7
4 files changed, 79 insertions(+)
20
4 files changed, 79 insertions(+)
8
create mode 100644 devel/ocaml-ppx_optcomp/Makefile
21
create mode 100644 devel/ocaml-ppx_optcomp/Makefile
9
create mode 100644 devel/ocaml-ppx_optcomp/distinfo
22
create mode 100644 devel/ocaml-ppx_optcomp/distinfo
10
create mode 100644 devel/ocaml-ppx_optcomp/pkg-descr
23
create mode 100644 devel/ocaml-ppx_optcomp/pkg-descr
11
create mode 100644 devel/ocaml-ppx_optcomp/pkg-plist
24
create mode 100644 devel/ocaml-ppx_optcomp/pkg-plist
(-)b/devel/ocaml-ppx_optcomp/Makefile (+39 lines)
Added Link Here
1
# Created by: Thierry Thomas <thierry@pompo.net>
2
3
PORTNAME=	ppx_optcomp
4
DISTVERSIONPREFIX=	v
5
DISTVERSION=	0.14.2
6
CATEGORIES=	devel
7
PKGNAMEPREFIX=	ocaml-
8
9
MAINTAINER=	thierry@FreeBSD.org
10
COMMENT=	Optional compilation for OCaml
11
12
LICENSE=	MIT
13
14
BUILD_DEPENDS=	dune:devel/ocaml-dune	\
15
		ocaml-base>0:devel/ocaml-base	\
16
		ocaml-stdio>0:devel/ocaml-stdio	\
17
		ocaml-ppxlib>0:devel/ocaml-ppxlib	\
18
		ocaml-compiler-libs>0:devel/ocaml-compiler-libs
19
RUN_DEPENDS=	ocaml-stdio>0:devel/ocaml-stdio	\
20
		ocaml-ppxlib>0:devel/ocaml-ppxlib
21
22
USE_GITHUB=	yes
23
GH_ACCOUNT=	janestreet
24
25
USE_OCAML=	yes
26
27
MAKE_ENV=	INSTALL_ARGS="--destdir=${STAGEDIR} --libdir=${OCAML_SITELIBDIR}"
28
DOCSDIR=	${OCAML_DOCSDIR}/${PORTNAME}
29
ALL_TARGET=	default
30
31
OPTIONS_DEFINE=	DOCS
32
33
pre-build:
34
	${REINPLACE_CMD} -e 's|^INSTALL_ARGS|#INSTALL_ARGS|' ${WRKSRC}/${MAKEFILE}
35
36
post-install:
37
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/${PORTNAME}/${PORTNAME}.cmxs
38
39
.include <bsd.port.mk>
(-)b/devel/ocaml-ppx_optcomp/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1647023155
2
SHA256 (janestreet-ppx_optcomp-v0.14.2_GH0.tar.gz) = a52dd9a270bfbfd0aaf8f5ec75f3824184c6700e5bd3196c1aa6664df745ee05
3
SIZE (janestreet-ppx_optcomp-v0.14.2_GH0.tar.gz) = 16644
(-)b/devel/ocaml-ppx_optcomp/pkg-descr (+7 lines)
Added Link Here
1
ppx_optcomp stands for Optional Compilation. It is a tool used to handle
2
optional compilations of pieces of code depending of the word size, the version
3
of the compiler, etc.
4
5
The syntax is based on OCaml item extension nodes, with keywords similar to cpp.
6
7
WWW: https://github.com/janestreet/ppx_optcomp
(-)b/devel/ocaml-ppx_optcomp/pkg-plist (-2 / +30 lines)
Added Link Here
0
- 
1
%%OCAML_SITELIBDIR%%/ppx_optcomp/META
2
%%OCAML_SITELIBDIR%%/ppx_optcomp/cparser.ml
3
%%OCAML_SITELIBDIR%%/ppx_optcomp/dune-package
4
%%OCAML_SITELIBDIR%%/ppx_optcomp/interpreter.ml
5
%%OCAML_SITELIBDIR%%/ppx_optcomp/opam
6
%%OCAML_SITELIBDIR%%/ppx_optcomp/ppx_optcomp.a
7
%%OCAML_SITELIBDIR%%/ppx_optcomp/ppx_optcomp.cma
8
%%OCAML_SITELIBDIR%%/ppx_optcomp/ppx_optcomp.cmi
9
%%OCAML_SITELIBDIR%%/ppx_optcomp/ppx_optcomp.cmt
10
%%OCAML_SITELIBDIR%%/ppx_optcomp/ppx_optcomp.cmx
11
%%OCAML_SITELIBDIR%%/ppx_optcomp/ppx_optcomp.cmxa
12
%%OCAML_SITELIBDIR%%/ppx_optcomp/ppx_optcomp.cmxs
13
%%OCAML_SITELIBDIR%%/ppx_optcomp/ppx_optcomp.ml
14
%%OCAML_SITELIBDIR%%/ppx_optcomp/ppx_optcomp__.cmi
15
%%OCAML_SITELIBDIR%%/ppx_optcomp/ppx_optcomp__.cmt
16
%%OCAML_SITELIBDIR%%/ppx_optcomp/ppx_optcomp__.cmx
17
%%OCAML_SITELIBDIR%%/ppx_optcomp/ppx_optcomp__.ml
18
%%OCAML_SITELIBDIR%%/ppx_optcomp/ppx_optcomp__Cparser.cmi
19
%%OCAML_SITELIBDIR%%/ppx_optcomp/ppx_optcomp__Cparser.cmt
20
%%OCAML_SITELIBDIR%%/ppx_optcomp/ppx_optcomp__Cparser.cmx
21
%%OCAML_SITELIBDIR%%/ppx_optcomp/ppx_optcomp__Interpreter.cmi
22
%%OCAML_SITELIBDIR%%/ppx_optcomp/ppx_optcomp__Interpreter.cmt
23
%%OCAML_SITELIBDIR%%/ppx_optcomp/ppx_optcomp__Interpreter.cmx
24
%%OCAML_SITELIBDIR%%/ppx_optcomp/ppx_optcomp__Token.cmi
25
%%OCAML_SITELIBDIR%%/ppx_optcomp/ppx_optcomp__Token.cmt
26
%%OCAML_SITELIBDIR%%/ppx_optcomp/ppx_optcomp__Token.cmx
27
%%OCAML_SITELIBDIR%%/ppx_optcomp/token.ml
28
%%PORTDOCS%%%%DOCSDIR%%/CHANGES.md
29
%%PORTDOCS%%%%DOCSDIR%%/LICENSE.md
30
%%PORTDOCS%%%%DOCSDIR%%/README.md
1
current time
31
current time
2
--
3
devel/ocaml-time_now/Makefile  | 45 ++++++++++++++++++++++++++++++++++
32
devel/ocaml-time_now/Makefile  | 45 ++++++++++++++++++++++++++++++++++
4
devel/ocaml-time_now/distinfo  |  3 +++
33
devel/ocaml-time_now/distinfo  |  3 +++
5
devel/ocaml-time_now/pkg-descr |  3 +++
34
devel/ocaml-time_now/pkg-descr |  3 +++
6
devel/ocaml-time_now/pkg-plist | 17 +++++++++++++
35
devel/ocaml-time_now/pkg-plist | 17 +++++++++++++
7
4 files changed, 68 insertions(+)
36
4 files changed, 68 insertions(+)
8
create mode 100644 devel/ocaml-time_now/Makefile
37
create mode 100644 devel/ocaml-time_now/Makefile
9
create mode 100644 devel/ocaml-time_now/distinfo
38
create mode 100644 devel/ocaml-time_now/distinfo
10
create mode 100644 devel/ocaml-time_now/pkg-descr
39
create mode 100644 devel/ocaml-time_now/pkg-descr
11
create mode 100644 devel/ocaml-time_now/pkg-plist
40
create mode 100644 devel/ocaml-time_now/pkg-plist
(-)b/devel/ocaml-time_now/Makefile (+45 lines)
Added Link Here
1
# Created by: Thierry Thomas <thierry@pompo.net>
2
3
PORTNAME=	time_now
4
DISTVERSIONPREFIX=	v
5
DISTVERSION=	0.14.0
6
CATEGORIES=	devel
7
PKGNAMEPREFIX=	ocaml-
8
9
MAINTAINER=	thierry@FreeBSD.org
10
COMMENT=	Reports the current time
11
12
LICENSE=	MIT
13
14
BUILD_DEPENDS=	dune:devel/ocaml-dune	\
15
		ocaml-base>0:devel/ocaml-base	\
16
		ocaml-ppx_base>0:devel/ocaml-ppx_base	\
17
		ocaml-jst-config>0:devel/ocaml-jst-config	\
18
		ocaml-ppx_optcomp>0:devel/ocaml-ppx_optcomp	\
19
		ocaml-jane-street-headers>0:devel/ocaml-jane-street-headers
20
RUN_DEPENDS=	ocaml-ppx_hash>0:devel/ocaml-ppx_hash	\
21
		ocaml-ppx_compare>0:devel/ocaml-ppx_compare	\
22
		ocaml-ppx_sexp_conv>0:devel/ocaml-ppx_sexp_conv	\
23
		ocaml-ppx_enumerate>0:devel/ocaml-ppx_enumerate	\
24
		ocaml-jane-street-headers>0:devel/ocaml-jane-street-headers
25
26
USE_GITHUB=	yes
27
GH_ACCOUNT=	janestreet
28
29
USE_OCAML=	yes
30
OCAML_LDLIBS=	${OCAML_SITELIBDIR}/stublibs
31
32
MAKE_ENV=	INSTALL_ARGS="--destdir=${STAGEDIR} --libdir=${OCAML_SITELIBDIR}"
33
DOCSDIR=	${OCAML_DOCSDIR}/${PORTNAME}
34
ALL_TARGET=	default
35
36
OPTIONS_DEFINE=	DOCS
37
38
pre-build:
39
	${REINPLACE_CMD} -e 's|^INSTALL_ARGS|#INSTALL_ARGS|' ${WRKSRC}/${MAKEFILE}
40
41
post-install:
42
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/${PORTNAME}/${PORTNAME}.cmxs
43
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/stublibs/dlltime_now_stubs.so
44
45
.include <bsd.port.mk>
(-)b/devel/ocaml-time_now/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1646760807
2
SHA256 (janestreet-time_now-v0.14.0_GH0.tar.gz) = 4fc6c0bfeb44c31bbc055456bb832ea782001b8708940f73c7c5f5cd744a2f8a
3
SIZE (janestreet-time_now-v0.14.0_GH0.tar.gz) = 3666
(-)b/devel/ocaml-time_now/pkg-descr (+3 lines)
Added Link Here
1
OCaml library to reports the current time!
2
3
WWW: https://github.com/janestreet/time_now
(-)b/devel/ocaml-time_now/pkg-plist (-2 / +17 lines)
Added Link Here
0
- 
1
%%OCAML_SITELIBDIR%%/stublibs/dlltime_now_stubs.so
2
%%OCAML_SITELIBDIR%%/time_now/META
3
%%OCAML_SITELIBDIR%%/time_now/dune-package
4
%%OCAML_SITELIBDIR%%/time_now/libtime_now_stubs.a
5
%%OCAML_SITELIBDIR%%/time_now/opam
6
%%OCAML_SITELIBDIR%%/time_now/runtime.js
7
%%OCAML_SITELIBDIR%%/time_now/time_now.a
8
%%OCAML_SITELIBDIR%%/time_now/time_now.cma
9
%%OCAML_SITELIBDIR%%/time_now/time_now.cmi
10
%%OCAML_SITELIBDIR%%/time_now/time_now.cmt
11
%%OCAML_SITELIBDIR%%/time_now/time_now.cmti
12
%%OCAML_SITELIBDIR%%/time_now/time_now.cmx
13
%%OCAML_SITELIBDIR%%/time_now/time_now.cmxa
14
%%OCAML_SITELIBDIR%%/time_now/time_now.cmxs
15
%%OCAML_SITELIBDIR%%/time_now/time_now.ml
16
%%OCAML_SITELIBDIR%%/time_now/time_now.mli
17
%%PORTDOCS%%%%DOCSDIR%%/LICENSE.md
1
for writing in-line tests
18
for writing in-line tests
2
--
3
devel/ocaml-ppx_inline_test/Makefile  | 44 +++++++++++++++
19
devel/ocaml-ppx_inline_test/Makefile  | 44 +++++++++++++++
4
devel/ocaml-ppx_inline_test/distinfo  |  3 +
20
devel/ocaml-ppx_inline_test/distinfo  |  3 +
5
devel/ocaml-ppx_inline_test/pkg-descr |  3 +
21
devel/ocaml-ppx_inline_test/pkg-descr |  3 +
6
devel/ocaml-ppx_inline_test/pkg-plist | 79 +++++++++++++++++++++++++++
22
devel/ocaml-ppx_inline_test/pkg-plist | 79 +++++++++++++++++++++++++++
7
4 files changed, 129 insertions(+)
23
4 files changed, 129 insertions(+)
8
create mode 100644 devel/ocaml-ppx_inline_test/Makefile
24
create mode 100644 devel/ocaml-ppx_inline_test/Makefile
9
create mode 100644 devel/ocaml-ppx_inline_test/distinfo
25
create mode 100644 devel/ocaml-ppx_inline_test/distinfo
10
create mode 100644 devel/ocaml-ppx_inline_test/pkg-descr
26
create mode 100644 devel/ocaml-ppx_inline_test/pkg-descr
11
create mode 100644 devel/ocaml-ppx_inline_test/pkg-plist
27
create mode 100644 devel/ocaml-ppx_inline_test/pkg-plist
(-)b/devel/ocaml-ppx_inline_test/Makefile (+44 lines)
Added Link Here
1
# Created by: Thierry Thomas <thierry@pompo.net>
2
3
PORTNAME=	ppx_inline_test
4
DISTVERSIONPREFIX=	v
5
DISTVERSION=	0.14.1
6
CATEGORIES=	devel
7
PKGNAMEPREFIX=	ocaml-
8
9
MAINTAINER=	thierry@FreeBSD.org
10
COMMENT=	Syntax extension for writing in-line tests in OCaml code
11
12
LICENSE=	MIT
13
14
BUILD_DEPENDS=	dune:devel/ocaml-dune	\
15
		ocaml-base>0:devel/ocaml-base	\
16
		ocaml-ppxlib>0:devel/ocaml-ppxlib	\
17
		ocaml-time_now>0:devel/ocaml-time_now
18
RUN_DEPENDS=	ocaml-base>0:devel/ocaml-base	\
19
		ocaml-ppxlib>0:devel/ocaml-ppxlib	\
20
		ocaml-time_now>0:devel/ocaml-time_now
21
22
USE_GITHUB=	yes
23
GH_ACCOUNT=	janestreet
24
25
USE_OCAML=	yes
26
OCAML_LDLIBS=	${OCAML_SITELIBDIR}/stublibs
27
28
MAKE_ENV=	INSTALL_ARGS="--destdir=${STAGEDIR} --libdir=${OCAML_SITELIBDIR}"
29
DOCSDIR=	${OCAML_DOCSDIR}/${PORTNAME}
30
ALL_TARGET=	default
31
32
OPTIONS_DEFINE=	DOCS
33
34
pre-build:
35
	${REINPLACE_CMD} -e 's|^INSTALL_ARGS|#INSTALL_ARGS|' ${WRKSRC}/${MAKEFILE}
36
37
post-install:
38
	${FIND} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/${PORTNAME} -name "*.cmxs" | \
39
		${XARGS} ${STRIP_CMD}
40
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/${PORTNAME}/ppx.exe
41
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/${PORTNAME}/drop/ppx.exe
42
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/stublibs/dllppx_inline_test_runner_lib_stubs.so
43
44
.include <bsd.port.mk>
(-)b/devel/ocaml-ppx_inline_test/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1646735857
2
SHA256 (janestreet-ppx_inline_test-v0.14.1_GH0.tar.gz) = d7e5c1b92e5ae1e9076979852c80cb192af443ff90e2fb11b5561df032aafb63
3
SIZE (janestreet-ppx_inline_test-v0.14.1_GH0.tar.gz) = 19683
(-)b/devel/ocaml-ppx_inline_test/pkg-descr (+3 lines)
Added Link Here
1
Syntax extension for writing in-line tests in ocaml code.
2
3
WWW: https://github.com/janestreet/ppx_inline_test
(-)b/devel/ocaml-ppx_inline_test/pkg-plist (-2 / +79 lines)
Added Link Here
0
- 
1
%%OCAML_SITELIBDIR%%/ppx_inline_test/META
2
%%OCAML_SITELIBDIR%%/ppx_inline_test/config/inline_test_config.a
3
%%OCAML_SITELIBDIR%%/ppx_inline_test/config/inline_test_config.cma
4
%%OCAML_SITELIBDIR%%/ppx_inline_test/config/inline_test_config.cmi
5
%%OCAML_SITELIBDIR%%/ppx_inline_test/config/inline_test_config.cmt
6
%%OCAML_SITELIBDIR%%/ppx_inline_test/config/inline_test_config.cmti
7
%%OCAML_SITELIBDIR%%/ppx_inline_test/config/inline_test_config.cmx
8
%%OCAML_SITELIBDIR%%/ppx_inline_test/config/inline_test_config.cmxa
9
%%OCAML_SITELIBDIR%%/ppx_inline_test/config/inline_test_config.cmxs
10
%%OCAML_SITELIBDIR%%/ppx_inline_test/config/inline_test_config.ml
11
%%OCAML_SITELIBDIR%%/ppx_inline_test/config/inline_test_config.mli
12
%%OCAML_SITELIBDIR%%/ppx_inline_test/drop/ppx.exe
13
%%OCAML_SITELIBDIR%%/ppx_inline_test/drop/ppx_inline_test_drop.a
14
%%OCAML_SITELIBDIR%%/ppx_inline_test/drop/ppx_inline_test_drop.cma
15
%%OCAML_SITELIBDIR%%/ppx_inline_test/drop/ppx_inline_test_drop.cmi
16
%%OCAML_SITELIBDIR%%/ppx_inline_test/drop/ppx_inline_test_drop.cmt
17
%%OCAML_SITELIBDIR%%/ppx_inline_test/drop/ppx_inline_test_drop.cmx
18
%%OCAML_SITELIBDIR%%/ppx_inline_test/drop/ppx_inline_test_drop.cmxa
19
%%OCAML_SITELIBDIR%%/ppx_inline_test/drop/ppx_inline_test_drop.cmxs
20
%%OCAML_SITELIBDIR%%/ppx_inline_test/drop/ppx_inline_test_drop.ml
21
%%OCAML_SITELIBDIR%%/ppx_inline_test/dune-package
22
%%OCAML_SITELIBDIR%%/ppx_inline_test/libname/ppx_inline_test_libname.a
23
%%OCAML_SITELIBDIR%%/ppx_inline_test/libname/ppx_inline_test_libname.cma
24
%%OCAML_SITELIBDIR%%/ppx_inline_test/libname/ppx_inline_test_libname.cmi
25
%%OCAML_SITELIBDIR%%/ppx_inline_test/libname/ppx_inline_test_libname.cmt
26
%%OCAML_SITELIBDIR%%/ppx_inline_test/libname/ppx_inline_test_libname.cmti
27
%%OCAML_SITELIBDIR%%/ppx_inline_test/libname/ppx_inline_test_libname.cmx
28
%%OCAML_SITELIBDIR%%/ppx_inline_test/libname/ppx_inline_test_libname.cmxa
29
%%OCAML_SITELIBDIR%%/ppx_inline_test/libname/ppx_inline_test_libname.cmxs
30
%%OCAML_SITELIBDIR%%/ppx_inline_test/libname/ppx_inline_test_libname.ml
31
%%OCAML_SITELIBDIR%%/ppx_inline_test/libname/ppx_inline_test_libname.mli
32
%%OCAML_SITELIBDIR%%/ppx_inline_test/opam
33
%%OCAML_SITELIBDIR%%/ppx_inline_test/ppx.exe
34
%%OCAML_SITELIBDIR%%/ppx_inline_test/ppx_inline_test.a
35
%%OCAML_SITELIBDIR%%/ppx_inline_test/ppx_inline_test.cma
36
%%OCAML_SITELIBDIR%%/ppx_inline_test/ppx_inline_test.cmi
37
%%OCAML_SITELIBDIR%%/ppx_inline_test/ppx_inline_test.cmt
38
%%OCAML_SITELIBDIR%%/ppx_inline_test/ppx_inline_test.cmti
39
%%OCAML_SITELIBDIR%%/ppx_inline_test/ppx_inline_test.cmx
40
%%OCAML_SITELIBDIR%%/ppx_inline_test/ppx_inline_test.cmxa
41
%%OCAML_SITELIBDIR%%/ppx_inline_test/ppx_inline_test.cmxs
42
%%OCAML_SITELIBDIR%%/ppx_inline_test/ppx_inline_test.ml
43
%%OCAML_SITELIBDIR%%/ppx_inline_test/ppx_inline_test.mli
44
%%OCAML_SITELIBDIR%%/ppx_inline_test/runner/lib/libppx_inline_test_runner_lib_stubs.a
45
%%OCAML_SITELIBDIR%%/ppx_inline_test/runner/lib/ppx_inline_test_runner_lib.a
46
%%OCAML_SITELIBDIR%%/ppx_inline_test/runner/lib/ppx_inline_test_runner_lib.cma
47
%%OCAML_SITELIBDIR%%/ppx_inline_test/runner/lib/ppx_inline_test_runner_lib.cmi
48
%%OCAML_SITELIBDIR%%/ppx_inline_test/runner/lib/ppx_inline_test_runner_lib.cmt
49
%%OCAML_SITELIBDIR%%/ppx_inline_test/runner/lib/ppx_inline_test_runner_lib.cmx
50
%%OCAML_SITELIBDIR%%/ppx_inline_test/runner/lib/ppx_inline_test_runner_lib.cmxa
51
%%OCAML_SITELIBDIR%%/ppx_inline_test/runner/lib/ppx_inline_test_runner_lib.cmxs
52
%%OCAML_SITELIBDIR%%/ppx_inline_test/runner/lib/ppx_inline_test_runner_lib.ml
53
%%OCAML_SITELIBDIR%%/ppx_inline_test/runner/lib/runtime.js
54
%%OCAML_SITELIBDIR%%/ppx_inline_test/runner/ppx_inline_test_runner.a
55
%%OCAML_SITELIBDIR%%/ppx_inline_test/runner/ppx_inline_test_runner.cma
56
%%OCAML_SITELIBDIR%%/ppx_inline_test/runner/ppx_inline_test_runner.cmi
57
%%OCAML_SITELIBDIR%%/ppx_inline_test/runner/ppx_inline_test_runner.cmt
58
%%OCAML_SITELIBDIR%%/ppx_inline_test/runner/ppx_inline_test_runner.cmx
59
%%OCAML_SITELIBDIR%%/ppx_inline_test/runner/ppx_inline_test_runner.cmxa
60
%%OCAML_SITELIBDIR%%/ppx_inline_test/runner/ppx_inline_test_runner.cmxs
61
%%OCAML_SITELIBDIR%%/ppx_inline_test/runner/ppx_inline_test_runner.ml
62
%%OCAML_SITELIBDIR%%/ppx_inline_test/runtime-lib/ppx_inline_test_lib.a
63
%%OCAML_SITELIBDIR%%/ppx_inline_test/runtime-lib/ppx_inline_test_lib.cma
64
%%OCAML_SITELIBDIR%%/ppx_inline_test/runtime-lib/ppx_inline_test_lib.cmi
65
%%OCAML_SITELIBDIR%%/ppx_inline_test/runtime-lib/ppx_inline_test_lib.cmt
66
%%OCAML_SITELIBDIR%%/ppx_inline_test/runtime-lib/ppx_inline_test_lib.cmx
67
%%OCAML_SITELIBDIR%%/ppx_inline_test/runtime-lib/ppx_inline_test_lib.cmxa
68
%%OCAML_SITELIBDIR%%/ppx_inline_test/runtime-lib/ppx_inline_test_lib.cmxs
69
%%OCAML_SITELIBDIR%%/ppx_inline_test/runtime-lib/ppx_inline_test_lib.ml
70
%%OCAML_SITELIBDIR%%/ppx_inline_test/runtime-lib/ppx_inline_test_lib__Runtime.cmi
71
%%OCAML_SITELIBDIR%%/ppx_inline_test/runtime-lib/ppx_inline_test_lib__Runtime.cmt
72
%%OCAML_SITELIBDIR%%/ppx_inline_test/runtime-lib/ppx_inline_test_lib__Runtime.cmti
73
%%OCAML_SITELIBDIR%%/ppx_inline_test/runtime-lib/ppx_inline_test_lib__Runtime.cmx
74
%%OCAML_SITELIBDIR%%/ppx_inline_test/runtime-lib/runtime.ml
75
%%OCAML_SITELIBDIR%%/ppx_inline_test/runtime-lib/runtime.mli
76
%%OCAML_SITELIBDIR%%/stublibs/dllppx_inline_test_runner_lib_stubs.so
77
%%PORTDOCS%%%%DOCSDIR%%/CHANGES.md
78
%%PORTDOCS%%%%DOCSDIR%%/LICENSE.md
79
%%PORTDOCS%%%%DOCSDIR%%/README.md
1
unsigned integer types for OCaml
80
unsigned integer types for OCaml
2
--
3
devel/ocaml-integers/Makefile  | 38 ++++++++++++++++++++++++++++++++++
81
devel/ocaml-integers/Makefile  | 38 ++++++++++++++++++++++++++++++++++
4
devel/ocaml-integers/distinfo  |  3 +++
82
devel/ocaml-integers/distinfo  |  3 +++
5
devel/ocaml-integers/pkg-descr |  5 +++++
83
devel/ocaml-integers/pkg-descr |  5 +++++
6
devel/ocaml-integers/pkg-plist | 36 ++++++++++++++++++++++++++++++++
84
devel/ocaml-integers/pkg-plist | 36 ++++++++++++++++++++++++++++++++
7
4 files changed, 82 insertions(+)
85
4 files changed, 82 insertions(+)
8
create mode 100644 devel/ocaml-integers/Makefile
86
create mode 100644 devel/ocaml-integers/Makefile
9
create mode 100644 devel/ocaml-integers/distinfo
87
create mode 100644 devel/ocaml-integers/distinfo
10
create mode 100644 devel/ocaml-integers/pkg-descr
88
create mode 100644 devel/ocaml-integers/pkg-descr
11
create mode 100644 devel/ocaml-integers/pkg-plist
89
create mode 100644 devel/ocaml-integers/pkg-plist
(-)b/devel/ocaml-integers/Makefile (+38 lines)
Added Link Here
1
# Created by: Thierry Thomas <thierry@pompo.net>
2
3
PORTNAME=	ocaml-integers
4
DISTVERSION=	0.5.0
5
CATEGORIES=	devel
6
7
MAINTAINER=	thierry@FreeBSD.org
8
COMMENT=	Various signed and unsigned integer types for OCaml
9
10
LICENSE=	MIT
11
12
BUILD_DEPENDS=	dune:devel/ocaml-dune	\
13
		ocaml-compiler-libs>0:devel/ocaml-compiler-libs
14
RUN_DEPENDS=	ocaml-compiler-libs>0:devel/ocaml-compiler-libs
15
16
USE_GITHUB=	yes
17
GH_ACCOUNT=	ocamllabs
18
19
USE_OCAML=	yes
20
USE_OCAML_LDCONFIG=	yes
21
OCAML_LDLIBS=	${OCAML_SITELIBDIR}/stublibs
22
23
INSTALL_ARGS=	--destdir=${STAGEDIR} --libdir=${OCAML_SITELIBDIR}
24
DOCSDIR=	${OCAML_DOCSDIR}/${PORTNAME}
25
26
OPTIONS_DEFINE=	DOCS
27
28
do-build:
29
	(cd ${WRKSRC} && ${LOCALBASE}/bin/dune build)
30
31
do-install:
32
	(cd ${WRKSRC} && ${LOCALBASE}/bin/dune install ${INSTALL_ARGS})
33
34
post-install:
35
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/integers/integers.cmxs
36
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/stublibs/dllintegers_stubs.so
37
38
.include <bsd.port.mk>
(-)b/devel/ocaml-integers/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1647163834
2
SHA256 (ocamllabs-ocaml-integers-0.5.0_GH0.tar.gz) = b0116f785d62d03ad8873bdaededcdc637aeca6709318ed343f9cc5568bfa1f2
3
SIZE (ocamllabs-ocaml-integers-0.5.0_GH0.tar.gz) = 12525
(-)b/devel/ocaml-integers/pkg-descr (+5 lines)
Added Link Here
1
The ocaml-integers library provides a number of 8-, 16-, 32- and 64-bit signed
2
and unsigned integer types, together with aliases such as long and size_t whose
3
sizes depend on the host platform.
4
5
WWW: https://github.com/ocamllabs/ocaml-integers
(-)b/devel/ocaml-integers/pkg-plist (-2 / +36 lines)
Added Link Here
0
- 
1
%%OCAML_SITELIBDIR%%/integers/META
2
%%OCAML_SITELIBDIR%%/integers/dune-package
3
%%OCAML_SITELIBDIR%%/integers/integers.a
4
%%OCAML_SITELIBDIR%%/integers/integers.cma
5
%%OCAML_SITELIBDIR%%/integers/integers.cmxa
6
%%OCAML_SITELIBDIR%%/integers/integers.cmxs
7
%%OCAML_SITELIBDIR%%/integers/libintegers_stubs.a
8
%%OCAML_SITELIBDIR%%/integers/ocaml_integers.h
9
%%OCAML_SITELIBDIR%%/integers/opam
10
%%OCAML_SITELIBDIR%%/integers/signed.cmi
11
%%OCAML_SITELIBDIR%%/integers/signed.cmt
12
%%OCAML_SITELIBDIR%%/integers/signed.cmti
13
%%OCAML_SITELIBDIR%%/integers/signed.cmx
14
%%OCAML_SITELIBDIR%%/integers/signed.ml
15
%%OCAML_SITELIBDIR%%/integers/signed.mli
16
%%OCAML_SITELIBDIR%%/integers/top/install_integer_printers.cmi
17
%%OCAML_SITELIBDIR%%/integers/top/install_integer_printers.cmt
18
%%OCAML_SITELIBDIR%%/integers/top/install_integer_printers.cmti
19
%%OCAML_SITELIBDIR%%/integers/top/install_integer_printers.ml
20
%%OCAML_SITELIBDIR%%/integers/top/install_integer_printers.mli
21
%%OCAML_SITELIBDIR%%/integers/top/integer_printers.cmi
22
%%OCAML_SITELIBDIR%%/integers/top/integer_printers.cmt
23
%%OCAML_SITELIBDIR%%/integers/top/integer_printers.cmti
24
%%OCAML_SITELIBDIR%%/integers/top/integer_printers.ml
25
%%OCAML_SITELIBDIR%%/integers/top/integer_printers.mli
26
%%OCAML_SITELIBDIR%%/integers/top/integers_top.cma
27
%%OCAML_SITELIBDIR%%/integers/unsigned.cmi
28
%%OCAML_SITELIBDIR%%/integers/unsigned.cmt
29
%%OCAML_SITELIBDIR%%/integers/unsigned.cmti
30
%%OCAML_SITELIBDIR%%/integers/unsigned.cmx
31
%%OCAML_SITELIBDIR%%/integers/unsigned.ml
32
%%OCAML_SITELIBDIR%%/integers/unsigned.mli
33
%%OCAML_SITELIBDIR%%/stublibs/dllintegers_stubs.so
34
share/doc/ocaml/integers/CHANGES.md
35
share/doc/ocaml/integers/LICENSE.md
36
share/doc/ocaml/integers/README.md
1
library for Stdlib.Bigarray
37
library for Stdlib.Bigarray
2
--
3
devel/ocaml-bigarray-compat/Makefile          | 35 +++++++++++++++++++
38
devel/ocaml-bigarray-compat/Makefile          | 35 +++++++++++++++++++
4
devel/ocaml-bigarray-compat/distinfo          |  3 ++
39
devel/ocaml-bigarray-compat/distinfo          |  3 ++
5
.../files/patch-bigarray-compat.opam          | 11 ++++++
40
.../files/patch-bigarray-compat.opam          | 11 ++++++
6
devel/ocaml-bigarray-compat/pkg-descr         |  4 +++
41
devel/ocaml-bigarray-compat/pkg-descr         |  4 +++
7
devel/ocaml-bigarray-compat/pkg-plist         | 14 ++++++++
42
devel/ocaml-bigarray-compat/pkg-plist         | 14 ++++++++
8
5 files changed, 67 insertions(+)
43
5 files changed, 67 insertions(+)
9
create mode 100644 devel/ocaml-bigarray-compat/Makefile
44
create mode 100644 devel/ocaml-bigarray-compat/Makefile
10
create mode 100644 devel/ocaml-bigarray-compat/distinfo
45
create mode 100644 devel/ocaml-bigarray-compat/distinfo
11
create mode 100644 devel/ocaml-bigarray-compat/files/patch-bigarray-compat.opam
46
create mode 100644 devel/ocaml-bigarray-compat/files/patch-bigarray-compat.opam
12
create mode 100644 devel/ocaml-bigarray-compat/pkg-descr
47
create mode 100644 devel/ocaml-bigarray-compat/pkg-descr
13
create mode 100644 devel/ocaml-bigarray-compat/pkg-plist
48
create mode 100644 devel/ocaml-bigarray-compat/pkg-plist
(-)b/devel/ocaml-bigarray-compat/Makefile (+35 lines)
Added Link Here
1
# Created by: Thierry Thomas <thierry@pompo.net>
2
3
PORTNAME=	bigarray-compat
4
DISTVERSIONPREFIX=	v
5
DISTVERSION=	1.1.0
6
CATEGORIES=	devel
7
PKGNAMEPREFIX=	ocaml-
8
9
MAINTAINER=	thierry@FreeBSD.org
10
COMMENT=	Expose Stdlib.Bigarray when possible but try not to break stuff
11
12
LICENSE=	ISCL
13
14
BUILD_DEPENDS=	dune:devel/ocaml-dune
15
16
USE_GITHUB=	yes
17
GH_ACCOUNT=	mirage
18
19
USE_OCAML=	yes
20
21
INSTALL_ARGS=	--destdir=${STAGEDIR} --libdir=${OCAML_SITELIBDIR}
22
DOCSDIR=	${OCAML_DOCSDIR}/${PORTNAME}
23
24
OPTIONS_DEFINE=	DOCS
25
26
do-build:
27
	(cd ${WRKSRC} && ${LOCALBASE}/bin/dune build)
28
29
do-install:
30
	(cd ${WRKSRC} && ${LOCALBASE}/bin/dune install ${INSTALL_ARGS})
31
32
post-install:
33
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/${PORTNAME}/bigarray_compat.cmxs
34
35
.include <bsd.port.mk>
(-)b/devel/ocaml-bigarray-compat/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1647167865
2
SHA256 (mirage-bigarray-compat-v1.1.0_GH0.tar.gz) = cf09354986d1ab7d506949f58e73dd72be8aedb241c1593381c18e92a70c0bb1
3
SIZE (mirage-bigarray-compat-v1.1.0_GH0.tar.gz) = 2046
(-)b/devel/ocaml-bigarray-compat/files/patch-bigarray-compat.opam (+11 lines)
Added Link Here
1
--- bigarray-compat.opam.orig	2022-01-26 09:16:01 UTC
2
+++ bigarray-compat.opam
3
@@ -6,7 +6,7 @@ homepage: "https://github.com/mirage/bigarray-compat"
4
 bug-reports: "https://github.com/mirage/bigarray-compat/issues"
5
 dev-repo: "git+https://github.com/mirage/bigarray-compat.git"
6
 build: [
7
-  ["dune" "subst"] {pinned}
8
+  ["dune" "subst"] {dev}
9
   ["dune" "build" "-p" name "-j" jobs]
10
 ]
11
 depends: [
(-)b/devel/ocaml-bigarray-compat/pkg-descr (+4 lines)
Added Link Here
1
A library that exposes Stdlib.Bigarray when possible (>= 4.07) but can fallback
2
to Bigarray. The compability bigarray module is exposed under Bigarray_compat.
3
4
WWW: https://github.com/mirage/bigarray-compat
(-)b/devel/ocaml-bigarray-compat/pkg-plist (-2 / +14 lines)
Added Link Here
0
- 
1
%%OCAML_SITELIBDIR%%/bigarray-compat/META
2
%%OCAML_SITELIBDIR%%/bigarray-compat/bigarray_compat.a
3
%%OCAML_SITELIBDIR%%/bigarray-compat/bigarray_compat.cma
4
%%OCAML_SITELIBDIR%%/bigarray-compat/bigarray_compat.cmi
5
%%OCAML_SITELIBDIR%%/bigarray-compat/bigarray_compat.cmt
6
%%OCAML_SITELIBDIR%%/bigarray-compat/bigarray_compat.cmx
7
%%OCAML_SITELIBDIR%%/bigarray-compat/bigarray_compat.cmxa
8
%%OCAML_SITELIBDIR%%/bigarray-compat/bigarray_compat.cmxs
9
%%OCAML_SITELIBDIR%%/bigarray-compat/bigarray_compat.ml
10
%%OCAML_SITELIBDIR%%/bigarray-compat/dune-package
11
%%OCAML_SITELIBDIR%%/bigarray-compat/opam
12
%%PORTDOCS%%%%DOCSDIR%%/CHANGES.md
13
%%PORTDOCS%%%%DOCSDIR%%/LICENSE.md
14
%%PORTDOCS%%%%DOCSDIR%%/README.md
1
libraries using pure OCaml
15
libraries using pure OCaml
2
--
3
devel/ocaml-ctypes/Makefile  |  37 ++++++++++
16
devel/ocaml-ctypes/Makefile  |  37 ++++++++++
4
devel/ocaml-ctypes/distinfo  |   3 +
17
devel/ocaml-ctypes/distinfo  |   3 +
5
devel/ocaml-ctypes/pkg-descr |  10 +++
18
devel/ocaml-ctypes/pkg-descr |  10 +++
6
devel/ocaml-ctypes/pkg-plist | 127 +++++++++++++++++++++++++++++++++++
19
devel/ocaml-ctypes/pkg-plist | 127 +++++++++++++++++++++++++++++++++++
7
4 files changed, 177 insertions(+)
20
4 files changed, 177 insertions(+)
8
create mode 100644 devel/ocaml-ctypes/Makefile
21
create mode 100644 devel/ocaml-ctypes/Makefile
9
create mode 100644 devel/ocaml-ctypes/distinfo
22
create mode 100644 devel/ocaml-ctypes/distinfo
10
create mode 100644 devel/ocaml-ctypes/pkg-descr
23
create mode 100644 devel/ocaml-ctypes/pkg-descr
11
create mode 100644 devel/ocaml-ctypes/pkg-plist
24
create mode 100644 devel/ocaml-ctypes/pkg-plist
(-)b/devel/ocaml-ctypes/Makefile (+37 lines)
Added Link Here
1
# Created by: Thierry Thomas <thierry@pompo.net>
2
3
PORTNAME=	ocaml-ctypes
4
PORTVERSION=	0.20.0
5
CATEGORIES=	devel
6
7
MAINTAINER=	thierry@FreeBSD.org
8
COMMENT=	Library for binding to C libraries using pure OCaml
9
10
LICENSE=	MIT
11
12
BUILD_DEPENDS=	ocamlbuild:devel/ocaml-ocamlbuild	\
13
		ocaml-integers>0:devel/ocaml-integers	\
14
		ocaml-compiler-libs>0:devel/ocaml-compiler-libs	\
15
		ocaml-bigarray-compat>0:devel/ocaml-bigarray-compat
16
LIB_DEPENDS=	libffi.so:devel/libffi
17
RUN_DEPENDS=	ocaml-integers>0:devel/ocaml-integers	\
18
		ocaml-bigarray-compat>0:devel/ocaml-bigarray-compat
19
20
USE_GITHUB=	yes
21
GH_ACCOUNT=	ocamllabs
22
23
USES=		gmake pkgconfig
24
25
USE_OCAML=	yes
26
USE_OCAML_FINDLIB=	yes
27
USE_OCAML_LDCONFIG=	yes
28
OCAML_LDLIBS=	${OCAML_SITELIBDIR}/ctypes
29
MAKE_JOBS_UNSAFE=	yes
30
31
post-install:
32
	${FIND} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/ctypes -name "*.cmxs" | \
33
		${XARGS} ${STRIP_CMD}
34
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/ctypes/dllctypes-foreign_stubs.so
35
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/ctypes/dllctypes_stubs.so
36
37
.include <bsd.port.mk>
(-)b/devel/ocaml-ctypes/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1647125767
2
SHA256 (ocamllabs-ocaml-ctypes-0.20.0_GH0.tar.gz) = c97fa72722e3931c917853a5b6c69c237edbd7739e44e46ee3b1c13f2e84a87a
3
SIZE (ocamllabs-ocaml-ctypes-0.20.0_GH0.tar.gz) = 206559
(-)b/devel/ocaml-ctypes/pkg-descr (+10 lines)
Added Link Here
1
ctypes is a library for binding to C libraries using pure OCaml. The primary aim
2
is to make writing C extensions as straightforward as possible.
3
4
The core of ctypes is a set of combinators for describing the structure of C
5
types -- numeric types, arrays, pointers, structs, unions and functions. You can
6
use these combinators to describe the types of the functions that you want to
7
call, then bind directly to those functions -- all without writing or generating
8
any C!
9
10
WWW: https://github.com/ocamllabs/ocaml-ctypes
(-)b/devel/ocaml-ctypes/pkg-plist (-2 / +127 lines)
Added Link Here
0
- 
1
%%OCAML_SITELIBDIR%%/ctypes/CHANGES.md
2
%%OCAML_SITELIBDIR%%/ctypes/META
3
%%OCAML_SITELIBDIR%%/ctypes/complexL.cmi
4
%%OCAML_SITELIBDIR%%/ctypes/complexL.cmt
5
%%OCAML_SITELIBDIR%%/ctypes/complexL.cmti
6
%%OCAML_SITELIBDIR%%/ctypes/complexL.cmx
7
%%OCAML_SITELIBDIR%%/ctypes/complexL.mli
8
%%OCAML_SITELIBDIR%%/ctypes/cstubs.a
9
%%OCAML_SITELIBDIR%%/ctypes/cstubs.cma
10
%%OCAML_SITELIBDIR%%/ctypes/cstubs.cmi
11
%%OCAML_SITELIBDIR%%/ctypes/cstubs.cmt
12
%%OCAML_SITELIBDIR%%/ctypes/cstubs.cmti
13
%%OCAML_SITELIBDIR%%/ctypes/cstubs.cmx
14
%%OCAML_SITELIBDIR%%/ctypes/cstubs.cmxa
15
%%OCAML_SITELIBDIR%%/ctypes/cstubs.cmxs
16
%%OCAML_SITELIBDIR%%/ctypes/cstubs.mli
17
%%OCAML_SITELIBDIR%%/ctypes/cstubs_analysis.cmx
18
%%OCAML_SITELIBDIR%%/ctypes/cstubs_c_language.cmx
19
%%OCAML_SITELIBDIR%%/ctypes/cstubs_emit_c.cmx
20
%%OCAML_SITELIBDIR%%/ctypes/cstubs_errors.cmx
21
%%OCAML_SITELIBDIR%%/ctypes/cstubs_generate_c.cmx
22
%%OCAML_SITELIBDIR%%/ctypes/cstubs_generate_ml.cmx
23
%%OCAML_SITELIBDIR%%/ctypes/cstubs_internals.cmi
24
%%OCAML_SITELIBDIR%%/ctypes/cstubs_internals.cmx
25
%%OCAML_SITELIBDIR%%/ctypes/cstubs_internals.h
26
%%OCAML_SITELIBDIR%%/ctypes/cstubs_inverted.cmi
27
%%OCAML_SITELIBDIR%%/ctypes/cstubs_inverted.cmt
28
%%OCAML_SITELIBDIR%%/ctypes/cstubs_inverted.cmti
29
%%OCAML_SITELIBDIR%%/ctypes/cstubs_inverted.cmx
30
%%OCAML_SITELIBDIR%%/ctypes/cstubs_inverted.mli
31
%%OCAML_SITELIBDIR%%/ctypes/cstubs_public_name.cmx
32
%%OCAML_SITELIBDIR%%/ctypes/cstubs_structs.cmi
33
%%OCAML_SITELIBDIR%%/ctypes/cstubs_structs.cmt
34
%%OCAML_SITELIBDIR%%/ctypes/cstubs_structs.cmti
35
%%OCAML_SITELIBDIR%%/ctypes/cstubs_structs.cmx
36
%%OCAML_SITELIBDIR%%/ctypes/cstubs_structs.mli
37
%%OCAML_SITELIBDIR%%/ctypes/ctypes-foreign.a
38
%%OCAML_SITELIBDIR%%/ctypes/ctypes-foreign.cma
39
%%OCAML_SITELIBDIR%%/ctypes/ctypes-foreign.cmxa
40
%%OCAML_SITELIBDIR%%/ctypes/ctypes-foreign.cmxs
41
%%OCAML_SITELIBDIR%%/ctypes/ctypes-top.a
42
%%OCAML_SITELIBDIR%%/ctypes/ctypes-top.cma
43
%%OCAML_SITELIBDIR%%/ctypes/ctypes-top.cmxa
44
%%OCAML_SITELIBDIR%%/ctypes/ctypes-top.cmxs
45
%%OCAML_SITELIBDIR%%/ctypes/ctypes.a
46
%%OCAML_SITELIBDIR%%/ctypes/ctypes.cma
47
%%OCAML_SITELIBDIR%%/ctypes/ctypes.cmi
48
%%OCAML_SITELIBDIR%%/ctypes/ctypes.cmt
49
%%OCAML_SITELIBDIR%%/ctypes/ctypes.cmti
50
%%OCAML_SITELIBDIR%%/ctypes/ctypes.cmx
51
%%OCAML_SITELIBDIR%%/ctypes/ctypes.cmxa
52
%%OCAML_SITELIBDIR%%/ctypes/ctypes.cmxs
53
%%OCAML_SITELIBDIR%%/ctypes/ctypes.mli
54
%%OCAML_SITELIBDIR%%/ctypes/ctypes_bigarray.cmx
55
%%OCAML_SITELIBDIR%%/ctypes/ctypes_bigarray_stubs.cmx
56
%%OCAML_SITELIBDIR%%/ctypes/ctypes_closure_properties.cmx
57
%%OCAML_SITELIBDIR%%/ctypes/ctypes_coerce.cmx
58
%%OCAML_SITELIBDIR%%/ctypes/ctypes_complex_compatibility.h
59
%%OCAML_SITELIBDIR%%/ctypes/ctypes_complex_stubs.h
60
%%OCAML_SITELIBDIR%%/ctypes/ctypes_cstubs_internals.h
61
%%OCAML_SITELIBDIR%%/ctypes/ctypes_ffi.cmx
62
%%OCAML_SITELIBDIR%%/ctypes/ctypes_ffi_stubs.cmx
63
%%OCAML_SITELIBDIR%%/ctypes/ctypes_foreign_basis.cmx
64
%%OCAML_SITELIBDIR%%/ctypes/ctypes_foreign_threaded_stubs.cmx
65
%%OCAML_SITELIBDIR%%/ctypes/ctypes_ldouble_stubs.h
66
%%OCAML_SITELIBDIR%%/ctypes/ctypes_managed_buffer_stubs.h
67
%%OCAML_SITELIBDIR%%/ctypes/ctypes_memory.cmx
68
%%OCAML_SITELIBDIR%%/ctypes/ctypes_memory_stubs.cmx
69
%%OCAML_SITELIBDIR%%/ctypes/ctypes_path.cmx
70
%%OCAML_SITELIBDIR%%/ctypes/ctypes_primitive_types.cmi
71
%%OCAML_SITELIBDIR%%/ctypes/ctypes_primitive_types.cmx
72
%%OCAML_SITELIBDIR%%/ctypes/ctypes_primitives.cmx
73
%%OCAML_SITELIBDIR%%/ctypes/ctypes_primitives.h
74
%%OCAML_SITELIBDIR%%/ctypes/ctypes_printers.cmi
75
%%OCAML_SITELIBDIR%%/ctypes/ctypes_printers.cmt
76
%%OCAML_SITELIBDIR%%/ctypes/ctypes_printers.cmti
77
%%OCAML_SITELIBDIR%%/ctypes/ctypes_printers.cmx
78
%%OCAML_SITELIBDIR%%/ctypes/ctypes_printers.mli
79
%%OCAML_SITELIBDIR%%/ctypes/ctypes_ptr.cmx
80
%%OCAML_SITELIBDIR%%/ctypes/ctypes_raw_pointer.h
81
%%OCAML_SITELIBDIR%%/ctypes/ctypes_roots_stubs.cmx
82
%%OCAML_SITELIBDIR%%/ctypes/ctypes_static.cmi
83
%%OCAML_SITELIBDIR%%/ctypes/ctypes_static.cmx
84
%%OCAML_SITELIBDIR%%/ctypes/ctypes_std_view_stubs.cmx
85
%%OCAML_SITELIBDIR%%/ctypes/ctypes_std_views.cmx
86
%%OCAML_SITELIBDIR%%/ctypes/ctypes_structs.cmi
87
%%OCAML_SITELIBDIR%%/ctypes/ctypes_structs.cmx
88
%%OCAML_SITELIBDIR%%/ctypes/ctypes_structs_computed.cmx
89
%%OCAML_SITELIBDIR%%/ctypes/ctypes_type_info_stubs.h
90
%%OCAML_SITELIBDIR%%/ctypes/ctypes_type_printing.cmx
91
%%OCAML_SITELIBDIR%%/ctypes/ctypes_types.cmi
92
%%OCAML_SITELIBDIR%%/ctypes/ctypes_types.cmti
93
%%OCAML_SITELIBDIR%%/ctypes/ctypes_types.mli
94
%%OCAML_SITELIBDIR%%/ctypes/ctypes_value_printing.cmx
95
%%OCAML_SITELIBDIR%%/ctypes/ctypes_value_printing_stubs.cmx
96
%%OCAML_SITELIBDIR%%/ctypes/ctypes_weak_ref.cmx
97
%%OCAML_SITELIBDIR%%/ctypes/dl.cmi
98
%%OCAML_SITELIBDIR%%/ctypes/dl.cmt
99
%%OCAML_SITELIBDIR%%/ctypes/dl.cmti
100
%%OCAML_SITELIBDIR%%/ctypes/dl.cmx
101
%%OCAML_SITELIBDIR%%/ctypes/dl.mli
102
%%OCAML_SITELIBDIR%%/ctypes/dllctypes-foreign_stubs.so
103
%%OCAML_SITELIBDIR%%/ctypes/dllctypes_stubs.so
104
%%OCAML_SITELIBDIR%%/ctypes/foreign.cmi
105
%%OCAML_SITELIBDIR%%/ctypes/foreign.cmt
106
%%OCAML_SITELIBDIR%%/ctypes/foreign.cmti
107
%%OCAML_SITELIBDIR%%/ctypes/foreign.cmx
108
%%OCAML_SITELIBDIR%%/ctypes/foreign.mli
109
%%OCAML_SITELIBDIR%%/ctypes/install_ctypes_printers.cmx
110
%%OCAML_SITELIBDIR%%/ctypes/lDouble.cmi
111
%%OCAML_SITELIBDIR%%/ctypes/lDouble.cmt
112
%%OCAML_SITELIBDIR%%/ctypes/lDouble.cmti
113
%%OCAML_SITELIBDIR%%/ctypes/lDouble.cmx
114
%%OCAML_SITELIBDIR%%/ctypes/lDouble.mli
115
%%OCAML_SITELIBDIR%%/ctypes/libctypes-foreign_stubs.a
116
%%OCAML_SITELIBDIR%%/ctypes/libctypes_stubs.a
117
%%OCAML_SITELIBDIR%%/ctypes/libffi_abi.cmi
118
%%OCAML_SITELIBDIR%%/ctypes/libffi_abi.cmt
119
%%OCAML_SITELIBDIR%%/ctypes/libffi_abi.cmti
120
%%OCAML_SITELIBDIR%%/ctypes/libffi_abi.cmx
121
%%OCAML_SITELIBDIR%%/ctypes/libffi_abi.mli
122
%%OCAML_SITELIBDIR%%/ctypes/ocaml_integers.h
123
%%OCAML_SITELIBDIR%%/ctypes/posixTypes.cmi
124
%%OCAML_SITELIBDIR%%/ctypes/posixTypes.cmt
125
%%OCAML_SITELIBDIR%%/ctypes/posixTypes.cmti
126
%%OCAML_SITELIBDIR%%/ctypes/posixTypes.cmx
127
%%OCAML_SITELIBDIR%%/ctypes/posixTypes.mli
1
I/O and system calls
128
I/O and system calls
2
--
3
devel/ocaml-luv/Makefile                  |  59 ++++
129
devel/ocaml-luv/Makefile                  |  59 ++++
4
devel/ocaml-luv/distinfo                  |   3 +
130
devel/ocaml-luv/distinfo                  |   3 +
5
devel/ocaml-luv/files/patch-src_c_dune    |  20 ++
131
devel/ocaml-luv/files/patch-src_c_dune    |  20 ++
6
devel/ocaml-luv/files/patch-src_unix_dune |   9 +
132
devel/ocaml-luv/files/patch-src_unix_dune |   9 +
7
devel/ocaml-luv/pkg-descr                 |   4 +
133
devel/ocaml-luv/pkg-descr                 |   4 +
8
devel/ocaml-luv/pkg-plist                 | 387 ++++++++++++++++++++++
134
devel/ocaml-luv/pkg-plist                 | 387 ++++++++++++++++++++++
9
6 files changed, 482 insertions(+)
135
6 files changed, 482 insertions(+)
10
create mode 100644 devel/ocaml-luv/Makefile
136
create mode 100644 devel/ocaml-luv/Makefile
11
create mode 100644 devel/ocaml-luv/distinfo
137
create mode 100644 devel/ocaml-luv/distinfo
12
create mode 100644 devel/ocaml-luv/files/patch-src_c_dune
138
create mode 100644 devel/ocaml-luv/files/patch-src_c_dune
13
create mode 100644 devel/ocaml-luv/files/patch-src_unix_dune
139
create mode 100644 devel/ocaml-luv/files/patch-src_unix_dune
14
create mode 100644 devel/ocaml-luv/pkg-descr
140
create mode 100644 devel/ocaml-luv/pkg-descr
15
create mode 100644 devel/ocaml-luv/pkg-plist
141
create mode 100644 devel/ocaml-luv/pkg-plist
(-)b/devel/ocaml-luv/Makefile (+59 lines)
Added Link Here
1
# Created by: Thierry Thomas <thierry@pompo.net>
2
3
PORTNAME=	luv
4
DISTVERSION=	0.5.11
5
CATEGORIES=	devel
6
PKGNAMEPREFIX=	ocaml-
7
8
MAINTAINER=	thierry@FreeBSD.org
9
COMMENT=	Cross-platform asynchronous I/O and system calls
10
11
LICENSE=	MIT
12
13
BUILD_DEPENDS=	bash:shells/bash	\
14
		dune:devel/ocaml-dune	\
15
		${NONEXISTENT}:devel/libuv:patch	\
16
		ocaml-ctypes>0:devel/ocaml-ctypes	\
17
		ocaml-result>0:devel/ocaml-result
18
LIB_DEPENDS=	libuv.so:devel/libuv
19
RUN_DEPENDS=	ocaml-ctypes>0:devel/ocaml-ctypes	\
20
		ocaml-result>0:devel/ocaml-result
21
22
USE_GITHUB=	yes
23
GH_ACCOUNT=	aantron
24
25
USES=		gmake localbase
26
USE_OCAML=	yes
27
USE_OCAML_LDCONFIG=	yes
28
OCAML_LDLIBS=	${OCAML_SITELIBDIR}/stublibs
29
30
INSTALL_ARGS=	--destdir=${STAGEDIR} --libdir=${OCAML_SITELIBDIR}
31
MAKE_ENV=	LUV_USE_SYSTEM_LIBUV=yes
32
DOCSDIR=	${OCAML_DOCSDIR}/${PORTNAME}
33
34
OPTIONS_DEFINE=	DOCS
35
36
LIBUV_WRKSRC=	cd ${.CURDIR}/../libuv && ${MAKE} -V WRKSRC
37
38
pre-configure:
39
.for du in src/c/dune src/unix/dune
40
	${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|;s|%%CFLAGS%%|${CFLAGS}|'	\
41
		${WRKSRC}/${du}
42
.endfor
43
	cd $$(${LIBUV_WRKSRC}) && ${FIND} . |	\
44
		${CPIO} --quiet -pdum ${WRKSRC}/src/c/vendor/libuv
45
46
do-build:
47
	(cd ${WRKSRC} && ${LOCALBASE}/bin/dune build --release)
48
49
do-install:
50
	(cd ${WRKSRC} && ${LOCALBASE}/bin/dune install ${INSTALL_ARGS})
51
52
post-install:
53
	${FIND} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/${PORTNAME} -name "*.cmxs" | \
54
		${XARGS} ${STRIP_CMD}
55
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/luv_unix/luv_unix.cmxs
56
	${FIND} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/stublibs -name "*.so" | \
57
		${XARGS} ${STRIP_CMD}
58
59
.include <bsd.port.mk>
(-)b/devel/ocaml-luv/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1647104739
2
SHA256 (aantron-luv-0.5.11_GH0.tar.gz) = 334e0d5e154fde21863a7fc0c8a737af36955c6ba057833dff40859bd755c923
3
SIZE (aantron-luv-0.5.11_GH0.tar.gz) = 416487
(-)b/devel/ocaml-luv/files/patch-src_c_dune (+20 lines)
Added Link Here
1
--- src/c/dune.orig	2022-02-02 10:24:13 UTC
2
+++ src/c/dune
3
@@ -12,7 +12,7 @@ let foreign_archives, uv_library_flag, include_dirs, i
4
     "",
5
     "-luv",
6
     "",
7
-    "",
8
+    "(include_dirs %%LOCALBASE%%/include)",
9
     false
10
   else
11
     "(foreign_archives uv)",
12
@@ -73,7 +73,7 @@ let () = Jbuild_plugin.V1.send @@ {|
13
   (chdir vendor/libuv (progn
14
    (bash
15
     "sh configure --host `ocamlc -config | awk '/host/ {print $NF}'` \
16
-      'CC=%{cc}' CFLAGS=-DNDEBUG --silent --enable-silent-rules")
17
+      'CC=%{cc}' 'CFLAGS=%%CFLAGS%% -DNDEBUG' --silent --enable-silent-rules")
18
    (ignore-outputs (bash
19
     "$([ '%{os_type}' = Unix ] && echo %{make} || echo make) V=0 -j 4 \
20
       -o aclocal.m4 -o Makefile.in -o configure \
(-)b/devel/ocaml-luv/files/patch-src_unix_dune (+9 lines)
Added Link Here
1
--- src/unix/dune.orig	2022-02-02 10:24:13 UTC
2
+++ src/unix/dune
3
@@ -1,5 +1,5 @@
4
 (library
5
  (public_name luv_unix)
6
  (libraries luv luv.c result unix)
7
- (foreign_stubs (language c) (names luv_unix))
8
+ (foreign_stubs (language c) (names luv_unix) (include_dirs %%LOCALBASE%%/include))
9
  (flags (:standard -w -49 -open Result)))
(-)b/devel/ocaml-luv/pkg-descr (+4 lines)
Added Link Here
1
Luv is a neatly-packaged OCaml/Reason binding to libuv, the cross-platform C
2
library that does asynchronous I/O in Node.js and runs Node's main loop.
3
4
WWW: https://github.com/aantron/luv
(-)b/devel/ocaml-luv/pkg-plist (-2 / +387 lines)
Added Link Here
0
- 
1
%%OCAML_SITELIBDIR%%/headers/META
2
%%OCAML_SITELIBDIR%%/headers/dune-package
3
%%OCAML_SITELIBDIR%%/headers/opam
4
%%OCAML_SITELIBDIR%%/luv/DLL.ml
5
%%OCAML_SITELIBDIR%%/luv/DLL.mli
6
%%OCAML_SITELIBDIR%%/luv/DNS.ml
7
%%OCAML_SITELIBDIR%%/luv/DNS.mli
8
%%OCAML_SITELIBDIR%%/luv/FS_event.ml
9
%%OCAML_SITELIBDIR%%/luv/FS_event.mli
10
%%OCAML_SITELIBDIR%%/luv/FS_poll.ml
11
%%OCAML_SITELIBDIR%%/luv/FS_poll.mli
12
%%OCAML_SITELIBDIR%%/luv/META
13
%%OCAML_SITELIBDIR%%/luv/TCP.ml
14
%%OCAML_SITELIBDIR%%/luv/TCP.mli
15
%%OCAML_SITELIBDIR%%/luv/TLS.ml
16
%%OCAML_SITELIBDIR%%/luv/TLS.mli
17
%%OCAML_SITELIBDIR%%/luv/TTY.ml
18
%%OCAML_SITELIBDIR%%/luv/TTY.mli
19
%%OCAML_SITELIBDIR%%/luv/UDP.ml
20
%%OCAML_SITELIBDIR%%/luv/UDP.mli
21
%%OCAML_SITELIBDIR%%/luv/async.ml
22
%%OCAML_SITELIBDIR%%/luv/async.mli
23
%%OCAML_SITELIBDIR%%/luv/barrier.ml
24
%%OCAML_SITELIBDIR%%/luv/barrier.mli
25
%%OCAML_SITELIBDIR%%/luv/buffer.ml
26
%%OCAML_SITELIBDIR%%/luv/buffer.mli
27
%%OCAML_SITELIBDIR%%/luv/c.ml
28
%%OCAML_SITELIBDIR%%/luv/c/libluv_c_stubs.a
29
%%OCAML_SITELIBDIR%%/luv/c/libuv.a
30
%%OCAML_SITELIBDIR%%/luv/c/luv_c.a
31
%%OCAML_SITELIBDIR%%/luv/c/luv_c.cma
32
%%OCAML_SITELIBDIR%%/luv/c/luv_c.cmxa
33
%%OCAML_SITELIBDIR%%/luv/c/luv_c.cmxs
34
%%OCAML_SITELIBDIR%%/luv/c/luv_c_generated_functions.cmi
35
%%OCAML_SITELIBDIR%%/luv/c/luv_c_generated_functions.cmt
36
%%OCAML_SITELIBDIR%%/luv/c/luv_c_generated_functions.cmx
37
%%OCAML_SITELIBDIR%%/luv/c/luv_c_generated_functions.ml
38
%%OCAML_SITELIBDIR%%/luv/c_function_descriptions/luv_c_function_descriptions.a
39
%%OCAML_SITELIBDIR%%/luv/c_function_descriptions/luv_c_function_descriptions.cma
40
%%OCAML_SITELIBDIR%%/luv/c_function_descriptions/luv_c_function_descriptions.cmi
41
%%OCAML_SITELIBDIR%%/luv/c_function_descriptions/luv_c_function_descriptions.cmt
42
%%OCAML_SITELIBDIR%%/luv/c_function_descriptions/luv_c_function_descriptions.cmx
43
%%OCAML_SITELIBDIR%%/luv/c_function_descriptions/luv_c_function_descriptions.cmxa
44
%%OCAML_SITELIBDIR%%/luv/c_function_descriptions/luv_c_function_descriptions.cmxs
45
%%OCAML_SITELIBDIR%%/luv/c_function_descriptions/luv_c_function_descriptions.ml
46
%%OCAML_SITELIBDIR%%/luv/c_function_descriptions/luv_c_generated_types.cmi
47
%%OCAML_SITELIBDIR%%/luv/c_function_descriptions/luv_c_generated_types.cmt
48
%%OCAML_SITELIBDIR%%/luv/c_function_descriptions/luv_c_generated_types.cmx
49
%%OCAML_SITELIBDIR%%/luv/c_function_descriptions/luv_c_generated_types.ml
50
%%OCAML_SITELIBDIR%%/luv/c_function_descriptions/luv_c_types.cmi
51
%%OCAML_SITELIBDIR%%/luv/c_function_descriptions/luv_c_types.cmt
52
%%OCAML_SITELIBDIR%%/luv/c_function_descriptions/luv_c_types.cmx
53
%%OCAML_SITELIBDIR%%/luv/c_function_descriptions/luv_c_types.ml
54
%%OCAML_SITELIBDIR%%/luv/c_type_descriptions/luv_c_type_descriptions.a
55
%%OCAML_SITELIBDIR%%/luv/c_type_descriptions/luv_c_type_descriptions.cma
56
%%OCAML_SITELIBDIR%%/luv/c_type_descriptions/luv_c_type_descriptions.cmi
57
%%OCAML_SITELIBDIR%%/luv/c_type_descriptions/luv_c_type_descriptions.cmt
58
%%OCAML_SITELIBDIR%%/luv/c_type_descriptions/luv_c_type_descriptions.cmx
59
%%OCAML_SITELIBDIR%%/luv/c_type_descriptions/luv_c_type_descriptions.cmxa
60
%%OCAML_SITELIBDIR%%/luv/c_type_descriptions/luv_c_type_descriptions.cmxs
61
%%OCAML_SITELIBDIR%%/luv/c_type_descriptions/luv_c_type_descriptions.ml
62
%%OCAML_SITELIBDIR%%/luv/check.ml
63
%%OCAML_SITELIBDIR%%/luv/check.mli
64
%%OCAML_SITELIBDIR%%/luv/compatibility.ml
65
%%OCAML_SITELIBDIR%%/luv/condition.ml
66
%%OCAML_SITELIBDIR%%/luv/condition.mli
67
%%OCAML_SITELIBDIR%%/luv/dune-package
68
%%OCAML_SITELIBDIR%%/luv/env.ml
69
%%OCAML_SITELIBDIR%%/luv/env.mli
70
%%OCAML_SITELIBDIR%%/luv/error.ml
71
%%OCAML_SITELIBDIR%%/luv/error.mli
72
%%OCAML_SITELIBDIR%%/luv/file.ml
73
%%OCAML_SITELIBDIR%%/luv/file.mli
74
%%OCAML_SITELIBDIR%%/luv/handle.ml
75
%%OCAML_SITELIBDIR%%/luv/handle.mli
76
%%OCAML_SITELIBDIR%%/luv/helpers.ml
77
%%OCAML_SITELIBDIR%%/luv/helpers.mli
78
%%OCAML_SITELIBDIR%%/luv/idle.ml
79
%%OCAML_SITELIBDIR%%/luv/idle.mli
80
%%OCAML_SITELIBDIR%%/luv/loop.ml
81
%%OCAML_SITELIBDIR%%/luv/loop.mli
82
%%OCAML_SITELIBDIR%%/luv/loop_watcher.ml
83
%%OCAML_SITELIBDIR%%/luv/luv.a
84
%%OCAML_SITELIBDIR%%/luv/luv.cma
85
%%OCAML_SITELIBDIR%%/luv/luv.cmi
86
%%OCAML_SITELIBDIR%%/luv/luv.cmt
87
%%OCAML_SITELIBDIR%%/luv/luv.cmx
88
%%OCAML_SITELIBDIR%%/luv/luv.cmxa
89
%%OCAML_SITELIBDIR%%/luv/luv.cmxs
90
%%OCAML_SITELIBDIR%%/luv/luv.ml
91
%%OCAML_SITELIBDIR%%/luv/luv__.cmi
92
%%OCAML_SITELIBDIR%%/luv/luv__.cmt
93
%%OCAML_SITELIBDIR%%/luv/luv__.cmx
94
%%OCAML_SITELIBDIR%%/luv/luv__.ml
95
%%OCAML_SITELIBDIR%%/luv/luv__Async.cmi
96
%%OCAML_SITELIBDIR%%/luv/luv__Async.cmt
97
%%OCAML_SITELIBDIR%%/luv/luv__Async.cmti
98
%%OCAML_SITELIBDIR%%/luv/luv__Async.cmx
99
%%OCAML_SITELIBDIR%%/luv/luv__Barrier.cmi
100
%%OCAML_SITELIBDIR%%/luv/luv__Barrier.cmt
101
%%OCAML_SITELIBDIR%%/luv/luv__Barrier.cmti
102
%%OCAML_SITELIBDIR%%/luv/luv__Barrier.cmx
103
%%OCAML_SITELIBDIR%%/luv/luv__Buffer.cmi
104
%%OCAML_SITELIBDIR%%/luv/luv__Buffer.cmt
105
%%OCAML_SITELIBDIR%%/luv/luv__Buffer.cmti
106
%%OCAML_SITELIBDIR%%/luv/luv__Buffer.cmx
107
%%OCAML_SITELIBDIR%%/luv/luv__C.cmi
108
%%OCAML_SITELIBDIR%%/luv/luv__C.cmt
109
%%OCAML_SITELIBDIR%%/luv/luv__C.cmx
110
%%OCAML_SITELIBDIR%%/luv/luv__Check.cmi
111
%%OCAML_SITELIBDIR%%/luv/luv__Check.cmt
112
%%OCAML_SITELIBDIR%%/luv/luv__Check.cmti
113
%%OCAML_SITELIBDIR%%/luv/luv__Check.cmx
114
%%OCAML_SITELIBDIR%%/luv/luv__Compatibility.cmi
115
%%OCAML_SITELIBDIR%%/luv/luv__Compatibility.cmt
116
%%OCAML_SITELIBDIR%%/luv/luv__Compatibility.cmx
117
%%OCAML_SITELIBDIR%%/luv/luv__Condition.cmi
118
%%OCAML_SITELIBDIR%%/luv/luv__Condition.cmt
119
%%OCAML_SITELIBDIR%%/luv/luv__Condition.cmti
120
%%OCAML_SITELIBDIR%%/luv/luv__Condition.cmx
121
%%OCAML_SITELIBDIR%%/luv/luv__DLL.cmi
122
%%OCAML_SITELIBDIR%%/luv/luv__DLL.cmt
123
%%OCAML_SITELIBDIR%%/luv/luv__DLL.cmti
124
%%OCAML_SITELIBDIR%%/luv/luv__DLL.cmx
125
%%OCAML_SITELIBDIR%%/luv/luv__DNS.cmi
126
%%OCAML_SITELIBDIR%%/luv/luv__DNS.cmt
127
%%OCAML_SITELIBDIR%%/luv/luv__DNS.cmti
128
%%OCAML_SITELIBDIR%%/luv/luv__DNS.cmx
129
%%OCAML_SITELIBDIR%%/luv/luv__Env.cmi
130
%%OCAML_SITELIBDIR%%/luv/luv__Env.cmt
131
%%OCAML_SITELIBDIR%%/luv/luv__Env.cmti
132
%%OCAML_SITELIBDIR%%/luv/luv__Env.cmx
133
%%OCAML_SITELIBDIR%%/luv/luv__Error.cmi
134
%%OCAML_SITELIBDIR%%/luv/luv__Error.cmt
135
%%OCAML_SITELIBDIR%%/luv/luv__Error.cmti
136
%%OCAML_SITELIBDIR%%/luv/luv__Error.cmx
137
%%OCAML_SITELIBDIR%%/luv/luv__FS_event.cmi
138
%%OCAML_SITELIBDIR%%/luv/luv__FS_event.cmt
139
%%OCAML_SITELIBDIR%%/luv/luv__FS_event.cmti
140
%%OCAML_SITELIBDIR%%/luv/luv__FS_event.cmx
141
%%OCAML_SITELIBDIR%%/luv/luv__FS_poll.cmi
142
%%OCAML_SITELIBDIR%%/luv/luv__FS_poll.cmt
143
%%OCAML_SITELIBDIR%%/luv/luv__FS_poll.cmti
144
%%OCAML_SITELIBDIR%%/luv/luv__FS_poll.cmx
145
%%OCAML_SITELIBDIR%%/luv/luv__File.cmi
146
%%OCAML_SITELIBDIR%%/luv/luv__File.cmt
147
%%OCAML_SITELIBDIR%%/luv/luv__File.cmti
148
%%OCAML_SITELIBDIR%%/luv/luv__File.cmx
149
%%OCAML_SITELIBDIR%%/luv/luv__Handle.cmi
150
%%OCAML_SITELIBDIR%%/luv/luv__Handle.cmt
151
%%OCAML_SITELIBDIR%%/luv/luv__Handle.cmti
152
%%OCAML_SITELIBDIR%%/luv/luv__Handle.cmx
153
%%OCAML_SITELIBDIR%%/luv/luv__Helpers.cmi
154
%%OCAML_SITELIBDIR%%/luv/luv__Helpers.cmt
155
%%OCAML_SITELIBDIR%%/luv/luv__Helpers.cmti
156
%%OCAML_SITELIBDIR%%/luv/luv__Helpers.cmx
157
%%OCAML_SITELIBDIR%%/luv/luv__Idle.cmi
158
%%OCAML_SITELIBDIR%%/luv/luv__Idle.cmt
159
%%OCAML_SITELIBDIR%%/luv/luv__Idle.cmti
160
%%OCAML_SITELIBDIR%%/luv/luv__Idle.cmx
161
%%OCAML_SITELIBDIR%%/luv/luv__Loop.cmi
162
%%OCAML_SITELIBDIR%%/luv/luv__Loop.cmt
163
%%OCAML_SITELIBDIR%%/luv/luv__Loop.cmti
164
%%OCAML_SITELIBDIR%%/luv/luv__Loop.cmx
165
%%OCAML_SITELIBDIR%%/luv/luv__Loop_watcher.cmi
166
%%OCAML_SITELIBDIR%%/luv/luv__Loop_watcher.cmt
167
%%OCAML_SITELIBDIR%%/luv/luv__Loop_watcher.cmx
168
%%OCAML_SITELIBDIR%%/luv/luv__Metrics.cmi
169
%%OCAML_SITELIBDIR%%/luv/luv__Metrics.cmt
170
%%OCAML_SITELIBDIR%%/luv/luv__Metrics.cmti
171
%%OCAML_SITELIBDIR%%/luv/luv__Metrics.cmx
172
%%OCAML_SITELIBDIR%%/luv/luv__Mutex.cmi
173
%%OCAML_SITELIBDIR%%/luv/luv__Mutex.cmt
174
%%OCAML_SITELIBDIR%%/luv/luv__Mutex.cmti
175
%%OCAML_SITELIBDIR%%/luv/luv__Mutex.cmx
176
%%OCAML_SITELIBDIR%%/luv/luv__Network.cmi
177
%%OCAML_SITELIBDIR%%/luv/luv__Network.cmt
178
%%OCAML_SITELIBDIR%%/luv/luv__Network.cmti
179
%%OCAML_SITELIBDIR%%/luv/luv__Network.cmx
180
%%OCAML_SITELIBDIR%%/luv/luv__Once.cmi
181
%%OCAML_SITELIBDIR%%/luv/luv__Once.cmt
182
%%OCAML_SITELIBDIR%%/luv/luv__Once.cmti
183
%%OCAML_SITELIBDIR%%/luv/luv__Once.cmx
184
%%OCAML_SITELIBDIR%%/luv/luv__Os_fd.cmi
185
%%OCAML_SITELIBDIR%%/luv/luv__Os_fd.cmt
186
%%OCAML_SITELIBDIR%%/luv/luv__Os_fd.cmti
187
%%OCAML_SITELIBDIR%%/luv/luv__Os_fd.cmx
188
%%OCAML_SITELIBDIR%%/luv/luv__Passwd.cmi
189
%%OCAML_SITELIBDIR%%/luv/luv__Passwd.cmt
190
%%OCAML_SITELIBDIR%%/luv/luv__Passwd.cmti
191
%%OCAML_SITELIBDIR%%/luv/luv__Passwd.cmx
192
%%OCAML_SITELIBDIR%%/luv/luv__Path.cmi
193
%%OCAML_SITELIBDIR%%/luv/luv__Path.cmt
194
%%OCAML_SITELIBDIR%%/luv/luv__Path.cmti
195
%%OCAML_SITELIBDIR%%/luv/luv__Path.cmx
196
%%OCAML_SITELIBDIR%%/luv/luv__Pid.cmi
197
%%OCAML_SITELIBDIR%%/luv/luv__Pid.cmt
198
%%OCAML_SITELIBDIR%%/luv/luv__Pid.cmti
199
%%OCAML_SITELIBDIR%%/luv/luv__Pid.cmx
200
%%OCAML_SITELIBDIR%%/luv/luv__Pipe.cmi
201
%%OCAML_SITELIBDIR%%/luv/luv__Pipe.cmt
202
%%OCAML_SITELIBDIR%%/luv/luv__Pipe.cmti
203
%%OCAML_SITELIBDIR%%/luv/luv__Pipe.cmx
204
%%OCAML_SITELIBDIR%%/luv/luv__Poll.cmi
205
%%OCAML_SITELIBDIR%%/luv/luv__Poll.cmt
206
%%OCAML_SITELIBDIR%%/luv/luv__Poll.cmti
207
%%OCAML_SITELIBDIR%%/luv/luv__Poll.cmx
208
%%OCAML_SITELIBDIR%%/luv/luv__Prepare.cmi
209
%%OCAML_SITELIBDIR%%/luv/luv__Prepare.cmt
210
%%OCAML_SITELIBDIR%%/luv/luv__Prepare.cmti
211
%%OCAML_SITELIBDIR%%/luv/luv__Prepare.cmx
212
%%OCAML_SITELIBDIR%%/luv/luv__Process.cmi
213
%%OCAML_SITELIBDIR%%/luv/luv__Process.cmt
214
%%OCAML_SITELIBDIR%%/luv/luv__Process.cmti
215
%%OCAML_SITELIBDIR%%/luv/luv__Process.cmx
216
%%OCAML_SITELIBDIR%%/luv/luv__Random.cmi
217
%%OCAML_SITELIBDIR%%/luv/luv__Random.cmt
218
%%OCAML_SITELIBDIR%%/luv/luv__Random.cmti
219
%%OCAML_SITELIBDIR%%/luv/luv__Random.cmx
220
%%OCAML_SITELIBDIR%%/luv/luv__Request.cmi
221
%%OCAML_SITELIBDIR%%/luv/luv__Request.cmt
222
%%OCAML_SITELIBDIR%%/luv/luv__Request.cmti
223
%%OCAML_SITELIBDIR%%/luv/luv__Request.cmx
224
%%OCAML_SITELIBDIR%%/luv/luv__Require.cmi
225
%%OCAML_SITELIBDIR%%/luv/luv__Require.cmt
226
%%OCAML_SITELIBDIR%%/luv/luv__Require.cmti
227
%%OCAML_SITELIBDIR%%/luv/luv__Require.cmx
228
%%OCAML_SITELIBDIR%%/luv/luv__Resource.cmi
229
%%OCAML_SITELIBDIR%%/luv/luv__Resource.cmt
230
%%OCAML_SITELIBDIR%%/luv/luv__Resource.cmti
231
%%OCAML_SITELIBDIR%%/luv/luv__Resource.cmx
232
%%OCAML_SITELIBDIR%%/luv/luv__Rwlock.cmi
233
%%OCAML_SITELIBDIR%%/luv/luv__Rwlock.cmt
234
%%OCAML_SITELIBDIR%%/luv/luv__Rwlock.cmti
235
%%OCAML_SITELIBDIR%%/luv/luv__Rwlock.cmx
236
%%OCAML_SITELIBDIR%%/luv/luv__Semaphore.cmi
237
%%OCAML_SITELIBDIR%%/luv/luv__Semaphore.cmt
238
%%OCAML_SITELIBDIR%%/luv/luv__Semaphore.cmti
239
%%OCAML_SITELIBDIR%%/luv/luv__Semaphore.cmx
240
%%OCAML_SITELIBDIR%%/luv/luv__Signal.cmi
241
%%OCAML_SITELIBDIR%%/luv/luv__Signal.cmt
242
%%OCAML_SITELIBDIR%%/luv/luv__Signal.cmti
243
%%OCAML_SITELIBDIR%%/luv/luv__Signal.cmx
244
%%OCAML_SITELIBDIR%%/luv/luv__Sockaddr.cmi
245
%%OCAML_SITELIBDIR%%/luv/luv__Sockaddr.cmt
246
%%OCAML_SITELIBDIR%%/luv/luv__Sockaddr.cmti
247
%%OCAML_SITELIBDIR%%/luv/luv__Sockaddr.cmx
248
%%OCAML_SITELIBDIR%%/luv/luv__Stream.cmi
249
%%OCAML_SITELIBDIR%%/luv/luv__Stream.cmt
250
%%OCAML_SITELIBDIR%%/luv/luv__Stream.cmti
251
%%OCAML_SITELIBDIR%%/luv/luv__Stream.cmx
252
%%OCAML_SITELIBDIR%%/luv/luv__System_info.cmi
253
%%OCAML_SITELIBDIR%%/luv/luv__System_info.cmt
254
%%OCAML_SITELIBDIR%%/luv/luv__System_info.cmti
255
%%OCAML_SITELIBDIR%%/luv/luv__System_info.cmx
256
%%OCAML_SITELIBDIR%%/luv/luv__TCP.cmi
257
%%OCAML_SITELIBDIR%%/luv/luv__TCP.cmt
258
%%OCAML_SITELIBDIR%%/luv/luv__TCP.cmti
259
%%OCAML_SITELIBDIR%%/luv/luv__TCP.cmx
260
%%OCAML_SITELIBDIR%%/luv/luv__TLS.cmi
261
%%OCAML_SITELIBDIR%%/luv/luv__TLS.cmt
262
%%OCAML_SITELIBDIR%%/luv/luv__TLS.cmti
263
%%OCAML_SITELIBDIR%%/luv/luv__TLS.cmx
264
%%OCAML_SITELIBDIR%%/luv/luv__TTY.cmi
265
%%OCAML_SITELIBDIR%%/luv/luv__TTY.cmt
266
%%OCAML_SITELIBDIR%%/luv/luv__TTY.cmti
267
%%OCAML_SITELIBDIR%%/luv/luv__TTY.cmx
268
%%OCAML_SITELIBDIR%%/luv/luv__Thread.cmi
269
%%OCAML_SITELIBDIR%%/luv/luv__Thread.cmt
270
%%OCAML_SITELIBDIR%%/luv/luv__Thread.cmti
271
%%OCAML_SITELIBDIR%%/luv/luv__Thread.cmx
272
%%OCAML_SITELIBDIR%%/luv/luv__Thread_pool.cmi
273
%%OCAML_SITELIBDIR%%/luv/luv__Thread_pool.cmt
274
%%OCAML_SITELIBDIR%%/luv/luv__Thread_pool.cmti
275
%%OCAML_SITELIBDIR%%/luv/luv__Thread_pool.cmx
276
%%OCAML_SITELIBDIR%%/luv/luv__Time.cmi
277
%%OCAML_SITELIBDIR%%/luv/luv__Time.cmt
278
%%OCAML_SITELIBDIR%%/luv/luv__Time.cmti
279
%%OCAML_SITELIBDIR%%/luv/luv__Time.cmx
280
%%OCAML_SITELIBDIR%%/luv/luv__Timer.cmi
281
%%OCAML_SITELIBDIR%%/luv/luv__Timer.cmt
282
%%OCAML_SITELIBDIR%%/luv/luv__Timer.cmti
283
%%OCAML_SITELIBDIR%%/luv/luv__Timer.cmx
284
%%OCAML_SITELIBDIR%%/luv/luv__UDP.cmi
285
%%OCAML_SITELIBDIR%%/luv/luv__UDP.cmt
286
%%OCAML_SITELIBDIR%%/luv/luv__UDP.cmti
287
%%OCAML_SITELIBDIR%%/luv/luv__UDP.cmx
288
%%OCAML_SITELIBDIR%%/luv/luv__Version.cmi
289
%%OCAML_SITELIBDIR%%/luv/luv__Version.cmt
290
%%OCAML_SITELIBDIR%%/luv/luv__Version.cmti
291
%%OCAML_SITELIBDIR%%/luv/luv__Version.cmx
292
%%OCAML_SITELIBDIR%%/luv/metrics.ml
293
%%OCAML_SITELIBDIR%%/luv/metrics.mli
294
%%OCAML_SITELIBDIR%%/luv/mutex.ml
295
%%OCAML_SITELIBDIR%%/luv/mutex.mli
296
%%OCAML_SITELIBDIR%%/luv/network.ml
297
%%OCAML_SITELIBDIR%%/luv/network.mli
298
%%OCAML_SITELIBDIR%%/luv/once.ml
299
%%OCAML_SITELIBDIR%%/luv/once.mli
300
%%OCAML_SITELIBDIR%%/luv/opam
301
%%OCAML_SITELIBDIR%%/luv/os_fd.ml
302
%%OCAML_SITELIBDIR%%/luv/os_fd.mli
303
%%OCAML_SITELIBDIR%%/luv/passwd.ml
304
%%OCAML_SITELIBDIR%%/luv/passwd.mli
305
%%OCAML_SITELIBDIR%%/luv/path.ml
306
%%OCAML_SITELIBDIR%%/luv/path.mli
307
%%OCAML_SITELIBDIR%%/luv/pid.ml
308
%%OCAML_SITELIBDIR%%/luv/pid.mli
309
%%OCAML_SITELIBDIR%%/luv/pipe.ml
310
%%OCAML_SITELIBDIR%%/luv/pipe.mli
311
%%OCAML_SITELIBDIR%%/luv/poll.ml
312
%%OCAML_SITELIBDIR%%/luv/poll.mli
313
%%OCAML_SITELIBDIR%%/luv/prepare.ml
314
%%OCAML_SITELIBDIR%%/luv/prepare.mli
315
%%OCAML_SITELIBDIR%%/luv/process.ml
316
%%OCAML_SITELIBDIR%%/luv/process.mli
317
%%OCAML_SITELIBDIR%%/luv/random.ml
318
%%OCAML_SITELIBDIR%%/luv/random.mli
319
%%OCAML_SITELIBDIR%%/luv/request.ml
320
%%OCAML_SITELIBDIR%%/luv/request.mli
321
%%OCAML_SITELIBDIR%%/luv/require.ml
322
%%OCAML_SITELIBDIR%%/luv/require.mli
323
%%OCAML_SITELIBDIR%%/luv/resource.ml
324
%%OCAML_SITELIBDIR%%/luv/resource.mli
325
%%OCAML_SITELIBDIR%%/luv/rwlock.ml
326
%%OCAML_SITELIBDIR%%/luv/rwlock.mli
327
%%OCAML_SITELIBDIR%%/luv/semaphore.ml
328
%%OCAML_SITELIBDIR%%/luv/semaphore.mli
329
%%OCAML_SITELIBDIR%%/luv/signal.ml
330
%%OCAML_SITELIBDIR%%/luv/signal.mli
331
%%OCAML_SITELIBDIR%%/luv/sockaddr.ml
332
%%OCAML_SITELIBDIR%%/luv/sockaddr.mli
333
%%OCAML_SITELIBDIR%%/luv/stream.ml
334
%%OCAML_SITELIBDIR%%/luv/stream.mli
335
%%OCAML_SITELIBDIR%%/luv/system_info.ml
336
%%OCAML_SITELIBDIR%%/luv/system_info.mli
337
%%OCAML_SITELIBDIR%%/luv/thread.ml
338
%%OCAML_SITELIBDIR%%/luv/thread.mli
339
%%OCAML_SITELIBDIR%%/luv/thread_pool.ml
340
%%OCAML_SITELIBDIR%%/luv/thread_pool.mli
341
%%OCAML_SITELIBDIR%%/luv/time.ml
342
%%OCAML_SITELIBDIR%%/luv/time.mli
343
%%OCAML_SITELIBDIR%%/luv/timer.ml
344
%%OCAML_SITELIBDIR%%/luv/timer.mli
345
%%OCAML_SITELIBDIR%%/luv/uv.h
346
%%OCAML_SITELIBDIR%%/luv/uv/aix.h
347
%%OCAML_SITELIBDIR%%/luv/uv/android-ifaddrs.h
348
%%OCAML_SITELIBDIR%%/luv/uv/bsd.h
349
%%OCAML_SITELIBDIR%%/luv/uv/darwin.h
350
%%OCAML_SITELIBDIR%%/luv/uv/errno.h
351
%%OCAML_SITELIBDIR%%/luv/uv/linux.h
352
%%OCAML_SITELIBDIR%%/luv/uv/os390.h
353
%%OCAML_SITELIBDIR%%/luv/uv/posix.h
354
%%OCAML_SITELIBDIR%%/luv/uv/stdint-msvc2008.h
355
%%OCAML_SITELIBDIR%%/luv/uv/sunos.h
356
%%OCAML_SITELIBDIR%%/luv/uv/threadpool.h
357
%%OCAML_SITELIBDIR%%/luv/uv/tree.h
358
%%OCAML_SITELIBDIR%%/luv/uv/unix.h
359
%%OCAML_SITELIBDIR%%/luv/uv/version.h
360
%%OCAML_SITELIBDIR%%/luv/uv/win.h
361
%%OCAML_SITELIBDIR%%/luv/version.ml
362
%%OCAML_SITELIBDIR%%/luv/version.mli
363
%%OCAML_SITELIBDIR%%/luv_unix/META
364
%%OCAML_SITELIBDIR%%/luv_unix/dune-package
365
%%OCAML_SITELIBDIR%%/luv_unix/libluv_unix_stubs.a
366
%%OCAML_SITELIBDIR%%/luv_unix/luv_unix.a
367
%%OCAML_SITELIBDIR%%/luv_unix/luv_unix.cma
368
%%OCAML_SITELIBDIR%%/luv_unix/luv_unix.cmi
369
%%OCAML_SITELIBDIR%%/luv_unix/luv_unix.cmt
370
%%OCAML_SITELIBDIR%%/luv_unix/luv_unix.cmti
371
%%OCAML_SITELIBDIR%%/luv_unix/luv_unix.cmx
372
%%OCAML_SITELIBDIR%%/luv_unix/luv_unix.cmxa
373
%%OCAML_SITELIBDIR%%/luv_unix/luv_unix.cmxs
374
%%OCAML_SITELIBDIR%%/luv_unix/luv_unix.ml
375
%%OCAML_SITELIBDIR%%/luv_unix/luv_unix.mli
376
%%OCAML_SITELIBDIR%%/luv_unix/opam
377
%%OCAML_SITELIBDIR%%/stublibs/dllluv_c_stubs.so
378
%%OCAML_SITELIBDIR%%/stublibs/dllluv_unix_stubs.so
379
%%OCAML_SITELIBDIR%%/stublibs/dlluv.so
380
%%OCAML_SITELIBDIR%%/user/META
381
%%OCAML_SITELIBDIR%%/user/dune-package
382
%%OCAML_SITELIBDIR%%/user/opam
383
%%PORTDOCS%%%%DOCSDIR%%/LICENSE.md
384
%%PORTDOCS%%%%DOCSDIR%%/README.md
385
%%PORTDOCS%%%%DOCSDIR%%/odoc-pages/index.mld
386
%%PORTDOCS%%%%DOCSDIR%%_unix/LICENSE.md
387
%%PORTDOCS%%%%DOCSDIR%%_unix/README.md
1
let-bindings
388
let-bindings
2
--
3
devel/ocaml-ppx_let/Makefile  | 37 +++++++++++++++++++++++++++++++++++
389
devel/ocaml-ppx_let/Makefile  | 37 +++++++++++++++++++++++++++++++++++
4
devel/ocaml-ppx_let/distinfo  |  3 +++
390
devel/ocaml-ppx_let/distinfo  |  3 +++
5
devel/ocaml-ppx_let/pkg-descr |  4 ++++
391
devel/ocaml-ppx_let/pkg-descr |  4 ++++
6
devel/ocaml-ppx_let/pkg-plist | 27 +++++++++++++++++++++++++
392
devel/ocaml-ppx_let/pkg-plist | 27 +++++++++++++++++++++++++
7
4 files changed, 71 insertions(+)
393
4 files changed, 71 insertions(+)
8
create mode 100644 devel/ocaml-ppx_let/Makefile
394
create mode 100644 devel/ocaml-ppx_let/Makefile
9
create mode 100644 devel/ocaml-ppx_let/distinfo
395
create mode 100644 devel/ocaml-ppx_let/distinfo
10
create mode 100644 devel/ocaml-ppx_let/pkg-descr
396
create mode 100644 devel/ocaml-ppx_let/pkg-descr
11
create mode 100644 devel/ocaml-ppx_let/pkg-plist
397
create mode 100644 devel/ocaml-ppx_let/pkg-plist
(-)b/devel/ocaml-ppx_let/Makefile (+37 lines)
Added Link Here
1
# Created by: Thierry Thomas <thierry@pompo.net>
2
3
PORTNAME=	ppx_let
4
DISTVERSIONPREFIX=	v
5
DISTVERSION=	0.14.0
6
CATEGORIES=	devel
7
PKGNAMEPREFIX=	ocaml-
8
9
MAINTAINER=	thierry@FreeBSD.org
10
COMMENT=	Monadic let-bindings
11
12
LICENSE=	MIT
13
14
BUILD_DEPENDS=	dune:devel/ocaml-dune	\
15
		ocaml-base>0:devel/ocaml-base	\
16
		ocaml-ppxlib>0:devel/ocaml-ppxlib
17
18
USE_GITHUB=	yes
19
GH_ACCOUNT=	janestreet
20
21
USE_OCAML=	yes
22
23
MAKE_ENV=	INSTALL_ARGS="--destdir=${STAGEDIR} --libdir=${OCAML_SITELIBDIR}"
24
DOCSDIR=	${OCAML_DOCSDIR}/${PORTNAME}
25
ALL_TARGET=	default
26
27
OPTIONS_DEFINE=	DOCS
28
29
pre-build:
30
	${REINPLACE_CMD} -e 's|^INSTALL_ARGS|#INSTALL_ARGS|' ${WRKSRC}/${MAKEFILE}
31
32
post-install:
33
.for bin in expander/ppx_let_expander.cmxs ppx_let.cmxs ppx.exe
34
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/${PORTNAME}/${bin}
35
.endfor
36
37
.include <bsd.port.mk>
(-)b/devel/ocaml-ppx_let/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1647190588
2
SHA256 (janestreet-ppx_let-v0.14.0_GH0.tar.gz) = 3cb879604cbee6cd9446d3dd26391680a39210e5dcbb98b654c2a6756f4eed90
3
SIZE (janestreet-ppx_let-v0.14.0_GH0.tar.gz) = 10822
(-)b/devel/ocaml-ppx_let/pkg-descr (+4 lines)
Added Link Here
1
A ppx rewriter for monadic and applicative let bindings, match expressions, and
2
if expressions.
3
4
WWW: https://github.com/janestreet/ppx_let
(-)b/devel/ocaml-ppx_let/pkg-plist (-2 / +27 lines)
Added Link Here
0
- 
1
%%OCAML_SITELIBDIR%%/ppx_let/META
2
%%OCAML_SITELIBDIR%%/ppx_let/dune-package
3
%%OCAML_SITELIBDIR%%/ppx_let/expander/ppx_let_expander.a
4
%%OCAML_SITELIBDIR%%/ppx_let/expander/ppx_let_expander.cma
5
%%OCAML_SITELIBDIR%%/ppx_let/expander/ppx_let_expander.cmi
6
%%OCAML_SITELIBDIR%%/ppx_let/expander/ppx_let_expander.cmt
7
%%OCAML_SITELIBDIR%%/ppx_let/expander/ppx_let_expander.cmti
8
%%OCAML_SITELIBDIR%%/ppx_let/expander/ppx_let_expander.cmx
9
%%OCAML_SITELIBDIR%%/ppx_let/expander/ppx_let_expander.cmxa
10
%%OCAML_SITELIBDIR%%/ppx_let/expander/ppx_let_expander.cmxs
11
%%OCAML_SITELIBDIR%%/ppx_let/expander/ppx_let_expander.ml
12
%%OCAML_SITELIBDIR%%/ppx_let/expander/ppx_let_expander.mli
13
%%OCAML_SITELIBDIR%%/ppx_let/opam
14
%%OCAML_SITELIBDIR%%/ppx_let/ppx.exe
15
%%OCAML_SITELIBDIR%%/ppx_let/ppx_let.a
16
%%OCAML_SITELIBDIR%%/ppx_let/ppx_let.cma
17
%%OCAML_SITELIBDIR%%/ppx_let/ppx_let.cmi
18
%%OCAML_SITELIBDIR%%/ppx_let/ppx_let.cmt
19
%%OCAML_SITELIBDIR%%/ppx_let/ppx_let.cmti
20
%%OCAML_SITELIBDIR%%/ppx_let/ppx_let.cmx
21
%%OCAML_SITELIBDIR%%/ppx_let/ppx_let.cmxa
22
%%OCAML_SITELIBDIR%%/ppx_let/ppx_let.cmxs
23
%%OCAML_SITELIBDIR%%/ppx_let/ppx_let.ml
24
%%OCAML_SITELIBDIR%%/ppx_let/ppx_let.mli
25
%%PORTDOCS%%%%DOCSDIR%%/CHANGES.md
26
%%PORTDOCS%%%%DOCSDIR%%/LICENSE.md
27
%%PORTDOCS%%%%DOCSDIR%%/README.md
1
to read and write int16/32/64
28
to read and write int16/32/64
2
--
3
devel/ocaml-ocplib-endian/Makefile  | 37 +++++++++++++++++++++++++++++
29
devel/ocaml-ocplib-endian/Makefile  | 37 +++++++++++++++++++++++++++++
4
devel/ocaml-ocplib-endian/distinfo  |  3 +++
30
devel/ocaml-ocplib-endian/distinfo  |  3 +++
5
devel/ocaml-ocplib-endian/pkg-descr | 13 ++++++++++
31
devel/ocaml-ocplib-endian/pkg-descr | 13 ++++++++++
6
devel/ocaml-ocplib-endian/pkg-plist | 31 ++++++++++++++++++++++++
32
devel/ocaml-ocplib-endian/pkg-plist | 31 ++++++++++++++++++++++++
7
4 files changed, 84 insertions(+)
33
4 files changed, 84 insertions(+)
8
create mode 100644 devel/ocaml-ocplib-endian/Makefile
34
create mode 100644 devel/ocaml-ocplib-endian/Makefile
9
create mode 100644 devel/ocaml-ocplib-endian/distinfo
35
create mode 100644 devel/ocaml-ocplib-endian/distinfo
10
create mode 100644 devel/ocaml-ocplib-endian/pkg-descr
36
create mode 100644 devel/ocaml-ocplib-endian/pkg-descr
11
create mode 100644 devel/ocaml-ocplib-endian/pkg-plist
37
create mode 100644 devel/ocaml-ocplib-endian/pkg-plist
(-)b/devel/ocaml-ocplib-endian/Makefile (+37 lines)
Added Link Here
1
# Created by: Thierry Thomas <thierry@pompo.net>
2
3
PORTNAME=	ocplib-endian
4
DISTVERSION=	1.2
5
CATEGORIES=	devel
6
PKGNAMEPREFIX=	ocaml-
7
8
MAINTAINER=	thierry@FreeBSD.org
9
COMMENT=	Optimised functions to read and write int16/32/64
10
11
LICENSE=	LGPL21
12
13
BUILD_DEPENDS=	dune:devel/ocaml-dune	\
14
		cppo:devel/ocaml-cppo
15
16
USE_GITHUB=	yes
17
GH_ACCOUNT=	OCamlPro
18
19
USE_OCAML=	yes
20
21
INSTALL_ARGS=	--destdir=${STAGEDIR} --libdir=${OCAML_SITELIBDIR}
22
DOCSDIR=	${OCAML_DOCSDIR}/${PORTNAME}
23
24
OPTIONS_DEFINE=	DOCS
25
26
do-build:
27
	(cd ${WRKSRC} && ${LOCALBASE}/bin/dune build)
28
29
do-install:
30
	(cd ${WRKSRC} && ${LOCALBASE}/bin/dune install ${INSTALL_ARGS})
31
32
post-install:
33
.for bin in bigstring/ocplib_endian_bigstring ocplib_endian
34
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/${PORTNAME}/${bin}.cmxs
35
.endfor
36
37
.include <bsd.port.mk>
(-)b/devel/ocaml-ocplib-endian/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1647191552
2
SHA256 (OCamlPro-ocplib-endian-1.2_GH0.tar.gz) = 97ae74e8aeead46a0475df14af637ce78e2372c07258619ad8967506f2d4b320
3
SIZE (OCamlPro-ocplib-endian-1.2_GH0.tar.gz) = 18061
(-)b/devel/ocaml-ocplib-endian/pkg-descr (+13 lines)
Added Link Here
1
Optimised functions to read and write int16/32/64 from strings, bytes and
2
bigarrays, based on primitives added in version 4.01.
3
4
The library implements three modules:
5
6
 -  EndianString works directly on strings, and provides submodules BigEndian
7
    and LittleEndian, with their unsafe counter-parts;
8
 -  EndianBytes works directly on bytes, and provides submodules BigEndian and
9
    LittleEndian, with their unsafe counter-parts;
10
 -  EndianBigstring works on bigstrings (Bigarrays of chars), and provides
11
    submodules BigEndian and LittleEndian, with their unsafe counter-parts.
12
13
WWW: https://github.com/OCamlPro/ocplib-endian
(-)b/devel/ocaml-ocplib-endian/pkg-plist (-2 / +31 lines)
Added Link Here
0
- 
1
%%OCAML_SITELIBDIR%%/ocplib-endian/META
2
%%OCAML_SITELIBDIR%%/ocplib-endian/bigstring/endianBigstring.cmi
3
%%OCAML_SITELIBDIR%%/ocplib-endian/bigstring/endianBigstring.cmt
4
%%OCAML_SITELIBDIR%%/ocplib-endian/bigstring/endianBigstring.cmti
5
%%OCAML_SITELIBDIR%%/ocplib-endian/bigstring/endianBigstring.cmx
6
%%OCAML_SITELIBDIR%%/ocplib-endian/bigstring/endianBigstring.ml
7
%%OCAML_SITELIBDIR%%/ocplib-endian/bigstring/endianBigstring.mli
8
%%OCAML_SITELIBDIR%%/ocplib-endian/bigstring/ocplib_endian_bigstring.a
9
%%OCAML_SITELIBDIR%%/ocplib-endian/bigstring/ocplib_endian_bigstring.cma
10
%%OCAML_SITELIBDIR%%/ocplib-endian/bigstring/ocplib_endian_bigstring.cmxa
11
%%OCAML_SITELIBDIR%%/ocplib-endian/bigstring/ocplib_endian_bigstring.cmxs
12
%%OCAML_SITELIBDIR%%/ocplib-endian/dune-package
13
%%OCAML_SITELIBDIR%%/ocplib-endian/endianBytes.cmi
14
%%OCAML_SITELIBDIR%%/ocplib-endian/endianBytes.cmt
15
%%OCAML_SITELIBDIR%%/ocplib-endian/endianBytes.cmti
16
%%OCAML_SITELIBDIR%%/ocplib-endian/endianBytes.cmx
17
%%OCAML_SITELIBDIR%%/ocplib-endian/endianBytes.ml
18
%%OCAML_SITELIBDIR%%/ocplib-endian/endianBytes.mli
19
%%OCAML_SITELIBDIR%%/ocplib-endian/endianString.cmi
20
%%OCAML_SITELIBDIR%%/ocplib-endian/endianString.cmt
21
%%OCAML_SITELIBDIR%%/ocplib-endian/endianString.cmti
22
%%OCAML_SITELIBDIR%%/ocplib-endian/endianString.cmx
23
%%OCAML_SITELIBDIR%%/ocplib-endian/endianString.ml
24
%%OCAML_SITELIBDIR%%/ocplib-endian/endianString.mli
25
%%OCAML_SITELIBDIR%%/ocplib-endian/ocplib_endian.a
26
%%OCAML_SITELIBDIR%%/ocplib-endian/ocplib_endian.cma
27
%%OCAML_SITELIBDIR%%/ocplib-endian/ocplib_endian.cmxa
28
%%OCAML_SITELIBDIR%%/ocplib-endian/ocplib_endian.cmxs
29
%%OCAML_SITELIBDIR%%/ocplib-endian/opam
30
%%PORTDOCS%%%%DOCSDIR%%/CHANGES.md
31
%%PORTDOCS%%%%DOCSDIR%%/README.md
1
files in memory
32
files in memory
2
--
3
devel/ocaml-mmap/Makefile  | 35 +++++++++++++++++++++++++++++++++++
33
devel/ocaml-mmap/Makefile  | 35 +++++++++++++++++++++++++++++++++++
4
devel/ocaml-mmap/distinfo  |  3 +++
34
devel/ocaml-mmap/distinfo  |  3 +++
5
devel/ocaml-mmap/pkg-descr |  3 +++
35
devel/ocaml-mmap/pkg-descr |  3 +++
6
devel/ocaml-mmap/pkg-plist | 16 ++++++++++++++++
36
devel/ocaml-mmap/pkg-plist | 16 ++++++++++++++++
7
4 files changed, 57 insertions(+)
37
4 files changed, 57 insertions(+)
8
create mode 100644 devel/ocaml-mmap/Makefile
38
create mode 100644 devel/ocaml-mmap/Makefile
9
create mode 100644 devel/ocaml-mmap/distinfo
39
create mode 100644 devel/ocaml-mmap/distinfo
10
create mode 100644 devel/ocaml-mmap/pkg-descr
40
create mode 100644 devel/ocaml-mmap/pkg-descr
11
create mode 100644 devel/ocaml-mmap/pkg-plist
41
create mode 100644 devel/ocaml-mmap/pkg-plist
(-)b/devel/ocaml-mmap/Makefile (+35 lines)
Added Link Here
1
# Created by: Thierry Thomas <thierry@pompo.net>
2
3
PORTNAME=	mmap
4
DISTVERSIONPREFIX=	v
5
DISTVERSION=	1.2.0
6
CATEGORIES=	devel
7
PKGNAMEPREFIX=	ocaml-
8
9
MAINTAINER=	thierry@FreeBSD.org
10
COMMENT=	OCaml functions for mapping files in memory
11
12
LICENSE=	MIT
13
14
BUILD_DEPENDS=	dune:devel/ocaml-dune	\
15
		ocaml-bigarray-compat>0:devel/ocaml-bigarray-compat
16
RUN_DEPENDS=	ocaml-bigarray-compat>0:devel/ocaml-bigarray-compat
17
18
USE_GITHUB=	yes
19
GH_ACCOUNT=	mirage
20
21
USE_OCAML=	yes
22
23
MAKE_ENV=	INSTALL_ARGS="--destdir=${STAGEDIR} --libdir=${OCAML_SITELIBDIR}"
24
DOCSDIR=	${OCAML_DOCSDIR}/${PORTNAME}
25
ALL_TARGET=	default
26
27
OPTIONS_DEFINE=	DOCS
28
29
pre-build:
30
	${REINPLACE_CMD} -e 's|^INSTALL_ARGS|#INSTALL_ARGS|' ${WRKSRC}/${MAKEFILE}
31
32
post-install:
33
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/${PORTNAME}/${PORTNAME}.cmxs
34
35
.include <bsd.port.mk>
(-)b/devel/ocaml-mmap/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1647204969
2
SHA256 (mirage-mmap-v1.2.0_GH0.tar.gz) = f3763a7d2379f458df8097d073c7e402d782a64f2bf25be94d18c15bbaa2e76e
3
SIZE (mirage-mmap-v1.2.0_GH0.tar.gz) = 15328
(-)b/devel/ocaml-mmap/pkg-descr (+3 lines)
Added Link Here
1
This project provides a Mmap.map_file functions for mapping files in memory.
2
3
WWW: https://github.com/mirage/mmap
(-)b/devel/ocaml-mmap/pkg-plist (-2 / +16 lines)
Added Link Here
0
- 
1
%%OCAML_SITELIBDIR%%/mmap/META
2
%%OCAML_SITELIBDIR%%/mmap/dune-package
3
%%OCAML_SITELIBDIR%%/mmap/mmap.a
4
%%OCAML_SITELIBDIR%%/mmap/mmap.cma
5
%%OCAML_SITELIBDIR%%/mmap/mmap.cmi
6
%%OCAML_SITELIBDIR%%/mmap/mmap.cmt
7
%%OCAML_SITELIBDIR%%/mmap/mmap.cmti
8
%%OCAML_SITELIBDIR%%/mmap/mmap.cmx
9
%%OCAML_SITELIBDIR%%/mmap/mmap.cmxa
10
%%OCAML_SITELIBDIR%%/mmap/mmap.cmxs
11
%%OCAML_SITELIBDIR%%/mmap/mmap.ml
12
%%OCAML_SITELIBDIR%%/mmap/mmap.mli
13
%%OCAML_SITELIBDIR%%/mmap/opam
14
%%PORTDOCS%%%%DOCSDIR%%/CHANGES.md
15
%%PORTDOCS%%%%DOCSDIR%%/LICENSE
16
%%PORTDOCS%%%%DOCSDIR%%/README.md
1
for OCaml
17
for OCaml
2
--
3
devel/ocaml-ppx_expect/Makefile  |  50 +++++++++
18
devel/ocaml-ppx_expect/Makefile  |  50 +++++++++
4
devel/ocaml-ppx_expect/distinfo  |   3 +
19
devel/ocaml-ppx_expect/distinfo  |   3 +
5
devel/ocaml-ppx_expect/pkg-descr |  10 ++
20
devel/ocaml-ppx_expect/pkg-descr |  10 ++
6
devel/ocaml-ppx_expect/pkg-plist | 178 +++++++++++++++++++++++++++++++
21
devel/ocaml-ppx_expect/pkg-plist | 178 +++++++++++++++++++++++++++++++
7
4 files changed, 241 insertions(+)
22
4 files changed, 241 insertions(+)
8
create mode 100644 devel/ocaml-ppx_expect/Makefile
23
create mode 100644 devel/ocaml-ppx_expect/Makefile
9
create mode 100644 devel/ocaml-ppx_expect/distinfo
24
create mode 100644 devel/ocaml-ppx_expect/distinfo
10
create mode 100644 devel/ocaml-ppx_expect/pkg-descr
25
create mode 100644 devel/ocaml-ppx_expect/pkg-descr
11
create mode 100644 devel/ocaml-ppx_expect/pkg-plist
26
create mode 100644 devel/ocaml-ppx_expect/pkg-plist
(-)b/devel/ocaml-ppx_expect/Makefile (+50 lines)
Added Link Here
1
# Created by: Thierry Thomas <thierry@pompo.net>
2
3
PORTNAME=	ppx_expect
4
DISTVERSIONPREFIX=	v
5
DISTVERSION=	0.14.2
6
CATEGORIES=	devel
7
PKGNAMEPREFIX=	ocaml-
8
9
MAINTAINER=	thierry@FreeBSD.org
10
COMMENT=	Cram like framework for OCaml
11
12
LICENSE=	MIT
13
14
BUILD_DEPENDS=	dune:devel/ocaml-dune	\
15
		ocaml-re>0:devel/ocaml-re	\
16
		ocaml-base>0:devel/ocaml-base	\
17
		ocaml-stdio>0:devel/ocaml-stdio	\
18
		ocaml-ppxlib>0:devel/ocaml-ppxlib	\
19
		ocaml-ppx_here>0:devel/ocaml-ppx_here	\
20
		ocaml-ppx_inline_test>0:devel/ocaml-ppx_inline_test
21
RUN_DEPENDS=	ocaml-re>0:devel/ocaml-re	\
22
		ocaml-base>0:devel/ocaml-base	\
23
		ocaml-stdio>0:devel/ocaml-stdio	\
24
		ocaml-ppxlib>0:devel/ocaml-ppxlib	\
25
		ocaml-ppx_here>0:devel/ocaml-ppx_here	\
26
		ocaml-ppx_inline_test>0:devel/ocaml-ppx_inline_test
27
28
USE_GITHUB=	yes
29
GH_ACCOUNT=	janestreet
30
31
USE_OCAML=	yes
32
USE_OCAML_LDCONFIG=	yes
33
OCAML_LDLIBS=	${OCAML_SITELIBDIR}/stublibs
34
35
MAKE_ENV=	INSTALL_ARGS="--destdir=${STAGEDIR} --libdir=${OCAML_SITELIBDIR}"
36
DOCSDIR=	${OCAML_DOCSDIR}/${PORTNAME}
37
ALL_TARGET=	default
38
39
OPTIONS_DEFINE=	DOCS
40
41
pre-build:
42
	${REINPLACE_CMD} -e 's|^INSTALL_ARGS|#INSTALL_ARGS|' ${WRKSRC}/${MAKEFILE}
43
44
post-install:
45
	${FIND} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/${PORTNAME} -name "*.cmxs" | \
46
		${XARGS} ${STRIP_CMD}
47
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/${PORTNAME}/ppx.exe
48
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/stublibs/dllexpect_test_collector_stubs.so
49
50
.include <bsd.port.mk>
(-)b/devel/ocaml-ppx_expect/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1646735291
2
SHA256 (janestreet-ppx_expect-v0.14.2_GH0.tar.gz) = c58afa94319f4c1675994e4a576a4f436675eea37b340d0ccddada6994a792bd
3
SIZE (janestreet-ppx_expect-v0.14.2_GH0.tar.gz) = 45703
(-)b/devel/ocaml-ppx_expect/pkg-descr (+10 lines)
Added Link Here
1
Expect-test is a framework for writing tests in OCaml, similar to Cram.
2
Expect-tests mimic the existing inline tests framework with the let%expect_test
3
construct. The body of an expect-test can contain output-generating code,
4
interleaved with %expect extension expressions to denote the expected output.
5
6
When run, these tests will pass iff the output matches what was expected. If a
7
test fails, a corrected file with the suffix ".corrected" will be produced with
8
the actual output, and the inline_tests_runner will output a diff.
9
10
WWW: https://github.com/janestreet/ppx_expect
(-)b/devel/ocaml-ppx_expect/pkg-plist (-2 / +178 lines)
Added Link Here
0
- 
1
%%OCAML_SITELIBDIR%%/ppx_expect/META
2
%%OCAML_SITELIBDIR%%/ppx_expect/collector/check_backtraces.ml
3
%%OCAML_SITELIBDIR%%/ppx_expect/collector/check_backtraces.mli
4
%%OCAML_SITELIBDIR%%/ppx_expect/collector/expect_test_collector.a
5
%%OCAML_SITELIBDIR%%/ppx_expect/collector/expect_test_collector.cma
6
%%OCAML_SITELIBDIR%%/ppx_expect/collector/expect_test_collector.cmi
7
%%OCAML_SITELIBDIR%%/ppx_expect/collector/expect_test_collector.cmt
8
%%OCAML_SITELIBDIR%%/ppx_expect/collector/expect_test_collector.cmti
9
%%OCAML_SITELIBDIR%%/ppx_expect/collector/expect_test_collector.cmx
10
%%OCAML_SITELIBDIR%%/ppx_expect/collector/expect_test_collector.cmxa
11
%%OCAML_SITELIBDIR%%/ppx_expect/collector/expect_test_collector.cmxs
12
%%OCAML_SITELIBDIR%%/ppx_expect/collector/expect_test_collector.ml
13
%%OCAML_SITELIBDIR%%/ppx_expect/collector/expect_test_collector.mli
14
%%OCAML_SITELIBDIR%%/ppx_expect/collector/expect_test_collector__.cmi
15
%%OCAML_SITELIBDIR%%/ppx_expect/collector/expect_test_collector__.cmt
16
%%OCAML_SITELIBDIR%%/ppx_expect/collector/expect_test_collector__.cmx
17
%%OCAML_SITELIBDIR%%/ppx_expect/collector/expect_test_collector__.ml
18
%%OCAML_SITELIBDIR%%/ppx_expect/collector/expect_test_collector__Check_backtraces.cmi
19
%%OCAML_SITELIBDIR%%/ppx_expect/collector/expect_test_collector__Check_backtraces.cmt
20
%%OCAML_SITELIBDIR%%/ppx_expect/collector/expect_test_collector__Check_backtraces.cmti
21
%%OCAML_SITELIBDIR%%/ppx_expect/collector/expect_test_collector__Check_backtraces.cmx
22
%%OCAML_SITELIBDIR%%/ppx_expect/collector/libexpect_test_collector_stubs.a
23
%%OCAML_SITELIBDIR%%/ppx_expect/collector/runtime.js
24
%%OCAML_SITELIBDIR%%/ppx_expect/common/expect_test_common.a
25
%%OCAML_SITELIBDIR%%/ppx_expect/common/expect_test_common.cma
26
%%OCAML_SITELIBDIR%%/ppx_expect/common/expect_test_common.cmi
27
%%OCAML_SITELIBDIR%%/ppx_expect/common/expect_test_common.cmt
28
%%OCAML_SITELIBDIR%%/ppx_expect/common/expect_test_common.cmx
29
%%OCAML_SITELIBDIR%%/ppx_expect/common/expect_test_common.cmxa
30
%%OCAML_SITELIBDIR%%/ppx_expect/common/expect_test_common.cmxs
31
%%OCAML_SITELIBDIR%%/ppx_expect/common/expect_test_common.ml
32
%%OCAML_SITELIBDIR%%/ppx_expect/common/expect_test_common__.cmi
33
%%OCAML_SITELIBDIR%%/ppx_expect/common/expect_test_common__.cmt
34
%%OCAML_SITELIBDIR%%/ppx_expect/common/expect_test_common__.cmx
35
%%OCAML_SITELIBDIR%%/ppx_expect/common/expect_test_common__.ml
36
%%OCAML_SITELIBDIR%%/ppx_expect/common/expect_test_common__Expectation.cmi
37
%%OCAML_SITELIBDIR%%/ppx_expect/common/expect_test_common__Expectation.cmt
38
%%OCAML_SITELIBDIR%%/ppx_expect/common/expect_test_common__Expectation.cmti
39
%%OCAML_SITELIBDIR%%/ppx_expect/common/expect_test_common__Expectation.cmx
40
%%OCAML_SITELIBDIR%%/ppx_expect/common/expect_test_common__File.cmi
41
%%OCAML_SITELIBDIR%%/ppx_expect/common/expect_test_common__File.cmt
42
%%OCAML_SITELIBDIR%%/ppx_expect/common/expect_test_common__File.cmti
43
%%OCAML_SITELIBDIR%%/ppx_expect/common/expect_test_common__File.cmx
44
%%OCAML_SITELIBDIR%%/ppx_expect/common/expect_test_common__Import.cmi
45
%%OCAML_SITELIBDIR%%/ppx_expect/common/expect_test_common__Import.cmt
46
%%OCAML_SITELIBDIR%%/ppx_expect/common/expect_test_common__Import.cmx
47
%%OCAML_SITELIBDIR%%/ppx_expect/common/expectation.ml
48
%%OCAML_SITELIBDIR%%/ppx_expect/common/expectation.mli
49
%%OCAML_SITELIBDIR%%/ppx_expect/common/file.ml
50
%%OCAML_SITELIBDIR%%/ppx_expect/common/file.mli
51
%%OCAML_SITELIBDIR%%/ppx_expect/common/import.ml
52
%%OCAML_SITELIBDIR%%/ppx_expect/config/expect_test_config.a
53
%%OCAML_SITELIBDIR%%/ppx_expect/config/expect_test_config.cma
54
%%OCAML_SITELIBDIR%%/ppx_expect/config/expect_test_config.cmi
55
%%OCAML_SITELIBDIR%%/ppx_expect/config/expect_test_config.cmt
56
%%OCAML_SITELIBDIR%%/ppx_expect/config/expect_test_config.cmti
57
%%OCAML_SITELIBDIR%%/ppx_expect/config/expect_test_config.cmx
58
%%OCAML_SITELIBDIR%%/ppx_expect/config/expect_test_config.cmxa
59
%%OCAML_SITELIBDIR%%/ppx_expect/config/expect_test_config.cmxs
60
%%OCAML_SITELIBDIR%%/ppx_expect/config/expect_test_config.ml
61
%%OCAML_SITELIBDIR%%/ppx_expect/config/expect_test_config.mli
62
%%OCAML_SITELIBDIR%%/ppx_expect/config_types/expect_test_config_types.a
63
%%OCAML_SITELIBDIR%%/ppx_expect/config_types/expect_test_config_types.cma
64
%%OCAML_SITELIBDIR%%/ppx_expect/config_types/expect_test_config_types.cmi
65
%%OCAML_SITELIBDIR%%/ppx_expect/config_types/expect_test_config_types.cmt
66
%%OCAML_SITELIBDIR%%/ppx_expect/config_types/expect_test_config_types.cmti
67
%%OCAML_SITELIBDIR%%/ppx_expect/config_types/expect_test_config_types.cmx
68
%%OCAML_SITELIBDIR%%/ppx_expect/config_types/expect_test_config_types.cmxa
69
%%OCAML_SITELIBDIR%%/ppx_expect/config_types/expect_test_config_types.cmxs
70
%%OCAML_SITELIBDIR%%/ppx_expect/config_types/expect_test_config_types.ml
71
%%OCAML_SITELIBDIR%%/ppx_expect/config_types/expect_test_config_types.mli
72
%%OCAML_SITELIBDIR%%/ppx_expect/config_types/expect_test_config_types__.cmi
73
%%OCAML_SITELIBDIR%%/ppx_expect/config_types/expect_test_config_types__.cmt
74
%%OCAML_SITELIBDIR%%/ppx_expect/config_types/expect_test_config_types__.cmx
75
%%OCAML_SITELIBDIR%%/ppx_expect/config_types/expect_test_config_types__.ml
76
%%OCAML_SITELIBDIR%%/ppx_expect/config_types/expect_test_config_types__Expect_test_config_types_intf.cmi
77
%%OCAML_SITELIBDIR%%/ppx_expect/config_types/expect_test_config_types__Expect_test_config_types_intf.cmt
78
%%OCAML_SITELIBDIR%%/ppx_expect/config_types/expect_test_config_types__Expect_test_config_types_intf.cmx
79
%%OCAML_SITELIBDIR%%/ppx_expect/config_types/expect_test_config_types_intf.ml
80
%%OCAML_SITELIBDIR%%/ppx_expect/dune-package
81
%%OCAML_SITELIBDIR%%/ppx_expect/evaluator/ppx_expect_evaluator.a
82
%%OCAML_SITELIBDIR%%/ppx_expect/evaluator/ppx_expect_evaluator.cma
83
%%OCAML_SITELIBDIR%%/ppx_expect/evaluator/ppx_expect_evaluator.cmi
84
%%OCAML_SITELIBDIR%%/ppx_expect/evaluator/ppx_expect_evaluator.cmt
85
%%OCAML_SITELIBDIR%%/ppx_expect/evaluator/ppx_expect_evaluator.cmti
86
%%OCAML_SITELIBDIR%%/ppx_expect/evaluator/ppx_expect_evaluator.cmx
87
%%OCAML_SITELIBDIR%%/ppx_expect/evaluator/ppx_expect_evaluator.cmxa
88
%%OCAML_SITELIBDIR%%/ppx_expect/evaluator/ppx_expect_evaluator.cmxs
89
%%OCAML_SITELIBDIR%%/ppx_expect/evaluator/ppx_expect_evaluator.ml
90
%%OCAML_SITELIBDIR%%/ppx_expect/evaluator/ppx_expect_evaluator.mli
91
%%OCAML_SITELIBDIR%%/ppx_expect/expect_extension.ml
92
%%OCAML_SITELIBDIR%%/ppx_expect/expect_extension.mli
93
%%OCAML_SITELIBDIR%%/ppx_expect/main.ml
94
%%OCAML_SITELIBDIR%%/ppx_expect/main.mli
95
%%OCAML_SITELIBDIR%%/ppx_expect/matcher/choose_tag.ml
96
%%OCAML_SITELIBDIR%%/ppx_expect/matcher/choose_tag.mli
97
%%OCAML_SITELIBDIR%%/ppx_expect/matcher/cst.ml
98
%%OCAML_SITELIBDIR%%/ppx_expect/matcher/cst.mli
99
%%OCAML_SITELIBDIR%%/ppx_expect/matcher/expect_test_matcher.a
100
%%OCAML_SITELIBDIR%%/ppx_expect/matcher/expect_test_matcher.cma
101
%%OCAML_SITELIBDIR%%/ppx_expect/matcher/expect_test_matcher.cmi
102
%%OCAML_SITELIBDIR%%/ppx_expect/matcher/expect_test_matcher.cmt
103
%%OCAML_SITELIBDIR%%/ppx_expect/matcher/expect_test_matcher.cmx
104
%%OCAML_SITELIBDIR%%/ppx_expect/matcher/expect_test_matcher.cmxa
105
%%OCAML_SITELIBDIR%%/ppx_expect/matcher/expect_test_matcher.cmxs
106
%%OCAML_SITELIBDIR%%/ppx_expect/matcher/expect_test_matcher.ml
107
%%OCAML_SITELIBDIR%%/ppx_expect/matcher/expect_test_matcher__.cmi
108
%%OCAML_SITELIBDIR%%/ppx_expect/matcher/expect_test_matcher__.cmt
109
%%OCAML_SITELIBDIR%%/ppx_expect/matcher/expect_test_matcher__.cmx
110
%%OCAML_SITELIBDIR%%/ppx_expect/matcher/expect_test_matcher__.ml
111
%%OCAML_SITELIBDIR%%/ppx_expect/matcher/expect_test_matcher__Choose_tag.cmi
112
%%OCAML_SITELIBDIR%%/ppx_expect/matcher/expect_test_matcher__Choose_tag.cmt
113
%%OCAML_SITELIBDIR%%/ppx_expect/matcher/expect_test_matcher__Choose_tag.cmti
114
%%OCAML_SITELIBDIR%%/ppx_expect/matcher/expect_test_matcher__Choose_tag.cmx
115
%%OCAML_SITELIBDIR%%/ppx_expect/matcher/expect_test_matcher__Cst.cmi
116
%%OCAML_SITELIBDIR%%/ppx_expect/matcher/expect_test_matcher__Cst.cmt
117
%%OCAML_SITELIBDIR%%/ppx_expect/matcher/expect_test_matcher__Cst.cmti
118
%%OCAML_SITELIBDIR%%/ppx_expect/matcher/expect_test_matcher__Cst.cmx
119
%%OCAML_SITELIBDIR%%/ppx_expect/matcher/expect_test_matcher__Fmt.cmi
120
%%OCAML_SITELIBDIR%%/ppx_expect/matcher/expect_test_matcher__Fmt.cmt
121
%%OCAML_SITELIBDIR%%/ppx_expect/matcher/expect_test_matcher__Fmt.cmti
122
%%OCAML_SITELIBDIR%%/ppx_expect/matcher/expect_test_matcher__Fmt.cmx
123
%%OCAML_SITELIBDIR%%/ppx_expect/matcher/expect_test_matcher__Import.cmi
124
%%OCAML_SITELIBDIR%%/ppx_expect/matcher/expect_test_matcher__Import.cmt
125
%%OCAML_SITELIBDIR%%/ppx_expect/matcher/expect_test_matcher__Import.cmx
126
%%OCAML_SITELIBDIR%%/ppx_expect/matcher/expect_test_matcher__Lexer.cmi
127
%%OCAML_SITELIBDIR%%/ppx_expect/matcher/expect_test_matcher__Lexer.cmt
128
%%OCAML_SITELIBDIR%%/ppx_expect/matcher/expect_test_matcher__Lexer.cmti
129
%%OCAML_SITELIBDIR%%/ppx_expect/matcher/expect_test_matcher__Lexer.cmx
130
%%OCAML_SITELIBDIR%%/ppx_expect/matcher/expect_test_matcher__Matcher.cmi
131
%%OCAML_SITELIBDIR%%/ppx_expect/matcher/expect_test_matcher__Matcher.cmt
132
%%OCAML_SITELIBDIR%%/ppx_expect/matcher/expect_test_matcher__Matcher.cmti
133
%%OCAML_SITELIBDIR%%/ppx_expect/matcher/expect_test_matcher__Matcher.cmx
134
%%OCAML_SITELIBDIR%%/ppx_expect/matcher/expect_test_matcher__Reconcile.cmi
135
%%OCAML_SITELIBDIR%%/ppx_expect/matcher/expect_test_matcher__Reconcile.cmt
136
%%OCAML_SITELIBDIR%%/ppx_expect/matcher/expect_test_matcher__Reconcile.cmti
137
%%OCAML_SITELIBDIR%%/ppx_expect/matcher/expect_test_matcher__Reconcile.cmx
138
%%OCAML_SITELIBDIR%%/ppx_expect/matcher/fmt.ml
139
%%OCAML_SITELIBDIR%%/ppx_expect/matcher/fmt.mli
140
%%OCAML_SITELIBDIR%%/ppx_expect/matcher/import.ml
141
%%OCAML_SITELIBDIR%%/ppx_expect/matcher/lexer.ml
142
%%OCAML_SITELIBDIR%%/ppx_expect/matcher/lexer.mli
143
%%OCAML_SITELIBDIR%%/ppx_expect/matcher/matcher.ml
144
%%OCAML_SITELIBDIR%%/ppx_expect/matcher/matcher.mli
145
%%OCAML_SITELIBDIR%%/ppx_expect/matcher/reconcile.ml
146
%%OCAML_SITELIBDIR%%/ppx_expect/matcher/reconcile.mli
147
%%OCAML_SITELIBDIR%%/ppx_expect/opam
148
%%OCAML_SITELIBDIR%%/ppx_expect/payload/ppx_expect_payload.a
149
%%OCAML_SITELIBDIR%%/ppx_expect/payload/ppx_expect_payload.cma
150
%%OCAML_SITELIBDIR%%/ppx_expect/payload/ppx_expect_payload.cmi
151
%%OCAML_SITELIBDIR%%/ppx_expect/payload/ppx_expect_payload.cmt
152
%%OCAML_SITELIBDIR%%/ppx_expect/payload/ppx_expect_payload.cmti
153
%%OCAML_SITELIBDIR%%/ppx_expect/payload/ppx_expect_payload.cmx
154
%%OCAML_SITELIBDIR%%/ppx_expect/payload/ppx_expect_payload.cmxa
155
%%OCAML_SITELIBDIR%%/ppx_expect/payload/ppx_expect_payload.cmxs
156
%%OCAML_SITELIBDIR%%/ppx_expect/payload/ppx_expect_payload.ml
157
%%OCAML_SITELIBDIR%%/ppx_expect/payload/ppx_expect_payload.mli
158
%%OCAML_SITELIBDIR%%/ppx_expect/ppx.exe
159
%%OCAML_SITELIBDIR%%/ppx_expect/ppx_expect.a
160
%%OCAML_SITELIBDIR%%/ppx_expect/ppx_expect.cma
161
%%OCAML_SITELIBDIR%%/ppx_expect/ppx_expect.cmi
162
%%OCAML_SITELIBDIR%%/ppx_expect/ppx_expect.cmt
163
%%OCAML_SITELIBDIR%%/ppx_expect/ppx_expect.cmx
164
%%OCAML_SITELIBDIR%%/ppx_expect/ppx_expect.cmxa
165
%%OCAML_SITELIBDIR%%/ppx_expect/ppx_expect.cmxs
166
%%OCAML_SITELIBDIR%%/ppx_expect/ppx_expect.ml
167
%%OCAML_SITELIBDIR%%/ppx_expect/ppx_expect__Expect_extension.cmi
168
%%OCAML_SITELIBDIR%%/ppx_expect/ppx_expect__Expect_extension.cmt
169
%%OCAML_SITELIBDIR%%/ppx_expect/ppx_expect__Expect_extension.cmti
170
%%OCAML_SITELIBDIR%%/ppx_expect/ppx_expect__Expect_extension.cmx
171
%%OCAML_SITELIBDIR%%/ppx_expect/ppx_expect__Main.cmi
172
%%OCAML_SITELIBDIR%%/ppx_expect/ppx_expect__Main.cmt
173
%%OCAML_SITELIBDIR%%/ppx_expect/ppx_expect__Main.cmti
174
%%OCAML_SITELIBDIR%%/ppx_expect/ppx_expect__Main.cmx
175
%%OCAML_SITELIBDIR%%/stublibs/dllexpect_test_collector_stubs.so
176
%%PORTDOCS%%%%DOCSDIR%%/CHANGES.md
177
%%PORTDOCS%%%%DOCSDIR%%/LICENSE.md
178
%%PORTDOCS%%%%DOCSDIR%%/README.org
1
library
179
library
2
--
3
devel/ocaml-ppx_custom_printf/Makefile  | 38 +++++++++++++++++++++++++
180
devel/ocaml-ppx_custom_printf/Makefile  | 38 +++++++++++++++++++++++++
4
devel/ocaml-ppx_custom_printf/distinfo  |  3 ++
181
devel/ocaml-ppx_custom_printf/distinfo  |  3 ++
5
devel/ocaml-ppx_custom_printf/pkg-descr | 10 +++++++
182
devel/ocaml-ppx_custom_printf/pkg-descr | 10 +++++++
6
devel/ocaml-ppx_custom_printf/pkg-plist | 25 ++++++++++++++++
183
devel/ocaml-ppx_custom_printf/pkg-plist | 25 ++++++++++++++++
7
4 files changed, 76 insertions(+)
184
4 files changed, 76 insertions(+)
8
create mode 100644 devel/ocaml-ppx_custom_printf/Makefile
185
create mode 100644 devel/ocaml-ppx_custom_printf/Makefile
9
create mode 100644 devel/ocaml-ppx_custom_printf/distinfo
186
create mode 100644 devel/ocaml-ppx_custom_printf/distinfo
10
create mode 100644 devel/ocaml-ppx_custom_printf/pkg-descr
187
create mode 100644 devel/ocaml-ppx_custom_printf/pkg-descr
11
create mode 100644 devel/ocaml-ppx_custom_printf/pkg-plist
188
create mode 100644 devel/ocaml-ppx_custom_printf/pkg-plist
(-)b/devel/ocaml-ppx_custom_printf/Makefile (+38 lines)
Added Link Here
1
# Created by: Thierry Thomas <thierry@pompo.net>
2
3
PORTNAME=	ppx_custom_printf
4
DISTVERSIONPREFIX=	v
5
DISTVERSION=	0.14.1
6
CATEGORIES=	devel
7
PKGNAMEPREFIX=	ocaml-
8
9
MAINTAINER=	thierry@FreeBSD.org
10
COMMENT=	Printf-style format-strings for user-defined string conversion
11
12
LICENSE=	MIT
13
14
BUILD_DEPENDS=	dune:devel/ocaml-dune	\
15
		ocaml-base>0:devel/ocaml-base	\
16
		ocaml-ppxlib>0:devel/ocaml-ppxlib	\
17
		ocaml-compiler-libs>0:devel/ocaml-compiler-libs	\
18
		ocaml-ppx_sexp_conv>0:devel/ocaml-ppx_sexp_conv
19
20
USE_GITHUB=	yes
21
GH_ACCOUNT=	janestreet
22
23
USE_OCAML=	yes
24
25
MAKE_ENV=	INSTALL_ARGS="--destdir=${STAGEDIR} --libdir=${OCAML_SITELIBDIR}"
26
DOCSDIR=	${OCAML_DOCSDIR}/${PORTNAME}
27
ALL_TARGET=	default
28
29
OPTIONS_DEFINE=	DOCS
30
31
pre-build:
32
	${REINPLACE_CMD} -e 's|^INSTALL_ARGS|#INSTALL_ARGS|' ${WRKSRC}/${MAKEFILE}
33
34
post-install:
35
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/${PORTNAME}/${PORTNAME}.cmxs
36
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/${PORTNAME}/ppx.exe
37
38
.include <bsd.port.mk>
(-)b/devel/ocaml-ppx_custom_printf/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1647292576
2
SHA256 (janestreet-ppx_custom_printf-v0.14.1_GH0.tar.gz) = 34cb58dbc886757ce95202059ee3e387a9581a0e00c36055d2c33ab8d764eb4f
3
SIZE (janestreet-ppx_custom_printf-v0.14.1_GH0.tar.gz) = 9606
(-)b/devel/ocaml-ppx_custom_printf/pkg-descr (+10 lines)
Added Link Here
1
Extensions to printf-style format-strings for user-defined string conversion.
2
3
ppx_custom_printf is a ppx rewriter that allows the use of user-defined string
4
conversion functions in format strings (that is, strings passed to printf,
5
sprintf, etc.).
6
7
No new syntax is introduced. Instead a previously ill-typed use of the !
8
operator is re-purposed.
9
10
WWW: https://github.com/janestreet/ppx_custom_printf
(-)b/devel/ocaml-ppx_custom_printf/pkg-plist (-2 / +25 lines)
Added Link Here
0
- 
1
%%OCAML_SITELIBDIR%%/ppx_custom_printf/META
2
%%OCAML_SITELIBDIR%%/ppx_custom_printf/dune-package
3
%%OCAML_SITELIBDIR%%/ppx_custom_printf/format_lifter.ml
4
%%OCAML_SITELIBDIR%%/ppx_custom_printf/opam
5
%%OCAML_SITELIBDIR%%/ppx_custom_printf/ppx.exe
6
%%OCAML_SITELIBDIR%%/ppx_custom_printf/ppx_custom_printf.a
7
%%OCAML_SITELIBDIR%%/ppx_custom_printf/ppx_custom_printf.cma
8
%%OCAML_SITELIBDIR%%/ppx_custom_printf/ppx_custom_printf.cmi
9
%%OCAML_SITELIBDIR%%/ppx_custom_printf/ppx_custom_printf.cmt
10
%%OCAML_SITELIBDIR%%/ppx_custom_printf/ppx_custom_printf.cmti
11
%%OCAML_SITELIBDIR%%/ppx_custom_printf/ppx_custom_printf.cmx
12
%%OCAML_SITELIBDIR%%/ppx_custom_printf/ppx_custom_printf.cmxa
13
%%OCAML_SITELIBDIR%%/ppx_custom_printf/ppx_custom_printf.cmxs
14
%%OCAML_SITELIBDIR%%/ppx_custom_printf/ppx_custom_printf.ml
15
%%OCAML_SITELIBDIR%%/ppx_custom_printf/ppx_custom_printf.mli
16
%%OCAML_SITELIBDIR%%/ppx_custom_printf/ppx_custom_printf__.cmi
17
%%OCAML_SITELIBDIR%%/ppx_custom_printf/ppx_custom_printf__.cmt
18
%%OCAML_SITELIBDIR%%/ppx_custom_printf/ppx_custom_printf__.cmx
19
%%OCAML_SITELIBDIR%%/ppx_custom_printf/ppx_custom_printf__.ml
20
%%OCAML_SITELIBDIR%%/ppx_custom_printf/ppx_custom_printf__Format_lifter.cmi
21
%%OCAML_SITELIBDIR%%/ppx_custom_printf/ppx_custom_printf__Format_lifter.cmt
22
%%OCAML_SITELIBDIR%%/ppx_custom_printf/ppx_custom_printf__Format_lifter.cmx
23
%%PORTDOCS%%%%DOCSDIR%%/CHANGES.md
24
%%PORTDOCS%%%%DOCSDIR%%/LICENSE.md
25
%%PORTDOCS%%%%DOCSDIR%%/README.md
1
fields
26
fields
2
--
3
devel/ocaml-fieldslib/Makefile  | 34 +++++++++++++++++++++++++++++++++
27
devel/ocaml-fieldslib/Makefile  | 34 +++++++++++++++++++++++++++++++++
4
devel/ocaml-fieldslib/distinfo  |  3 +++
28
devel/ocaml-fieldslib/distinfo  |  3 +++
5
devel/ocaml-fieldslib/pkg-descr |  5 +++++
29
devel/ocaml-fieldslib/pkg-descr |  5 +++++
6
devel/ocaml-fieldslib/pkg-plist | 13 +++++++++++++
30
devel/ocaml-fieldslib/pkg-plist | 13 +++++++++++++
7
4 files changed, 55 insertions(+)
31
4 files changed, 55 insertions(+)
8
create mode 100644 devel/ocaml-fieldslib/Makefile
32
create mode 100644 devel/ocaml-fieldslib/Makefile
9
create mode 100644 devel/ocaml-fieldslib/distinfo
33
create mode 100644 devel/ocaml-fieldslib/distinfo
10
create mode 100644 devel/ocaml-fieldslib/pkg-descr
34
create mode 100644 devel/ocaml-fieldslib/pkg-descr
11
create mode 100644 devel/ocaml-fieldslib/pkg-plist
35
create mode 100644 devel/ocaml-fieldslib/pkg-plist
(-)b/devel/ocaml-fieldslib/Makefile (+34 lines)
Added Link Here
1
# Created by: Thierry Thomas <thierry@pompo.net>
2
3
PORTNAME=	fieldslib
4
DISTVERSIONPREFIX=	v
5
DISTVERSION=	0.14.0
6
CATEGORIES=	devel
7
PKGNAMEPREFIX=	ocaml-
8
9
MAINTAINER=	thierry@FreeBSD.org
10
COMMENT=	OCaml record fields as first class values
11
12
LICENSE=	MIT
13
14
BUILD_DEPENDS=	dune:devel/ocaml-dune	\
15
		ocaml-base>0:devel/ocaml-base
16
17
USE_GITHUB=	yes
18
GH_ACCOUNT=	janestreet
19
20
USE_OCAML=	yes
21
22
MAKE_ENV=	INSTALL_ARGS="--destdir=${STAGEDIR} --libdir=${OCAML_SITELIBDIR}"
23
DOCSDIR=	${OCAML_DOCSDIR}/${PORTNAME}
24
ALL_TARGET=	default
25
26
OPTIONS_DEFINE=	DOCS
27
28
pre-build:
29
	${REINPLACE_CMD} -e 's|^INSTALL_ARGS|#INSTALL_ARGS|' ${WRKSRC}/${MAKEFILE}
30
31
post-install:
32
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/${PORTNAME}/${PORTNAME}.cmxs
33
34
.include <bsd.port.mk>
(-)b/devel/ocaml-fieldslib/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1647294662
2
SHA256 (janestreet-fieldslib-v0.14.0_GH0.tar.gz) = 64a740c40e38bc172670779c78a5088dd4f04fa9b599ba91ce2d511ff5b5cc56
3
SIZE (janestreet-fieldslib-v0.14.0_GH0.tar.gz) = 3677
(-)b/devel/ocaml-fieldslib/pkg-descr (+5 lines)
Added Link Here
1
Syntax extension to define first class values representing record fields, to get
2
and set record fields, iterate and fold over all fields of a record and create
3
new record values.
4
5
WWW: https://github.com/janestreet/fieldslib
(-)b/devel/ocaml-fieldslib/pkg-plist (-2 / +13 lines)
Added Link Here
0
- 
1
%%OCAML_SITELIBDIR%%/fieldslib/META
2
%%OCAML_SITELIBDIR%%/fieldslib/dune-package
3
%%OCAML_SITELIBDIR%%/fieldslib/fieldslib.a
4
%%OCAML_SITELIBDIR%%/fieldslib/fieldslib.cma
5
%%OCAML_SITELIBDIR%%/fieldslib/fieldslib.cmi
6
%%OCAML_SITELIBDIR%%/fieldslib/fieldslib.cmt
7
%%OCAML_SITELIBDIR%%/fieldslib/fieldslib.cmx
8
%%OCAML_SITELIBDIR%%/fieldslib/fieldslib.cmxa
9
%%OCAML_SITELIBDIR%%/fieldslib/fieldslib.cmxs
10
%%OCAML_SITELIBDIR%%/fieldslib/fieldslib.ml
11
%%OCAML_SITELIBDIR%%/fieldslib/opam
12
%%PORTDOCS%%%%DOCSDIR%%/CHANGES.md
13
%%PORTDOCS%%%%DOCSDIR%%/LICENSE.md
1
accessor and iteration functions for OCaml records
14
accessor and iteration functions for OCaml records
2
--
3
devel/ocaml-ppx_fields_conv/Makefile  | 37 +++++++++++++++++++++++++++
15
devel/ocaml-ppx_fields_conv/Makefile  | 37 +++++++++++++++++++++++++++
4
devel/ocaml-ppx_fields_conv/distinfo  |  3 +++
16
devel/ocaml-ppx_fields_conv/distinfo  |  3 +++
5
devel/ocaml-ppx_fields_conv/pkg-descr |  8 ++++++
17
devel/ocaml-ppx_fields_conv/pkg-descr |  8 ++++++
6
devel/ocaml-ppx_fields_conv/pkg-plist | 16 ++++++++++++
18
devel/ocaml-ppx_fields_conv/pkg-plist | 16 ++++++++++++
7
4 files changed, 64 insertions(+)
19
4 files changed, 64 insertions(+)
8
create mode 100644 devel/ocaml-ppx_fields_conv/Makefile
20
create mode 100644 devel/ocaml-ppx_fields_conv/Makefile
9
create mode 100644 devel/ocaml-ppx_fields_conv/distinfo
21
create mode 100644 devel/ocaml-ppx_fields_conv/distinfo
10
create mode 100644 devel/ocaml-ppx_fields_conv/pkg-descr
22
create mode 100644 devel/ocaml-ppx_fields_conv/pkg-descr
11
create mode 100644 devel/ocaml-ppx_fields_conv/pkg-plist
23
create mode 100644 devel/ocaml-ppx_fields_conv/pkg-plist
(-)b/devel/ocaml-ppx_fields_conv/Makefile (+37 lines)
Added Link Here
1
# Created by: Thierry Thomas <thierry@pompo.net>
2
3
PORTNAME=	ppx_fields_conv
4
DISTVERSIONPREFIX=	v
5
DISTVERSION=	0.14.2
6
CATEGORIES=	devel
7
PKGNAMEPREFIX=	ocaml-
8
9
MAINTAINER=	thierry@FreeBSD.org
10
COMMENT=	Generation of accessor and iteration functions for ocaml records
11
12
LICENSE=	MIT
13
14
BUILD_DEPENDS=	dune:devel/ocaml-dune	\
15
		ocaml-base>0:devel/ocaml-base	\
16
		ocaml-ppxlib>0:devel/ocaml-ppxlib	\
17
		ocaml-fieldslib>0:devel/ocaml-fieldslib
18
RUN_DEPENDS=	ocaml-fieldslib>0:devel/ocaml-fieldslib
19
20
USE_GITHUB=	yes
21
GH_ACCOUNT=	janestreet
22
23
USE_OCAML=	yes
24
25
MAKE_ENV=	INSTALL_ARGS="--destdir=${STAGEDIR} --libdir=${OCAML_SITELIBDIR}"
26
DOCSDIR=	${OCAML_DOCSDIR}/${PORTNAME}
27
ALL_TARGET=	default
28
29
OPTIONS_DEFINE=	DOCS
30
31
pre-build:
32
	${REINPLACE_CMD} -e 's|^INSTALL_ARGS|#INSTALL_ARGS|' ${WRKSRC}/${MAKEFILE}
33
34
post-install:
35
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/${PORTNAME}/${PORTNAME}.cmxs
36
37
.include <bsd.port.mk>
(-)b/devel/ocaml-ppx_fields_conv/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1647366589
2
SHA256 (janestreet-ppx_fields_conv-v0.14.2_GH0.tar.gz) = 37b6967a03c2855427b4ff97e93f08162de520acb06acc97513f64526428ed64
3
SIZE (janestreet-ppx_fields_conv-v0.14.2_GH0.tar.gz) = 14314
(-)b/devel/ocaml-ppx_fields_conv/pkg-descr (+8 lines)
Added Link Here
1
Generation of accessor and iteration functions for ocaml records.
2
3
ppx_fields_conv is a ppx rewriter that can be used to define first class values
4
representing record fields, and additional routines, to get and set record
5
fields, iterate and fold over all fields of a record and create new record
6
values.
7
8
WWW: https://github.com/janestreet/ppx_fields_conv
(-)b/devel/ocaml-ppx_fields_conv/pkg-plist (-2 / +16 lines)
Added Link Here
0
- 
1
%%OCAML_SITELIBDIR%%/ppx_fields_conv/META
2
%%OCAML_SITELIBDIR%%/ppx_fields_conv/dune-package
3
%%OCAML_SITELIBDIR%%/ppx_fields_conv/opam
4
%%OCAML_SITELIBDIR%%/ppx_fields_conv/ppx_fields_conv.a
5
%%OCAML_SITELIBDIR%%/ppx_fields_conv/ppx_fields_conv.cma
6
%%OCAML_SITELIBDIR%%/ppx_fields_conv/ppx_fields_conv.cmi
7
%%OCAML_SITELIBDIR%%/ppx_fields_conv/ppx_fields_conv.cmt
8
%%OCAML_SITELIBDIR%%/ppx_fields_conv/ppx_fields_conv.cmti
9
%%OCAML_SITELIBDIR%%/ppx_fields_conv/ppx_fields_conv.cmx
10
%%OCAML_SITELIBDIR%%/ppx_fields_conv/ppx_fields_conv.cmxa
11
%%OCAML_SITELIBDIR%%/ppx_fields_conv/ppx_fields_conv.cmxs
12
%%OCAML_SITELIBDIR%%/ppx_fields_conv/ppx_fields_conv.ml
13
%%OCAML_SITELIBDIR%%/ppx_fields_conv/ppx_fields_conv.mli
14
%%PORTDOCS%%%%DOCSDIR%%/CHANGES.md
15
%%PORTDOCS%%%%DOCSDIR%%/LICENSE.md
16
%%PORTDOCS%%%%DOCSDIR%%/README.md
1
variants as first class values
17
variants as first class values
2
--
3
devel/ocaml-variantslib/Makefile  | 34 +++++++++++++++++++++++++++++++
18
devel/ocaml-variantslib/Makefile  | 34 +++++++++++++++++++++++++++++++
4
devel/ocaml-variantslib/distinfo  |  3 +++
19
devel/ocaml-variantslib/distinfo  |  3 +++
5
devel/ocaml-variantslib/pkg-descr |  5 +++++
20
devel/ocaml-variantslib/pkg-descr |  5 +++++
6
devel/ocaml-variantslib/pkg-plist | 13 ++++++++++++
21
devel/ocaml-variantslib/pkg-plist | 13 ++++++++++++
7
4 files changed, 55 insertions(+)
22
4 files changed, 55 insertions(+)
8
create mode 100644 devel/ocaml-variantslib/Makefile
23
create mode 100644 devel/ocaml-variantslib/Makefile
9
create mode 100644 devel/ocaml-variantslib/distinfo
24
create mode 100644 devel/ocaml-variantslib/distinfo
10
create mode 100644 devel/ocaml-variantslib/pkg-descr
25
create mode 100644 devel/ocaml-variantslib/pkg-descr
11
create mode 100644 devel/ocaml-variantslib/pkg-plist
26
create mode 100644 devel/ocaml-variantslib/pkg-plist
(-)b/devel/ocaml-variantslib/Makefile (+34 lines)
Added Link Here
1
# Created by: Thierry Thomas <thierry@pompo.net>
2
3
PORTNAME=	variantslib
4
DISTVERSIONPREFIX=	v
5
DISTVERSION=	0.14.0
6
CATEGORIES=	devel
7
PKGNAMEPREFIX=	ocaml-
8
9
MAINTAINER=	thierry@FreeBSD.org
10
COMMENT=	OCaml variants as first class values
11
12
LICENSE=	MIT
13
14
BUILD_DEPENDS=	dune:devel/ocaml-dune	\
15
		ocaml-base>0:devel/ocaml-base
16
17
USE_GITHUB=	yes
18
GH_ACCOUNT=	janestreet
19
20
USE_OCAML=	yes
21
22
MAKE_ENV=	INSTALL_ARGS="--destdir=${STAGEDIR} --libdir=${OCAML_SITELIBDIR}"
23
DOCSDIR=	${OCAML_DOCSDIR}/${PORTNAME}
24
ALL_TARGET=	default
25
26
OPTIONS_DEFINE=	DOCS
27
28
pre-build:
29
	${REINPLACE_CMD} -e 's|^INSTALL_ARGS|#INSTALL_ARGS|' ${WRKSRC}/${MAKEFILE}
30
31
post-install:
32
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/${PORTNAME}/${PORTNAME}.cmxs
33
34
.include <bsd.port.mk>
(-)b/devel/ocaml-variantslib/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1647368117
2
SHA256 (janestreet-variantslib-v0.14.0_GH0.tar.gz) = bbd3f2f27a08c5a2954fcc50d0f14bee8a16241f16da597db0b914c01690b814
3
SIZE (janestreet-variantslib-v0.14.0_GH0.tar.gz) = 2951
(-)b/devel/ocaml-variantslib/pkg-descr (+5 lines)
Added Link Here
1
Part of Jane Street's Core library, a suite of libraries is an industrial
2
strength alternative to OCaml's standard library that was developed by Jane
3
Street.
4
5
WWW: https://github.com/janestreet/variantslib
(-)b/devel/ocaml-variantslib/pkg-plist (-2 / +13 lines)
Added Link Here
0
- 
1
%%OCAML_SITELIBDIR%%/variantslib/META
2
%%OCAML_SITELIBDIR%%/variantslib/dune-package
3
%%OCAML_SITELIBDIR%%/variantslib/opam
4
%%OCAML_SITELIBDIR%%/variantslib/variantslib.a
5
%%OCAML_SITELIBDIR%%/variantslib/variantslib.cma
6
%%OCAML_SITELIBDIR%%/variantslib/variantslib.cmi
7
%%OCAML_SITELIBDIR%%/variantslib/variantslib.cmt
8
%%OCAML_SITELIBDIR%%/variantslib/variantslib.cmx
9
%%OCAML_SITELIBDIR%%/variantslib/variantslib.cmxa
10
%%OCAML_SITELIBDIR%%/variantslib/variantslib.cmxs
11
%%OCAML_SITELIBDIR%%/variantslib/variantslib.ml
12
%%PORTDOCS%%%%DOCSDIR%%/CHANGES.md
13
%%PORTDOCS%%%%DOCSDIR%%/LICENSE.md
1
accessor and iteration functions for ocaml variant types
14
accessor and iteration functions for ocaml variant types
2
--
3
devel/ocaml-ppx_variants_conv/Makefile  | 37 +++++++++++++++++++++++++
15
devel/ocaml-ppx_variants_conv/Makefile  | 37 +++++++++++++++++++++++++
4
devel/ocaml-ppx_variants_conv/distinfo  |  3 ++
16
devel/ocaml-ppx_variants_conv/distinfo  |  3 ++
5
devel/ocaml-ppx_variants_conv/pkg-descr | 11 ++++++++
17
devel/ocaml-ppx_variants_conv/pkg-descr | 11 ++++++++
6
devel/ocaml-ppx_variants_conv/pkg-plist | 16 +++++++++++
18
devel/ocaml-ppx_variants_conv/pkg-plist | 16 +++++++++++
7
4 files changed, 67 insertions(+)
19
4 files changed, 67 insertions(+)
8
create mode 100644 devel/ocaml-ppx_variants_conv/Makefile
20
create mode 100644 devel/ocaml-ppx_variants_conv/Makefile
9
create mode 100644 devel/ocaml-ppx_variants_conv/distinfo
21
create mode 100644 devel/ocaml-ppx_variants_conv/distinfo
10
create mode 100644 devel/ocaml-ppx_variants_conv/pkg-descr
22
create mode 100644 devel/ocaml-ppx_variants_conv/pkg-descr
11
create mode 100644 devel/ocaml-ppx_variants_conv/pkg-plist
23
create mode 100644 devel/ocaml-ppx_variants_conv/pkg-plist
(-)b/devel/ocaml-ppx_variants_conv/Makefile (+37 lines)
Added Link Here
1
# Created by: Thierry Thomas <thierry@pompo.net>
2
3
PORTNAME=	ppx_variants_conv
4
DISTVERSIONPREFIX=	v
5
DISTVERSION=	0.14.2
6
CATEGORIES=	devel
7
PKGNAMEPREFIX=	ocaml-
8
9
MAINTAINER=	thierry@FreeBSD.org
10
COMMENT=	Library containing the definition of S-expressions and base converters
11
12
LICENSE=	MIT
13
14
BUILD_DEPENDS=	dune:devel/ocaml-dune	\
15
		ocaml-base>0:devel/ocaml-base	\
16
		ocaml-ppxlib>0:devel/ocaml-ppxlib	\
17
		ocaml-variantslib>0:devel/ocaml-variantslib
18
RUN_DEPENDS=	ocaml-variantslib>0:devel/ocaml-variantslib
19
20
USE_GITHUB=	yes
21
GH_ACCOUNT=	janestreet
22
23
USE_OCAML=	yes
24
25
MAKE_ENV=	INSTALL_ARGS="--destdir=${STAGEDIR} --libdir=${OCAML_SITELIBDIR}"
26
DOCSDIR=	${OCAML_DOCSDIR}/${PORTNAME}
27
ALL_TARGET=	default
28
29
OPTIONS_DEFINE=	DOCS
30
31
pre-build:
32
	${REINPLACE_CMD} -e 's|^INSTALL_ARGS|#INSTALL_ARGS|' ${WRKSRC}/${MAKEFILE}
33
34
post-install:
35
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/${PORTNAME}/${PORTNAME}.cmxs
36
37
.include <bsd.port.mk>
(-)b/devel/ocaml-ppx_variants_conv/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1647368701
2
SHA256 (janestreet-ppx_variants_conv-v0.14.2_GH0.tar.gz) = 2d668233089e90d20e893f0dadb39ae2e046b9c79c7b8bf950f8cb28e21ea619
3
SIZE (janestreet-ppx_variants_conv-v0.14.2_GH0.tar.gz) = 9626
(-)b/devel/ocaml-ppx_variants_conv/pkg-descr (+11 lines)
Added Link Here
1
Generation of accessor and iteration functions for ocaml variant types.
2
3
ppx_variants_conv is a ppx rewriter that can be used to define first class
4
values representing variant constructors, some helper functions to identify or
5
match on individual constructors, and additional routines to fold, iterate and
6
map over all constructors of a variant type.
7
8
It provides corresponding functionality for variant types as ppx_fields_conv
9
provides for record types.
10
11
WWW: https://github.com/janestreet/ppx_variants_conv
(-)b/devel/ocaml-ppx_variants_conv/pkg-plist (-2 / +16 lines)
Added Link Here
0
- 
1
%%OCAML_SITELIBDIR%%/ppx_variants_conv/META
2
%%OCAML_SITELIBDIR%%/ppx_variants_conv/dune-package
3
%%OCAML_SITELIBDIR%%/ppx_variants_conv/opam
4
%%OCAML_SITELIBDIR%%/ppx_variants_conv/ppx_variants_conv.a
5
%%OCAML_SITELIBDIR%%/ppx_variants_conv/ppx_variants_conv.cma
6
%%OCAML_SITELIBDIR%%/ppx_variants_conv/ppx_variants_conv.cmi
7
%%OCAML_SITELIBDIR%%/ppx_variants_conv/ppx_variants_conv.cmt
8
%%OCAML_SITELIBDIR%%/ppx_variants_conv/ppx_variants_conv.cmti
9
%%OCAML_SITELIBDIR%%/ppx_variants_conv/ppx_variants_conv.cmx
10
%%OCAML_SITELIBDIR%%/ppx_variants_conv/ppx_variants_conv.cmxa
11
%%OCAML_SITELIBDIR%%/ppx_variants_conv/ppx_variants_conv.cmxs
12
%%OCAML_SITELIBDIR%%/ppx_variants_conv/ppx_variants_conv.ml
13
%%OCAML_SITELIBDIR%%/ppx_variants_conv/ppx_variants_conv.mli
14
%%PORTDOCS%%%%DOCSDIR%%/CHANGES.md
15
%%PORTDOCS%%%%DOCSDIR%%/LICENSE.md
16
%%PORTDOCS%%%%DOCSDIR%%/README.md
1
generator
17
generator
2
--
3
devel/ocaml-bin_prot/Makefile  |  51 +++++++++++++++
18
devel/ocaml-bin_prot/Makefile  |  51 +++++++++++++++
4
devel/ocaml-bin_prot/distinfo  |   3 +
19
devel/ocaml-bin_prot/distinfo  |   3 +
5
devel/ocaml-bin_prot/pkg-descr |   8 +++
20
devel/ocaml-bin_prot/pkg-descr |   8 +++
6
devel/ocaml-bin_prot/pkg-plist | 115 +++++++++++++++++++++++++++++++++
21
devel/ocaml-bin_prot/pkg-plist | 115 +++++++++++++++++++++++++++++++++
7
4 files changed, 177 insertions(+)
22
4 files changed, 177 insertions(+)
8
create mode 100644 devel/ocaml-bin_prot/Makefile
23
create mode 100644 devel/ocaml-bin_prot/Makefile
9
create mode 100644 devel/ocaml-bin_prot/distinfo
24
create mode 100644 devel/ocaml-bin_prot/distinfo
10
create mode 100644 devel/ocaml-bin_prot/pkg-descr
25
create mode 100644 devel/ocaml-bin_prot/pkg-descr
11
create mode 100644 devel/ocaml-bin_prot/pkg-plist
26
create mode 100644 devel/ocaml-bin_prot/pkg-plist
(-)b/devel/ocaml-bin_prot/Makefile (+51 lines)
Added Link Here
1
# Created by: Thierry Thomas <thierry@pompo.net>
2
3
PORTNAME=	bin_prot
4
DISTVERSIONPREFIX=	v
5
DISTVERSION=	0.14.0
6
CATEGORIES=	devel
7
PKGNAMEPREFIX=	ocaml-
8
9
MAINTAINER=	thierry@FreeBSD.org
10
COMMENT=	Binary protocol generator
11
12
LICENSE=	MIT
13
14
BUILD_DEPENDS=	dune:devel/ocaml-dune	\
15
		ocaml-base>0:devel/ocaml-base	\
16
		ocaml-ppx_compare>0:devel/ocaml-ppx_compare	\
17
		ocaml-ppx_optcomp>0:devel/ocaml-ppx_optcomp	\
18
		ocaml-ppx_sexp_conv>0:devel/ocaml-ppx_sexp_conv	\
19
		ocaml-ppx_fields_conv>0:devel/ocaml-ppx_fields_conv	\
20
		ocaml-ppx_variants_conv>0:devel/ocaml-ppx_variants_conv	\
21
		ocaml-ppx_custom_printf>0:devel/ocaml-ppx_custom_printf
22
RUN_DEPENDS=	ocaml-base>0:devel/ocaml-base	\
23
		ocaml-ppx_compare>0:devel/ocaml-ppx_compare	\
24
		ocaml-ppx_sexp_conv>0:devel/ocaml-ppx_sexp_conv	\
25
		ocaml-ppx_fields_conv>0:devel/ocaml-ppx_fields_conv	\
26
		ocaml-ppx_variants_conv>0:devel/ocaml-ppx_variants_conv	\
27
		ocaml-ppx_custom_printf>0:devel/ocaml-ppx_custom_printf
28
29
USE_GITHUB=	yes
30
GH_ACCOUNT=	janestreet
31
32
USE_OCAML=	yes
33
USE_OCAML_LDCONFIG=	yes
34
OCAML_LDLIBS=	${OCAML_SITELIBDIR}/stublibs
35
36
MAKE_ENV=	INSTALL_ARGS="--destdir=${STAGEDIR} --libdir=${OCAML_SITELIBDIR}"
37
DOCSDIR=	${OCAML_DOCSDIR}/${PORTNAME}
38
ALL_TARGET=	default
39
40
OPTIONS_DEFINE=	DOCS
41
42
pre-build:
43
	${REINPLACE_CMD} -e 's|^INSTALL_ARGS|#INSTALL_ARGS|' ${WRKSRC}/${MAKEFILE}
44
45
post-install:
46
.for bin in bin_prot shape/bin_shape_lib xen/bin_prot_xen
47
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/${PORTNAME}/${bin}.cmxs
48
.endfor
49
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/stublibs/dllbin_prot_stubs.so
50
51
.include <bsd.port.mk>
(-)b/devel/ocaml-bin_prot/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1647291781
2
SHA256 (janestreet-bin_prot-v0.14.0_GH0.tar.gz) = b14cdda4050a6b899d901e946a17579fdd2ddd656acd0751fc6bf273c2c9ae2a
3
SIZE (janestreet-bin_prot-v0.14.0_GH0.tar.gz) = 342884
(-)b/devel/ocaml-bin_prot/pkg-descr (+8 lines)
Added Link Here
1
This library contains functionality for reading and writing OCaml-values in a
2
type-safe binary protocol. It is extremely efficient, typically supporting
3
type-safe marshalling and unmarshalling of even highly structured values at
4
speeds sufficient to saturate a gigabit connection. The protocol is also heavily
5
optimized for size, making it ideal for long-term storage of large amounts of
6
data.
7
8
WWW: https://github.com/janestreet/bin_prot
(-)b/devel/ocaml-bin_prot/pkg-plist (-2 / +115 lines)
Added Link Here
0
- 
1
%%OCAML_SITELIBDIR%%/bin_prot/META
2
%%OCAML_SITELIBDIR%%/bin_prot/bin_prot.a
3
%%OCAML_SITELIBDIR%%/bin_prot/bin_prot.cma
4
%%OCAML_SITELIBDIR%%/bin_prot/bin_prot.cmi
5
%%OCAML_SITELIBDIR%%/bin_prot/bin_prot.cmt
6
%%OCAML_SITELIBDIR%%/bin_prot/bin_prot.cmx
7
%%OCAML_SITELIBDIR%%/bin_prot/bin_prot.cmxa
8
%%OCAML_SITELIBDIR%%/bin_prot/bin_prot.cmxs
9
%%OCAML_SITELIBDIR%%/bin_prot/bin_prot.ml
10
%%OCAML_SITELIBDIR%%/bin_prot/bin_prot__Binable.cmi
11
%%OCAML_SITELIBDIR%%/bin_prot/bin_prot__Binable.cmt
12
%%OCAML_SITELIBDIR%%/bin_prot/bin_prot__Binable.cmx
13
%%OCAML_SITELIBDIR%%/bin_prot/bin_prot__Blob.cmi
14
%%OCAML_SITELIBDIR%%/bin_prot/bin_prot__Blob.cmt
15
%%OCAML_SITELIBDIR%%/bin_prot/bin_prot__Blob.cmti
16
%%OCAML_SITELIBDIR%%/bin_prot/bin_prot__Blob.cmx
17
%%OCAML_SITELIBDIR%%/bin_prot/bin_prot__Common.cmi
18
%%OCAML_SITELIBDIR%%/bin_prot/bin_prot__Common.cmt
19
%%OCAML_SITELIBDIR%%/bin_prot/bin_prot__Common.cmti
20
%%OCAML_SITELIBDIR%%/bin_prot/bin_prot__Common.cmx
21
%%OCAML_SITELIBDIR%%/bin_prot/bin_prot__Md5.cmi
22
%%OCAML_SITELIBDIR%%/bin_prot/bin_prot__Md5.cmt
23
%%OCAML_SITELIBDIR%%/bin_prot/bin_prot__Md5.cmti
24
%%OCAML_SITELIBDIR%%/bin_prot/bin_prot__Md5.cmx
25
%%OCAML_SITELIBDIR%%/bin_prot/bin_prot__Nat0.cmi
26
%%OCAML_SITELIBDIR%%/bin_prot/bin_prot__Nat0.cmt
27
%%OCAML_SITELIBDIR%%/bin_prot/bin_prot__Nat0.cmti
28
%%OCAML_SITELIBDIR%%/bin_prot/bin_prot__Nat0.cmx
29
%%OCAML_SITELIBDIR%%/bin_prot/bin_prot__Read.cmi
30
%%OCAML_SITELIBDIR%%/bin_prot/bin_prot__Read.cmt
31
%%OCAML_SITELIBDIR%%/bin_prot/bin_prot__Read.cmti
32
%%OCAML_SITELIBDIR%%/bin_prot/bin_prot__Read.cmx
33
%%OCAML_SITELIBDIR%%/bin_prot/bin_prot__Shape.cmi
34
%%OCAML_SITELIBDIR%%/bin_prot/bin_prot__Shape.cmt
35
%%OCAML_SITELIBDIR%%/bin_prot/bin_prot__Shape.cmx
36
%%OCAML_SITELIBDIR%%/bin_prot/bin_prot__Size.cmi
37
%%OCAML_SITELIBDIR%%/bin_prot/bin_prot__Size.cmt
38
%%OCAML_SITELIBDIR%%/bin_prot/bin_prot__Size.cmti
39
%%OCAML_SITELIBDIR%%/bin_prot/bin_prot__Size.cmx
40
%%OCAML_SITELIBDIR%%/bin_prot/bin_prot__Std.cmi
41
%%OCAML_SITELIBDIR%%/bin_prot/bin_prot__Std.cmt
42
%%OCAML_SITELIBDIR%%/bin_prot/bin_prot__Std.cmx
43
%%OCAML_SITELIBDIR%%/bin_prot/bin_prot__Type_class.cmi
44
%%OCAML_SITELIBDIR%%/bin_prot/bin_prot__Type_class.cmt
45
%%OCAML_SITELIBDIR%%/bin_prot/bin_prot__Type_class.cmti
46
%%OCAML_SITELIBDIR%%/bin_prot/bin_prot__Type_class.cmx
47
%%OCAML_SITELIBDIR%%/bin_prot/bin_prot__Utils.cmi
48
%%OCAML_SITELIBDIR%%/bin_prot/bin_prot__Utils.cmt
49
%%OCAML_SITELIBDIR%%/bin_prot/bin_prot__Utils.cmti
50
%%OCAML_SITELIBDIR%%/bin_prot/bin_prot__Utils.cmx
51
%%OCAML_SITELIBDIR%%/bin_prot/bin_prot__Utils_intf.cmi
52
%%OCAML_SITELIBDIR%%/bin_prot/bin_prot__Utils_intf.cmt
53
%%OCAML_SITELIBDIR%%/bin_prot/bin_prot__Utils_intf.cmx
54
%%OCAML_SITELIBDIR%%/bin_prot/bin_prot__Write.cmi
55
%%OCAML_SITELIBDIR%%/bin_prot/bin_prot__Write.cmt
56
%%OCAML_SITELIBDIR%%/bin_prot/bin_prot__Write.cmti
57
%%OCAML_SITELIBDIR%%/bin_prot/bin_prot__Write.cmx
58
%%OCAML_SITELIBDIR%%/bin_prot/binable.ml
59
%%OCAML_SITELIBDIR%%/bin_prot/blob.ml
60
%%OCAML_SITELIBDIR%%/bin_prot/blob.mli
61
%%OCAML_SITELIBDIR%%/bin_prot/common.ml
62
%%OCAML_SITELIBDIR%%/bin_prot/common.mli
63
%%OCAML_SITELIBDIR%%/bin_prot/dune-package
64
%%OCAML_SITELIBDIR%%/bin_prot/libbin_prot_stubs.a
65
%%OCAML_SITELIBDIR%%/bin_prot/md5.ml
66
%%OCAML_SITELIBDIR%%/bin_prot/md5.mli
67
%%OCAML_SITELIBDIR%%/bin_prot/nat0.ml
68
%%OCAML_SITELIBDIR%%/bin_prot/nat0.mli
69
%%OCAML_SITELIBDIR%%/bin_prot/opam
70
%%OCAML_SITELIBDIR%%/bin_prot/read.ml
71
%%OCAML_SITELIBDIR%%/bin_prot/read.mli
72
%%OCAML_SITELIBDIR%%/bin_prot/runtime.js
73
%%OCAML_SITELIBDIR%%/bin_prot/shape.ml
74
%%OCAML_SITELIBDIR%%/bin_prot/shape/bin_shape.ml
75
%%OCAML_SITELIBDIR%%/bin_prot/shape/bin_shape.mli
76
%%OCAML_SITELIBDIR%%/bin_prot/shape/bin_shape_lib.a
77
%%OCAML_SITELIBDIR%%/bin_prot/shape/bin_shape_lib.cma
78
%%OCAML_SITELIBDIR%%/bin_prot/shape/bin_shape_lib.cmi
79
%%OCAML_SITELIBDIR%%/bin_prot/shape/bin_shape_lib.cmt
80
%%OCAML_SITELIBDIR%%/bin_prot/shape/bin_shape_lib.cmx
81
%%OCAML_SITELIBDIR%%/bin_prot/shape/bin_shape_lib.cmxa
82
%%OCAML_SITELIBDIR%%/bin_prot/shape/bin_shape_lib.cmxs
83
%%OCAML_SITELIBDIR%%/bin_prot/shape/bin_shape_lib.ml
84
%%OCAML_SITELIBDIR%%/bin_prot/shape/bin_shape_lib__Bin_shape.cmi
85
%%OCAML_SITELIBDIR%%/bin_prot/shape/bin_shape_lib__Bin_shape.cmt
86
%%OCAML_SITELIBDIR%%/bin_prot/shape/bin_shape_lib__Bin_shape.cmti
87
%%OCAML_SITELIBDIR%%/bin_prot/shape/bin_shape_lib__Bin_shape.cmx
88
%%OCAML_SITELIBDIR%%/bin_prot/shape/bin_shape_lib__Std.cmi
89
%%OCAML_SITELIBDIR%%/bin_prot/shape/bin_shape_lib__Std.cmt
90
%%OCAML_SITELIBDIR%%/bin_prot/shape/bin_shape_lib__Std.cmx
91
%%OCAML_SITELIBDIR%%/bin_prot/shape/std.ml
92
%%OCAML_SITELIBDIR%%/bin_prot/size.ml
93
%%OCAML_SITELIBDIR%%/bin_prot/size.mli
94
%%OCAML_SITELIBDIR%%/bin_prot/std.ml
95
%%OCAML_SITELIBDIR%%/bin_prot/type_class.ml
96
%%OCAML_SITELIBDIR%%/bin_prot/type_class.mli
97
%%OCAML_SITELIBDIR%%/bin_prot/utils.ml
98
%%OCAML_SITELIBDIR%%/bin_prot/utils.mli
99
%%OCAML_SITELIBDIR%%/bin_prot/utils_intf.ml
100
%%OCAML_SITELIBDIR%%/bin_prot/write.ml
101
%%OCAML_SITELIBDIR%%/bin_prot/write.mli
102
%%OCAML_SITELIBDIR%%/bin_prot/xen/bin_prot_xen.a
103
%%OCAML_SITELIBDIR%%/bin_prot/xen/bin_prot_xen.cma
104
%%OCAML_SITELIBDIR%%/bin_prot/xen/bin_prot_xen.cmi
105
%%OCAML_SITELIBDIR%%/bin_prot/xen/bin_prot_xen.cmt
106
%%OCAML_SITELIBDIR%%/bin_prot/xen/bin_prot_xen.cmx
107
%%OCAML_SITELIBDIR%%/bin_prot/xen/bin_prot_xen.cmxa
108
%%OCAML_SITELIBDIR%%/bin_prot/xen/bin_prot_xen.cmxs
109
%%OCAML_SITELIBDIR%%/bin_prot/xen/bin_prot_xen.ml
110
%%OCAML_SITELIBDIR%%/stublibs/dllbin_prot_stubs.so
111
%%PORTDOCS%%%%DOCSDIR%%/CHANGES.md
112
%%PORTDOCS%%%%DOCSDIR%%/CHANGES.txt
113
%%PORTDOCS%%%%DOCSDIR%%/LICENSE-Tywith.txt
114
%%PORTDOCS%%%%DOCSDIR%%/LICENSE.md
115
%%PORTDOCS%%%%DOCSDIR%%/README.md
1
bin_prot readers and writers from types
116
bin_prot readers and writers from types
2
--
3
devel/ocaml-ppx_bin_prot/Makefile  | 40 ++++++++++++++++++++++++++++++
117
devel/ocaml-ppx_bin_prot/Makefile  | 40 ++++++++++++++++++++++++++++++
4
devel/ocaml-ppx_bin_prot/distinfo  |  3 +++
118
devel/ocaml-ppx_bin_prot/distinfo  |  3 +++
5
devel/ocaml-ppx_bin_prot/pkg-descr | 11 ++++++++
119
devel/ocaml-ppx_bin_prot/pkg-descr | 11 ++++++++
6
devel/ocaml-ppx_bin_prot/pkg-plist | 26 +++++++++++++++++++
120
devel/ocaml-ppx_bin_prot/pkg-plist | 26 +++++++++++++++++++
7
4 files changed, 80 insertions(+)
121
4 files changed, 80 insertions(+)
8
create mode 100644 devel/ocaml-ppx_bin_prot/Makefile
122
create mode 100644 devel/ocaml-ppx_bin_prot/Makefile
9
create mode 100644 devel/ocaml-ppx_bin_prot/distinfo
123
create mode 100644 devel/ocaml-ppx_bin_prot/distinfo
10
create mode 100644 devel/ocaml-ppx_bin_prot/pkg-descr
124
create mode 100644 devel/ocaml-ppx_bin_prot/pkg-descr
11
create mode 100644 devel/ocaml-ppx_bin_prot/pkg-plist
125
create mode 100644 devel/ocaml-ppx_bin_prot/pkg-plist
(-)b/devel/ocaml-ppx_bin_prot/Makefile (+40 lines)
Added Link Here
1
# Created by: Thierry Thomas <thierry@pompo.net>
2
3
PORTNAME=	ppx_bin_prot
4
DISTVERSIONPREFIX=	v
5
DISTVERSION=	0.14.0
6
CATEGORIES=	devel
7
PKGNAMEPREFIX=	ocaml-
8
9
MAINTAINER=	thierry@FreeBSD.org
10
COMMENT=	Generation of bin_prot readers and writers from types
11
12
LICENSE=	MIT
13
14
BUILD_DEPENDS=	dune:devel/ocaml-dune	\
15
		ocaml-base>0:devel/ocaml-base	\
16
		ocaml-ppxlib>0:devel/ocaml-ppxlib	\
17
		ocaml-bin_prot>0:devel/ocaml-bin_prot	\
18
		ocaml-ppx_here>0:devel/ocaml-ppx_here	\
19
		ocaml-compiler-libs>0:devel/ocaml-compiler-libs
20
RUN_DEPENDS=	ocaml-bin_prot>0:devel/ocaml-bin_prot
21
22
USE_GITHUB=	yes
23
GH_ACCOUNT=	janestreet
24
25
USE_OCAML=	yes
26
27
MAKE_ENV=	INSTALL_ARGS="--destdir=${STAGEDIR} --libdir=${OCAML_SITELIBDIR}"
28
DOCSDIR=	${OCAML_DOCSDIR}/${PORTNAME}
29
ALL_TARGET=	default
30
31
OPTIONS_DEFINE=	DOCS
32
33
pre-build:
34
	${REINPLACE_CMD} -e 's|^INSTALL_ARGS|#INSTALL_ARGS|' ${WRKSRC}/${MAKEFILE}
35
36
post-install:
37
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/${PORTNAME}/${PORTNAME}.cmxs
38
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/${PORTNAME}/shape-expander/bin_shape_expand.cmxs
39
40
.include <bsd.port.mk>
(-)b/devel/ocaml-ppx_bin_prot/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1647371184
2
SHA256 (janestreet-ppx_bin_prot-v0.14.0_GH0.tar.gz) = fecad38f08b09a95eed95e541e88574bc35b2c2b6047671461a7df7f45f91f8b
3
SIZE (janestreet-ppx_bin_prot-v0.14.0_GH0.tar.gz) = 36642
(-)b/devel/ocaml-ppx_bin_prot/pkg-descr (+11 lines)
Added Link Here
1
Generation of binary serialization and deserialization functions from type
2
definitions. There's more information about:
3
4
- The bin-prot format at
5
  <https://github.com/janestreet/bin_prot/blob/master/README.md>
6
7
- bin-prot-shape, which is useful for checking compatibility of the bin_prot
8
  representations of different types at
9
  <https://github.com/janestreet/bin_prot/blob/master/shape/README.md>
10
11
WWW: https://github.com/janestreet/ppx_bin_prot
(-)b/devel/ocaml-ppx_bin_prot/pkg-plist (-2 / +26 lines)
Added Link Here
0
- 
1
%%OCAML_SITELIBDIR%%/ppx_bin_prot/META
2
%%OCAML_SITELIBDIR%%/ppx_bin_prot/dune-package
3
%%OCAML_SITELIBDIR%%/ppx_bin_prot/opam
4
%%OCAML_SITELIBDIR%%/ppx_bin_prot/ppx_bin_prot.a
5
%%OCAML_SITELIBDIR%%/ppx_bin_prot/ppx_bin_prot.cma
6
%%OCAML_SITELIBDIR%%/ppx_bin_prot/ppx_bin_prot.cmi
7
%%OCAML_SITELIBDIR%%/ppx_bin_prot/ppx_bin_prot.cmt
8
%%OCAML_SITELIBDIR%%/ppx_bin_prot/ppx_bin_prot.cmti
9
%%OCAML_SITELIBDIR%%/ppx_bin_prot/ppx_bin_prot.cmx
10
%%OCAML_SITELIBDIR%%/ppx_bin_prot/ppx_bin_prot.cmxa
11
%%OCAML_SITELIBDIR%%/ppx_bin_prot/ppx_bin_prot.cmxs
12
%%OCAML_SITELIBDIR%%/ppx_bin_prot/ppx_bin_prot.ml
13
%%OCAML_SITELIBDIR%%/ppx_bin_prot/ppx_bin_prot.mli
14
%%OCAML_SITELIBDIR%%/ppx_bin_prot/shape-expander/bin_shape_expand.a
15
%%OCAML_SITELIBDIR%%/ppx_bin_prot/shape-expander/bin_shape_expand.cma
16
%%OCAML_SITELIBDIR%%/ppx_bin_prot/shape-expander/bin_shape_expand.cmi
17
%%OCAML_SITELIBDIR%%/ppx_bin_prot/shape-expander/bin_shape_expand.cmt
18
%%OCAML_SITELIBDIR%%/ppx_bin_prot/shape-expander/bin_shape_expand.cmti
19
%%OCAML_SITELIBDIR%%/ppx_bin_prot/shape-expander/bin_shape_expand.cmx
20
%%OCAML_SITELIBDIR%%/ppx_bin_prot/shape-expander/bin_shape_expand.cmxa
21
%%OCAML_SITELIBDIR%%/ppx_bin_prot/shape-expander/bin_shape_expand.cmxs
22
%%OCAML_SITELIBDIR%%/ppx_bin_prot/shape-expander/bin_shape_expand.ml
23
%%OCAML_SITELIBDIR%%/ppx_bin_prot/shape-expander/bin_shape_expand.mli
24
%%PORTDOCS%%%%DOCSDIR%%/CHANGES.md
25
%%PORTDOCS%%%%DOCSDIR%%/LICENSE.md
26
%%PORTDOCS%%%%DOCSDIR%%/README.md
1
easy construction of s-expressions
27
easy construction of s-expressions
2
--
3
devel/ocaml-ppx_sexp_message/Makefile  | 40 ++++++++++++++++++++++++++
28
devel/ocaml-ppx_sexp_message/Makefile  | 40 ++++++++++++++++++++++++++
4
devel/ocaml-ppx_sexp_message/distinfo  |  3 ++
29
devel/ocaml-ppx_sexp_message/distinfo  |  3 ++
5
devel/ocaml-ppx_sexp_message/pkg-descr |  7 +++++
30
devel/ocaml-ppx_sexp_message/pkg-descr |  7 +++++
6
devel/ocaml-ppx_sexp_message/pkg-plist | 27 +++++++++++++++++
31
devel/ocaml-ppx_sexp_message/pkg-plist | 27 +++++++++++++++++
7
4 files changed, 77 insertions(+)
32
4 files changed, 77 insertions(+)
8
create mode 100644 devel/ocaml-ppx_sexp_message/Makefile
33
create mode 100644 devel/ocaml-ppx_sexp_message/Makefile
9
create mode 100644 devel/ocaml-ppx_sexp_message/distinfo
34
create mode 100644 devel/ocaml-ppx_sexp_message/distinfo
10
create mode 100644 devel/ocaml-ppx_sexp_message/pkg-descr
35
create mode 100644 devel/ocaml-ppx_sexp_message/pkg-descr
11
create mode 100644 devel/ocaml-ppx_sexp_message/pkg-plist
36
create mode 100644 devel/ocaml-ppx_sexp_message/pkg-plist
(-)b/devel/ocaml-ppx_sexp_message/Makefile (+40 lines)
Added Link Here
1
# Created by: Thierry Thomas <thierry@pompo.net>
2
3
PORTNAME=	ppx_sexp_message
4
DISTVERSIONPREFIX=	v
5
DISTVERSION=	0.14.1
6
CATEGORIES=	devel
7
PKGNAMEPREFIX=	ocaml-
8
9
MAINTAINER=	thierry@FreeBSD.org
10
COMMENT=	PPX rewriter for easy construction of s-expressions
11
12
LICENSE=	MIT
13
14
BUILD_DEPENDS=	dune:devel/ocaml-dune	\
15
		ocaml-base>0:devel/ocaml-base	\
16
		ocaml-ppxlib>0:devel/ocaml-ppxlib	\
17
		ocaml-ppx_here>0:devel/ocaml-ppx_here	\
18
		ocaml-ppx_sexp_conv>0:devel/ocaml-ppx_sexp_conv
19
RUN_DEPENDS=	ocaml-ppx_here>0:devel/ocaml-ppx_here
20
21
USE_GITHUB=	yes
22
GH_ACCOUNT=	janestreet
23
24
USE_OCAML=	yes
25
26
MAKE_ENV=	INSTALL_ARGS="--destdir=${STAGEDIR} --libdir=${OCAML_SITELIBDIR}"
27
DOCSDIR=	${OCAML_DOCSDIR}/${PORTNAME}
28
ALL_TARGET=	default
29
30
OPTIONS_DEFINE=	DOCS
31
32
pre-build:
33
	${REINPLACE_CMD} -e 's|^INSTALL_ARGS|#INSTALL_ARGS|' ${WRKSRC}/${MAKEFILE}
34
35
post-install:
36
.for bin in ppx.exe ppx_sexp_message.cmxs expander/ppx_sexp_message_expander.cmxs
37
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/${PORTNAME}/${bin}
38
.endfor
39
40
.include <bsd.port.mk>
(-)b/devel/ocaml-ppx_sexp_message/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1647378739
2
SHA256 (janestreet-ppx_sexp_message-v0.14.1_GH0.tar.gz) = 4e625145e9cd6f89e3cecd3b14f6d68e0ac09ed24f629a407f9019685167a119
3
SIZE (janestreet-ppx_sexp_message-v0.14.1_GH0.tar.gz) = 7734
(-)b/devel/ocaml-ppx_sexp_message/pkg-descr (+7 lines)
Added Link Here
1
The aim of ppx_sexp_message is to ease the creation of s-expressions in OCaml.
2
3
This is mainly motivated by writing error and debugging messages, where one
4
needs to construct a s-expression based on various element of the context such
5
as function arguments.
6
7
WWW: https://github.com/janestreet/ppx_sexp_message
(-)b/devel/ocaml-ppx_sexp_message/pkg-plist (-2 / +27 lines)
Added Link Here
0
- 
1
%%OCAML_SITELIBDIR%%/ppx_sexp_message/META
2
%%OCAML_SITELIBDIR%%/ppx_sexp_message/dune-package
3
%%OCAML_SITELIBDIR%%/ppx_sexp_message/expander/ppx_sexp_message_expander.a
4
%%OCAML_SITELIBDIR%%/ppx_sexp_message/expander/ppx_sexp_message_expander.cma
5
%%OCAML_SITELIBDIR%%/ppx_sexp_message/expander/ppx_sexp_message_expander.cmi
6
%%OCAML_SITELIBDIR%%/ppx_sexp_message/expander/ppx_sexp_message_expander.cmt
7
%%OCAML_SITELIBDIR%%/ppx_sexp_message/expander/ppx_sexp_message_expander.cmti
8
%%OCAML_SITELIBDIR%%/ppx_sexp_message/expander/ppx_sexp_message_expander.cmx
9
%%OCAML_SITELIBDIR%%/ppx_sexp_message/expander/ppx_sexp_message_expander.cmxa
10
%%OCAML_SITELIBDIR%%/ppx_sexp_message/expander/ppx_sexp_message_expander.cmxs
11
%%OCAML_SITELIBDIR%%/ppx_sexp_message/expander/ppx_sexp_message_expander.ml
12
%%OCAML_SITELIBDIR%%/ppx_sexp_message/expander/ppx_sexp_message_expander.mli
13
%%OCAML_SITELIBDIR%%/ppx_sexp_message/opam
14
%%OCAML_SITELIBDIR%%/ppx_sexp_message/ppx.exe
15
%%OCAML_SITELIBDIR%%/ppx_sexp_message/ppx_sexp_message.a
16
%%OCAML_SITELIBDIR%%/ppx_sexp_message/ppx_sexp_message.cma
17
%%OCAML_SITELIBDIR%%/ppx_sexp_message/ppx_sexp_message.cmi
18
%%OCAML_SITELIBDIR%%/ppx_sexp_message/ppx_sexp_message.cmt
19
%%OCAML_SITELIBDIR%%/ppx_sexp_message/ppx_sexp_message.cmti
20
%%OCAML_SITELIBDIR%%/ppx_sexp_message/ppx_sexp_message.cmx
21
%%OCAML_SITELIBDIR%%/ppx_sexp_message/ppx_sexp_message.cmxa
22
%%OCAML_SITELIBDIR%%/ppx_sexp_message/ppx_sexp_message.cmxs
23
%%OCAML_SITELIBDIR%%/ppx_sexp_message/ppx_sexp_message.ml
24
%%OCAML_SITELIBDIR%%/ppx_sexp_message/ppx_sexp_message.mli
25
%%PORTDOCS%%%%DOCSDIR%%/CHANGES.md
26
%%PORTDOCS%%%%DOCSDIR%%/LICENSE.md
27
%%PORTDOCS%%%%DOCSDIR%%/README.md
1
simplifies building s-expressions from ocaml values
28
simplifies building s-expressions from ocaml values
2
--
3
devel/ocaml-ppx_sexp_value/Makefile  | 39 ++++++++++++++++++++++++++++
29
devel/ocaml-ppx_sexp_value/Makefile  | 39 ++++++++++++++++++++++++++++
4
devel/ocaml-ppx_sexp_value/distinfo  |  3 +++
30
devel/ocaml-ppx_sexp_value/distinfo  |  3 +++
5
devel/ocaml-ppx_sexp_value/pkg-descr |  3 +++
31
devel/ocaml-ppx_sexp_value/pkg-descr |  3 +++
6
devel/ocaml-ppx_sexp_value/pkg-plist | 17 ++++++++++++
32
devel/ocaml-ppx_sexp_value/pkg-plist | 17 ++++++++++++
7
4 files changed, 62 insertions(+)
33
4 files changed, 62 insertions(+)
8
create mode 100644 devel/ocaml-ppx_sexp_value/Makefile
34
create mode 100644 devel/ocaml-ppx_sexp_value/Makefile
9
create mode 100644 devel/ocaml-ppx_sexp_value/distinfo
35
create mode 100644 devel/ocaml-ppx_sexp_value/distinfo
10
create mode 100644 devel/ocaml-ppx_sexp_value/pkg-descr
36
create mode 100644 devel/ocaml-ppx_sexp_value/pkg-descr
11
create mode 100644 devel/ocaml-ppx_sexp_value/pkg-plist
37
create mode 100644 devel/ocaml-ppx_sexp_value/pkg-plist
(-)b/devel/ocaml-ppx_sexp_value/Makefile (+39 lines)
Added Link Here
1
# Created by: Thierry Thomas <thierry@pompo.net>
2
3
PORTNAME=	ppx_sexp_value
4
DISTVERSIONPREFIX=	v
5
DISTVERSION=	0.14.0
6
CATEGORIES=	devel
7
PKGNAMEPREFIX=	ocaml-
8
9
MAINTAINER=	thierry@FreeBSD.org
10
COMMENT=	PPX rewriter that simplifies building s-expressions from ocaml values
11
12
LICENSE=	MIT
13
14
BUILD_DEPENDS=	dune:devel/ocaml-dune	\
15
		ocaml-base>0:devel/ocaml-base	\
16
		ocaml-ppxlib>0:devel/ocaml-ppxlib	\
17
		ocaml-ppx_here>0:devel/ocaml-ppx_here	\
18
		ocaml-ppx_sexp_conv>0:devel/ocaml-ppx_sexp_conv
19
RUN_DEPENDS=	ocaml-ppx_here>0:devel/ocaml-ppx_here
20
21
USE_GITHUB=	yes
22
GH_ACCOUNT=	janestreet
23
24
USE_OCAML=	yes
25
26
MAKE_ENV=	INSTALL_ARGS="--destdir=${STAGEDIR} --libdir=${OCAML_SITELIBDIR}"
27
DOCSDIR=	${OCAML_DOCSDIR}/${PORTNAME}
28
ALL_TARGET=	default
29
30
OPTIONS_DEFINE=	DOCS
31
32
pre-build:
33
	${REINPLACE_CMD} -e 's|^INSTALL_ARGS|#INSTALL_ARGS|' ${WRKSRC}/${MAKEFILE}
34
35
post-install:
36
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/${PORTNAME}/${PORTNAME}.cmxs
37
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/${PORTNAME}/ppx.exe
38
39
.include <bsd.port.mk>
(-)b/devel/ocaml-ppx_sexp_value/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1647380596
2
SHA256 (janestreet-ppx_sexp_value-v0.14.0_GH0.tar.gz) = 7cf65018a3c5260a1ea1fb4f483bdb0a5269598a86e454a04e74ef5628f0b9bc
3
SIZE (janestreet-ppx_sexp_value-v0.14.0_GH0.tar.gz) = 7740
(-)b/devel/ocaml-ppx_sexp_value/pkg-descr (+3 lines)
Added Link Here
1
A ppx rewriter that simplifies building s-expressions from ocaml value.
2
3
WWW: https://github.com/janestreet/ppx_sexp_value
(-)b/devel/ocaml-ppx_sexp_value/pkg-plist (-2 / +17 lines)
Added Link Here
0
- 
1
%%OCAML_SITELIBDIR%%/ppx_sexp_value/META
2
%%OCAML_SITELIBDIR%%/ppx_sexp_value/dune-package
3
%%OCAML_SITELIBDIR%%/ppx_sexp_value/opam
4
%%OCAML_SITELIBDIR%%/ppx_sexp_value/ppx.exe
5
%%OCAML_SITELIBDIR%%/ppx_sexp_value/ppx_sexp_value.a
6
%%OCAML_SITELIBDIR%%/ppx_sexp_value/ppx_sexp_value.cma
7
%%OCAML_SITELIBDIR%%/ppx_sexp_value/ppx_sexp_value.cmi
8
%%OCAML_SITELIBDIR%%/ppx_sexp_value/ppx_sexp_value.cmt
9
%%OCAML_SITELIBDIR%%/ppx_sexp_value/ppx_sexp_value.cmti
10
%%OCAML_SITELIBDIR%%/ppx_sexp_value/ppx_sexp_value.cmx
11
%%OCAML_SITELIBDIR%%/ppx_sexp_value/ppx_sexp_value.cmxa
12
%%OCAML_SITELIBDIR%%/ppx_sexp_value/ppx_sexp_value.cmxs
13
%%OCAML_SITELIBDIR%%/ppx_sexp_value/ppx_sexp_value.ml
14
%%OCAML_SITELIBDIR%%/ppx_sexp_value/ppx_sexp_value.mli
15
%%PORTDOCS%%%%DOCSDIR%%/CHANGES.md
16
%%PORTDOCS%%%%DOCSDIR%%/LICENSE.md
17
%%PORTDOCS%%%%DOCSDIR%%/README.md
1
in-line benchmarks in OCaml
18
in-line benchmarks in OCaml
2
--
3
devel/ocaml-ppx_bench/Makefile  | 37 +++++++++++++++++++++++++++++++++
19
devel/ocaml-ppx_bench/Makefile  | 37 +++++++++++++++++++++++++++++++++
4
devel/ocaml-ppx_bench/distinfo  |  3 +++
20
devel/ocaml-ppx_bench/distinfo  |  3 +++
5
devel/ocaml-ppx_bench/pkg-descr |  3 +++
21
devel/ocaml-ppx_bench/pkg-descr |  3 +++
6
devel/ocaml-ppx_bench/pkg-plist | 35 +++++++++++++++++++++++++++++++
22
devel/ocaml-ppx_bench/pkg-plist | 35 +++++++++++++++++++++++++++++++
7
4 files changed, 78 insertions(+)
23
4 files changed, 78 insertions(+)
8
create mode 100644 devel/ocaml-ppx_bench/Makefile
24
create mode 100644 devel/ocaml-ppx_bench/Makefile
9
create mode 100644 devel/ocaml-ppx_bench/distinfo
25
create mode 100644 devel/ocaml-ppx_bench/distinfo
10
create mode 100644 devel/ocaml-ppx_bench/pkg-descr
26
create mode 100644 devel/ocaml-ppx_bench/pkg-descr
11
create mode 100644 devel/ocaml-ppx_bench/pkg-plist
27
create mode 100644 devel/ocaml-ppx_bench/pkg-plist
(-)b/devel/ocaml-ppx_bench/Makefile (+37 lines)
Added Link Here
1
# Created by: Thierry Thomas <thierry@pompo.net>
2
3
PORTNAME=	ppx_bench
4
DISTVERSIONPREFIX=	v
5
DISTVERSION=	0.14.1
6
CATEGORIES=	devel
7
PKGNAMEPREFIX=	ocaml-
8
9
MAINTAINER=	thierry@FreeBSD.org
10
COMMENT=	Syntax extension for writing in-line benchmarks in OCaml code
11
12
LICENSE=	MIT
13
14
BUILD_DEPENDS=	dune:devel/ocaml-dune	\
15
		ocaml-ppxlib>0:devel/ocaml-ppxlib	\
16
		ocaml-ppx_inline_test>0:devel/ocaml-ppx_inline_test
17
18
USE_GITHUB=	yes
19
GH_ACCOUNT=	janestreet
20
21
USE_OCAML=	yes
22
23
MAKE_ENV=	INSTALL_ARGS="--destdir=${STAGEDIR} --libdir=${OCAML_SITELIBDIR}"
24
DOCSDIR=	${OCAML_DOCSDIR}/${PORTNAME}
25
ALL_TARGET=	default
26
27
OPTIONS_DEFINE=	DOCS
28
29
pre-build:
30
	${REINPLACE_CMD} -e 's|^INSTALL_ARGS|#INSTALL_ARGS|' ${WRKSRC}/${MAKEFILE}
31
32
post-install:
33
.for bin in ppx.exe ppx_bench.cmxs runtime-lib/ppx_bench_lib.cmxs
34
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/${PORTNAME}/${bin}
35
.endfor
36
37
.include <bsd.port.mk>
(-)b/devel/ocaml-ppx_bench/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1647452763
2
SHA256 (janestreet-ppx_bench-v0.14.1_GH0.tar.gz) = 6eb8b9495d9d66ea4ebe0518b1cac022109aae4a3922464c27094dfd896323cb
3
SIZE (janestreet-ppx_bench-v0.14.1_GH0.tar.gz) = 9132
(-)b/devel/ocaml-ppx_bench/pkg-descr (+3 lines)
Added Link Here
1
Syntax extension for writing in-line benchmarks in OCaml code.
2
3
WWW: https://github.com/janestreet/ppx_bench
(-)b/devel/ocaml-ppx_bench/pkg-plist (-2 / +35 lines)
Added Link Here
0
- 
1
%%OCAML_SITELIBDIR%%/ppx_bench/META
2
%%OCAML_SITELIBDIR%%/ppx_bench/dune-package
3
%%OCAML_SITELIBDIR%%/ppx_bench/opam
4
%%OCAML_SITELIBDIR%%/ppx_bench/ppx.exe
5
%%OCAML_SITELIBDIR%%/ppx_bench/ppx_bench.a
6
%%OCAML_SITELIBDIR%%/ppx_bench/ppx_bench.cma
7
%%OCAML_SITELIBDIR%%/ppx_bench/ppx_bench.cmi
8
%%OCAML_SITELIBDIR%%/ppx_bench/ppx_bench.cmt
9
%%OCAML_SITELIBDIR%%/ppx_bench/ppx_bench.cmti
10
%%OCAML_SITELIBDIR%%/ppx_bench/ppx_bench.cmx
11
%%OCAML_SITELIBDIR%%/ppx_bench/ppx_bench.cmxa
12
%%OCAML_SITELIBDIR%%/ppx_bench/ppx_bench.cmxs
13
%%OCAML_SITELIBDIR%%/ppx_bench/ppx_bench.ml
14
%%OCAML_SITELIBDIR%%/ppx_bench/ppx_bench.mli
15
%%OCAML_SITELIBDIR%%/ppx_bench/runtime-lib/benchmark_accumulator.ml
16
%%OCAML_SITELIBDIR%%/ppx_bench/runtime-lib/benchmark_accumulator.mli
17
%%OCAML_SITELIBDIR%%/ppx_bench/runtime-lib/export.ml
18
%%OCAML_SITELIBDIR%%/ppx_bench/runtime-lib/ppx_bench_lib.a
19
%%OCAML_SITELIBDIR%%/ppx_bench/runtime-lib/ppx_bench_lib.cma
20
%%OCAML_SITELIBDIR%%/ppx_bench/runtime-lib/ppx_bench_lib.cmi
21
%%OCAML_SITELIBDIR%%/ppx_bench/runtime-lib/ppx_bench_lib.cmt
22
%%OCAML_SITELIBDIR%%/ppx_bench/runtime-lib/ppx_bench_lib.cmx
23
%%OCAML_SITELIBDIR%%/ppx_bench/runtime-lib/ppx_bench_lib.cmxa
24
%%OCAML_SITELIBDIR%%/ppx_bench/runtime-lib/ppx_bench_lib.cmxs
25
%%OCAML_SITELIBDIR%%/ppx_bench/runtime-lib/ppx_bench_lib.ml
26
%%OCAML_SITELIBDIR%%/ppx_bench/runtime-lib/ppx_bench_lib__Benchmark_accumulator.cmi
27
%%OCAML_SITELIBDIR%%/ppx_bench/runtime-lib/ppx_bench_lib__Benchmark_accumulator.cmt
28
%%OCAML_SITELIBDIR%%/ppx_bench/runtime-lib/ppx_bench_lib__Benchmark_accumulator.cmti
29
%%OCAML_SITELIBDIR%%/ppx_bench/runtime-lib/ppx_bench_lib__Benchmark_accumulator.cmx
30
%%OCAML_SITELIBDIR%%/ppx_bench/runtime-lib/ppx_bench_lib__Export.cmi
31
%%OCAML_SITELIBDIR%%/ppx_bench/runtime-lib/ppx_bench_lib__Export.cmt
32
%%OCAML_SITELIBDIR%%/ppx_bench/runtime-lib/ppx_bench_lib__Export.cmx
33
%%PORTDOCS%%%%DOCSDIR%%/CHANGES.md
34
%%PORTDOCS%%%%DOCSDIR%%/LICENSE.md
35
%%PORTDOCS%%%%DOCSDIR%%/README.md
1
pseudo-random number generator
36
pseudo-random number generator
2
--
3
devel/ocaml-splittable_random/Makefile  | 41 +++++++++++++++++++++++++
37
devel/ocaml-splittable_random/Makefile  | 41 +++++++++++++++++++++++++
4
devel/ocaml-splittable_random/distinfo  |  3 ++
38
devel/ocaml-splittable_random/distinfo  |  3 ++
5
devel/ocaml-splittable_random/pkg-descr | 10 ++++++
39
devel/ocaml-splittable_random/pkg-descr | 10 ++++++
6
devel/ocaml-splittable_random/pkg-plist | 16 ++++++++++
40
devel/ocaml-splittable_random/pkg-plist | 16 ++++++++++
7
4 files changed, 70 insertions(+)
41
4 files changed, 70 insertions(+)
8
create mode 100644 devel/ocaml-splittable_random/Makefile
42
create mode 100644 devel/ocaml-splittable_random/Makefile
9
create mode 100644 devel/ocaml-splittable_random/distinfo
43
create mode 100644 devel/ocaml-splittable_random/distinfo
10
create mode 100644 devel/ocaml-splittable_random/pkg-descr
44
create mode 100644 devel/ocaml-splittable_random/pkg-descr
11
create mode 100644 devel/ocaml-splittable_random/pkg-plist
45
create mode 100644 devel/ocaml-splittable_random/pkg-plist
(-)b/devel/ocaml-splittable_random/Makefile (+41 lines)
Added Link Here
1
# Created by: Thierry Thomas <thierry@pompo.net>
2
3
PORTNAME=	splittable_random
4
DISTVERSIONPREFIX=	v
5
DISTVERSION=	0.14.0
6
CATEGORIES=	devel
7
PKGNAMEPREFIX=	ocaml-
8
9
MAINTAINER=	thierry@FreeBSD.org
10
COMMENT=	PRNG that can be split into independent streams
11
12
LICENSE=	MIT
13
14
BUILD_DEPENDS=	dune:devel/ocaml-dune	\
15
		ocaml-base>0:devel/ocaml-base	\
16
		ocaml-ppx_bench>0:devel/ocaml-ppx_bench	\
17
		ocaml-ppx_assert>0:devel/ocaml-ppx_assert	\
18
		ocaml-ppx_inline_test>0:devel/ocaml-ppx_inline_test	\
19
		ocaml-ppx_sexp_message>0:devel/ocaml-ppx_sexp_message
20
RUN_DEPENDS=	ocaml-ppx_bench>0:devel/ocaml-ppx_bench	\
21
		ocaml-ppx_assert>0:devel/ocaml-ppx_assert	\
22
		ocaml-ppx_inline_test>0:devel/ocaml-ppx_inline_test
23
24
USE_GITHUB=	yes
25
GH_ACCOUNT=	janestreet
26
27
USE_OCAML=	yes
28
29
MAKE_ENV=	INSTALL_ARGS="--destdir=${STAGEDIR} --libdir=${OCAML_SITELIBDIR}"
30
DOCSDIR=	${OCAML_DOCSDIR}/${PORTNAME}
31
ALL_TARGET=	default
32
33
OPTIONS_DEFINE=	DOCS
34
35
pre-build:
36
	${REINPLACE_CMD} -e 's|^INSTALL_ARGS|#INSTALL_ARGS|' ${WRKSRC}/${MAKEFILE}
37
38
post-install:
39
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/${PORTNAME}/${PORTNAME}.cmxs
40
41
.include <bsd.port.mk>
(-)b/devel/ocaml-splittable_random/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1647452251
2
SHA256 (janestreet-splittable_random-v0.14.0_GH0.tar.gz) = 02bf2f0f0482442cd573c0fbcf55ea89644466fe1f5e48c8c18018f58878f93a
3
SIZE (janestreet-splittable_random-v0.14.0_GH0.tar.gz) = 9942
(-)b/devel/ocaml-splittable_random/pkg-descr (+10 lines)
Added Link Here
1
PRNG that can be split into independent streams
2
3
A splittable pseudo-random number generator (SPRNG) functions like a PRNG in
4
that it can be used as a stream of random values; it can also be "split" to
5
produce a second, independent stream of random values.
6
7
This library implements a splittable pseudo-random number generator that
8
sacrifices cryptographic-quality randomness in favor of performance.
9
10
WWW: https://github.com/janestreet/splittable_random
(-)b/devel/ocaml-splittable_random/pkg-plist (-2 / +16 lines)
Added Link Here
0
- 
1
%%OCAML_SITELIBDIR%%/splittable_random/META
2
%%OCAML_SITELIBDIR%%/splittable_random/dune-package
3
%%OCAML_SITELIBDIR%%/splittable_random/opam
4
%%OCAML_SITELIBDIR%%/splittable_random/splittable_random.a
5
%%OCAML_SITELIBDIR%%/splittable_random/splittable_random.cma
6
%%OCAML_SITELIBDIR%%/splittable_random/splittable_random.cmi
7
%%OCAML_SITELIBDIR%%/splittable_random/splittable_random.cmt
8
%%OCAML_SITELIBDIR%%/splittable_random/splittable_random.cmti
9
%%OCAML_SITELIBDIR%%/splittable_random/splittable_random.cmx
10
%%OCAML_SITELIBDIR%%/splittable_random/splittable_random.cmxa
11
%%OCAML_SITELIBDIR%%/splittable_random/splittable_random.cmxs
12
%%OCAML_SITELIBDIR%%/splittable_random/splittable_random.ml
13
%%OCAML_SITELIBDIR%%/splittable_random/splittable_random.mli
14
%%PORTDOCS%%%%DOCSDIR%%/CHANGES.md
15
%%PORTDOCS%%%%DOCSDIR%%/LICENSE.md
16
%%PORTDOCS%%%%DOCSDIR%%/README.md
1
testing framework
17
testing framework
2
--
3
devel/ocaml-base_quickcheck/Makefile  |  44 ++++++++
18
devel/ocaml-base_quickcheck/Makefile  |  44 ++++++++
4
devel/ocaml-base_quickcheck/distinfo  |   3 +
19
devel/ocaml-base_quickcheck/distinfo  |   3 +
5
devel/ocaml-base_quickcheck/pkg-descr |   4 +
20
devel/ocaml-base_quickcheck/pkg-descr |   4 +
6
devel/ocaml-base_quickcheck/pkg-plist | 138 ++++++++++++++++++++++++++
21
devel/ocaml-base_quickcheck/pkg-plist | 138 ++++++++++++++++++++++++++
7
4 files changed, 189 insertions(+)
22
4 files changed, 189 insertions(+)
8
create mode 100644 devel/ocaml-base_quickcheck/Makefile
23
create mode 100644 devel/ocaml-base_quickcheck/Makefile
9
create mode 100644 devel/ocaml-base_quickcheck/distinfo
24
create mode 100644 devel/ocaml-base_quickcheck/distinfo
10
create mode 100644 devel/ocaml-base_quickcheck/pkg-descr
25
create mode 100644 devel/ocaml-base_quickcheck/pkg-descr
11
create mode 100644 devel/ocaml-base_quickcheck/pkg-plist
26
create mode 100644 devel/ocaml-base_quickcheck/pkg-plist
(-)b/devel/ocaml-base_quickcheck/Makefile (+44 lines)
Added Link Here
1
# Created by: Thierry Thomas <thierry@pompo.net>
2
3
PORTNAME=	base_quickcheck
4
DISTVERSIONPREFIX=	v
5
DISTVERSION=	0.14.1
6
CATEGORIES=	devel
7
PKGNAMEPREFIX=	ocaml-
8
9
MAINTAINER=	thierry@FreeBSD.org
10
COMMENT=	Randomized testing framework, designed for compatibility with Base
11
12
LICENSE=	MIT
13
14
BUILD_DEPENDS=	dune:devel/ocaml-dune	\
15
		ocaml-base>0:devel/ocaml-base	\
16
		ocaml-ppxlib>0:devel/ocaml-ppxlib	\
17
		ocaml-ppx_let>0:devel/ocaml-ppx_let	\
18
		ocaml-ppx_base>0:devel/ocaml-ppx_base	\
19
		ocaml-compiler-libs>0:devel/ocaml-compiler-libs	\
20
		ocaml-ppx_sexp_value>0:devel/ocaml-ppx_sexp_value	\
21
		ocaml-ppx_fields_conv>0:devel/ocaml-ppx_fields_conv	\
22
		ocaml-ppx_sexp_message>0:devel/ocaml-ppx_sexp_message	\
23
		ocaml-splittable_random>0:devel/ocaml-splittable_random
24
RUN_DEPENDS=	ocaml-splittable_random>0:devel/ocaml-splittable_random
25
26
USE_GITHUB=	yes
27
GH_ACCOUNT=	janestreet
28
29
USE_OCAML=	yes
30
31
MAKE_ENV=	INSTALL_ARGS="--destdir=${STAGEDIR} --libdir=${OCAML_SITELIBDIR}"
32
DOCSDIR=	${OCAML_DOCSDIR}/${PORTNAME}
33
ALL_TARGET=	default
34
35
OPTIONS_DEFINE=	DOCS
36
37
pre-build:
38
	${REINPLACE_CMD} -e 's|^INSTALL_ARGS|#INSTALL_ARGS|' ${WRKSRC}/${MAKEFILE}
39
40
post-install:
41
	${FIND} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/${PORTNAME} -name "*.cmxs" | \
42
		${XARGS} ${STRIP_CMD}
43
44
.include <bsd.port.mk>
(-)b/devel/ocaml-base_quickcheck/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1647377799
2
SHA256 (janestreet-base_quickcheck-v0.14.1_GH0.tar.gz) = b69a18bf0149e3b553ada9af5258681000948bfb7b6646fee66aa462b507b058
3
SIZE (janestreet-base_quickcheck-v0.14.1_GH0.tar.gz) = 66827
(-)b/devel/ocaml-base_quickcheck/pkg-descr (+4 lines)
Added Link Here
1
Base_quickcheck provides randomized testing in the style of Haskell's Quickcheck
2
library, with support for built-in types as well as types provided by Base.
3
4
WWW: https://github.com/janestreet/base_quickcheck
(-)b/devel/ocaml-base_quickcheck/pkg-plist (-2 / +138 lines)
Added Link Here
0
- 
1
%%OCAML_SITELIBDIR%%/base_quickcheck/META
2
%%OCAML_SITELIBDIR%%/base_quickcheck/base_quickcheck.a
3
%%OCAML_SITELIBDIR%%/base_quickcheck/base_quickcheck.cma
4
%%OCAML_SITELIBDIR%%/base_quickcheck/base_quickcheck.cmi
5
%%OCAML_SITELIBDIR%%/base_quickcheck/base_quickcheck.cmt
6
%%OCAML_SITELIBDIR%%/base_quickcheck/base_quickcheck.cmx
7
%%OCAML_SITELIBDIR%%/base_quickcheck/base_quickcheck.cmxa
8
%%OCAML_SITELIBDIR%%/base_quickcheck/base_quickcheck.cmxs
9
%%OCAML_SITELIBDIR%%/base_quickcheck/base_quickcheck.ml
10
%%OCAML_SITELIBDIR%%/base_quickcheck/base_quickcheck__.cmi
11
%%OCAML_SITELIBDIR%%/base_quickcheck/base_quickcheck__.cmt
12
%%OCAML_SITELIBDIR%%/base_quickcheck/base_quickcheck__.cmx
13
%%OCAML_SITELIBDIR%%/base_quickcheck/base_quickcheck__.ml
14
%%OCAML_SITELIBDIR%%/base_quickcheck/base_quickcheck__Bigarray_helpers.cmi
15
%%OCAML_SITELIBDIR%%/base_quickcheck/base_quickcheck__Bigarray_helpers.cmt
16
%%OCAML_SITELIBDIR%%/base_quickcheck/base_quickcheck__Bigarray_helpers.cmti
17
%%OCAML_SITELIBDIR%%/base_quickcheck/base_quickcheck__Bigarray_helpers.cmx
18
%%OCAML_SITELIBDIR%%/base_quickcheck/base_quickcheck__Export.cmi
19
%%OCAML_SITELIBDIR%%/base_quickcheck/base_quickcheck__Export.cmt
20
%%OCAML_SITELIBDIR%%/base_quickcheck/base_quickcheck__Export.cmti
21
%%OCAML_SITELIBDIR%%/base_quickcheck/base_quickcheck__Export.cmx
22
%%OCAML_SITELIBDIR%%/base_quickcheck/base_quickcheck__Generator.cmi
23
%%OCAML_SITELIBDIR%%/base_quickcheck/base_quickcheck__Generator.cmt
24
%%OCAML_SITELIBDIR%%/base_quickcheck/base_quickcheck__Generator.cmti
25
%%OCAML_SITELIBDIR%%/base_quickcheck/base_quickcheck__Generator.cmx
26
%%OCAML_SITELIBDIR%%/base_quickcheck/base_quickcheck__Observer.cmi
27
%%OCAML_SITELIBDIR%%/base_quickcheck/base_quickcheck__Observer.cmt
28
%%OCAML_SITELIBDIR%%/base_quickcheck/base_quickcheck__Observer.cmti
29
%%OCAML_SITELIBDIR%%/base_quickcheck/base_quickcheck__Observer.cmx
30
%%OCAML_SITELIBDIR%%/base_quickcheck/base_quickcheck__Observer0.cmi
31
%%OCAML_SITELIBDIR%%/base_quickcheck/base_quickcheck__Observer0.cmt
32
%%OCAML_SITELIBDIR%%/base_quickcheck/base_quickcheck__Observer0.cmti
33
%%OCAML_SITELIBDIR%%/base_quickcheck/base_quickcheck__Observer0.cmx
34
%%OCAML_SITELIBDIR%%/base_quickcheck/base_quickcheck__Shrinker.cmi
35
%%OCAML_SITELIBDIR%%/base_quickcheck/base_quickcheck__Shrinker.cmt
36
%%OCAML_SITELIBDIR%%/base_quickcheck/base_quickcheck__Shrinker.cmti
37
%%OCAML_SITELIBDIR%%/base_quickcheck/base_quickcheck__Shrinker.cmx
38
%%OCAML_SITELIBDIR%%/base_quickcheck/base_quickcheck__Test.cmi
39
%%OCAML_SITELIBDIR%%/base_quickcheck/base_quickcheck__Test.cmt
40
%%OCAML_SITELIBDIR%%/base_quickcheck/base_quickcheck__Test.cmti
41
%%OCAML_SITELIBDIR%%/base_quickcheck/base_quickcheck__Test.cmx
42
%%OCAML_SITELIBDIR%%/base_quickcheck/base_quickcheck__Test_intf.cmi
43
%%OCAML_SITELIBDIR%%/base_quickcheck/base_quickcheck__Test_intf.cmt
44
%%OCAML_SITELIBDIR%%/base_quickcheck/base_quickcheck__Test_intf.cmx
45
%%OCAML_SITELIBDIR%%/base_quickcheck/base_quickcheck__With_basic_types.cmi
46
%%OCAML_SITELIBDIR%%/base_quickcheck/base_quickcheck__With_basic_types.cmt
47
%%OCAML_SITELIBDIR%%/base_quickcheck/base_quickcheck__With_basic_types.cmx
48
%%OCAML_SITELIBDIR%%/base_quickcheck/bigarray_helpers.ml
49
%%OCAML_SITELIBDIR%%/base_quickcheck/bigarray_helpers.mli
50
%%OCAML_SITELIBDIR%%/base_quickcheck/dune-package
51
%%OCAML_SITELIBDIR%%/base_quickcheck/export.ml
52
%%OCAML_SITELIBDIR%%/base_quickcheck/export.mli
53
%%OCAML_SITELIBDIR%%/base_quickcheck/generator.ml
54
%%OCAML_SITELIBDIR%%/base_quickcheck/generator.mli
55
%%OCAML_SITELIBDIR%%/base_quickcheck/observer.ml
56
%%OCAML_SITELIBDIR%%/base_quickcheck/observer.mli
57
%%OCAML_SITELIBDIR%%/base_quickcheck/observer0.ml
58
%%OCAML_SITELIBDIR%%/base_quickcheck/observer0.mli
59
%%OCAML_SITELIBDIR%%/base_quickcheck/opam
60
%%OCAML_SITELIBDIR%%/base_quickcheck/ppx_quickcheck/expander/clause_syntax.ml
61
%%OCAML_SITELIBDIR%%/base_quickcheck/ppx_quickcheck/expander/clause_syntax.mli
62
%%OCAML_SITELIBDIR%%/base_quickcheck/ppx_quickcheck/expander/clause_syntax_intf.ml
63
%%OCAML_SITELIBDIR%%/base_quickcheck/ppx_quickcheck/expander/environment.ml
64
%%OCAML_SITELIBDIR%%/base_quickcheck/ppx_quickcheck/expander/environment.mli
65
%%OCAML_SITELIBDIR%%/base_quickcheck/ppx_quickcheck/expander/field_syntax.ml
66
%%OCAML_SITELIBDIR%%/base_quickcheck/ppx_quickcheck/expander/field_syntax.mli
67
%%OCAML_SITELIBDIR%%/base_quickcheck/ppx_quickcheck/expander/field_syntax_intf.ml
68
%%OCAML_SITELIBDIR%%/base_quickcheck/ppx_quickcheck/expander/import.ml
69
%%OCAML_SITELIBDIR%%/base_quickcheck/ppx_quickcheck/expander/ppx_generator_expander.ml
70
%%OCAML_SITELIBDIR%%/base_quickcheck/ppx_quickcheck/expander/ppx_generator_expander.mli
71
%%OCAML_SITELIBDIR%%/base_quickcheck/ppx_quickcheck/expander/ppx_observer_expander.ml
72
%%OCAML_SITELIBDIR%%/base_quickcheck/ppx_quickcheck/expander/ppx_observer_expander.mli
73
%%OCAML_SITELIBDIR%%/base_quickcheck/ppx_quickcheck/expander/ppx_quickcheck_expander.a
74
%%OCAML_SITELIBDIR%%/base_quickcheck/ppx_quickcheck/expander/ppx_quickcheck_expander.cma
75
%%OCAML_SITELIBDIR%%/base_quickcheck/ppx_quickcheck/expander/ppx_quickcheck_expander.cmi
76
%%OCAML_SITELIBDIR%%/base_quickcheck/ppx_quickcheck/expander/ppx_quickcheck_expander.cmt
77
%%OCAML_SITELIBDIR%%/base_quickcheck/ppx_quickcheck/expander/ppx_quickcheck_expander.cmti
78
%%OCAML_SITELIBDIR%%/base_quickcheck/ppx_quickcheck/expander/ppx_quickcheck_expander.cmx
79
%%OCAML_SITELIBDIR%%/base_quickcheck/ppx_quickcheck/expander/ppx_quickcheck_expander.cmxa
80
%%OCAML_SITELIBDIR%%/base_quickcheck/ppx_quickcheck/expander/ppx_quickcheck_expander.cmxs
81
%%OCAML_SITELIBDIR%%/base_quickcheck/ppx_quickcheck/expander/ppx_quickcheck_expander.ml
82
%%OCAML_SITELIBDIR%%/base_quickcheck/ppx_quickcheck/expander/ppx_quickcheck_expander.mli
83
%%OCAML_SITELIBDIR%%/base_quickcheck/ppx_quickcheck/expander/ppx_quickcheck_expander__.cmi
84
%%OCAML_SITELIBDIR%%/base_quickcheck/ppx_quickcheck/expander/ppx_quickcheck_expander__.cmt
85
%%OCAML_SITELIBDIR%%/base_quickcheck/ppx_quickcheck/expander/ppx_quickcheck_expander__.cmx
86
%%OCAML_SITELIBDIR%%/base_quickcheck/ppx_quickcheck/expander/ppx_quickcheck_expander__.ml
87
%%OCAML_SITELIBDIR%%/base_quickcheck/ppx_quickcheck/expander/ppx_quickcheck_expander__Clause_syntax.cmi
88
%%OCAML_SITELIBDIR%%/base_quickcheck/ppx_quickcheck/expander/ppx_quickcheck_expander__Clause_syntax.cmt
89
%%OCAML_SITELIBDIR%%/base_quickcheck/ppx_quickcheck/expander/ppx_quickcheck_expander__Clause_syntax.cmti
90
%%OCAML_SITELIBDIR%%/base_quickcheck/ppx_quickcheck/expander/ppx_quickcheck_expander__Clause_syntax.cmx
91
%%OCAML_SITELIBDIR%%/base_quickcheck/ppx_quickcheck/expander/ppx_quickcheck_expander__Clause_syntax_intf.cmi
92
%%OCAML_SITELIBDIR%%/base_quickcheck/ppx_quickcheck/expander/ppx_quickcheck_expander__Clause_syntax_intf.cmt
93
%%OCAML_SITELIBDIR%%/base_quickcheck/ppx_quickcheck/expander/ppx_quickcheck_expander__Clause_syntax_intf.cmx
94
%%OCAML_SITELIBDIR%%/base_quickcheck/ppx_quickcheck/expander/ppx_quickcheck_expander__Environment.cmi
95
%%OCAML_SITELIBDIR%%/base_quickcheck/ppx_quickcheck/expander/ppx_quickcheck_expander__Environment.cmt
96
%%OCAML_SITELIBDIR%%/base_quickcheck/ppx_quickcheck/expander/ppx_quickcheck_expander__Environment.cmti
97
%%OCAML_SITELIBDIR%%/base_quickcheck/ppx_quickcheck/expander/ppx_quickcheck_expander__Environment.cmx
98
%%OCAML_SITELIBDIR%%/base_quickcheck/ppx_quickcheck/expander/ppx_quickcheck_expander__Field_syntax.cmi
99
%%OCAML_SITELIBDIR%%/base_quickcheck/ppx_quickcheck/expander/ppx_quickcheck_expander__Field_syntax.cmt
100
%%OCAML_SITELIBDIR%%/base_quickcheck/ppx_quickcheck/expander/ppx_quickcheck_expander__Field_syntax.cmti
101
%%OCAML_SITELIBDIR%%/base_quickcheck/ppx_quickcheck/expander/ppx_quickcheck_expander__Field_syntax.cmx
102
%%OCAML_SITELIBDIR%%/base_quickcheck/ppx_quickcheck/expander/ppx_quickcheck_expander__Field_syntax_intf.cmi
103
%%OCAML_SITELIBDIR%%/base_quickcheck/ppx_quickcheck/expander/ppx_quickcheck_expander__Field_syntax_intf.cmt
104
%%OCAML_SITELIBDIR%%/base_quickcheck/ppx_quickcheck/expander/ppx_quickcheck_expander__Field_syntax_intf.cmx
105
%%OCAML_SITELIBDIR%%/base_quickcheck/ppx_quickcheck/expander/ppx_quickcheck_expander__Import.cmi
106
%%OCAML_SITELIBDIR%%/base_quickcheck/ppx_quickcheck/expander/ppx_quickcheck_expander__Import.cmt
107
%%OCAML_SITELIBDIR%%/base_quickcheck/ppx_quickcheck/expander/ppx_quickcheck_expander__Import.cmx
108
%%OCAML_SITELIBDIR%%/base_quickcheck/ppx_quickcheck/expander/ppx_quickcheck_expander__Ppx_generator_expander.cmi
109
%%OCAML_SITELIBDIR%%/base_quickcheck/ppx_quickcheck/expander/ppx_quickcheck_expander__Ppx_generator_expander.cmt
110
%%OCAML_SITELIBDIR%%/base_quickcheck/ppx_quickcheck/expander/ppx_quickcheck_expander__Ppx_generator_expander.cmti
111
%%OCAML_SITELIBDIR%%/base_quickcheck/ppx_quickcheck/expander/ppx_quickcheck_expander__Ppx_generator_expander.cmx
112
%%OCAML_SITELIBDIR%%/base_quickcheck/ppx_quickcheck/expander/ppx_quickcheck_expander__Ppx_observer_expander.cmi
113
%%OCAML_SITELIBDIR%%/base_quickcheck/ppx_quickcheck/expander/ppx_quickcheck_expander__Ppx_observer_expander.cmt
114
%%OCAML_SITELIBDIR%%/base_quickcheck/ppx_quickcheck/expander/ppx_quickcheck_expander__Ppx_observer_expander.cmti
115
%%OCAML_SITELIBDIR%%/base_quickcheck/ppx_quickcheck/expander/ppx_quickcheck_expander__Ppx_observer_expander.cmx
116
%%OCAML_SITELIBDIR%%/base_quickcheck/ppx_quickcheck/expander/ppx_quickcheck_expander__Ppx_shrinker_expander.cmi
117
%%OCAML_SITELIBDIR%%/base_quickcheck/ppx_quickcheck/expander/ppx_quickcheck_expander__Ppx_shrinker_expander.cmt
118
%%OCAML_SITELIBDIR%%/base_quickcheck/ppx_quickcheck/expander/ppx_quickcheck_expander__Ppx_shrinker_expander.cmti
119
%%OCAML_SITELIBDIR%%/base_quickcheck/ppx_quickcheck/expander/ppx_quickcheck_expander__Ppx_shrinker_expander.cmx
120
%%OCAML_SITELIBDIR%%/base_quickcheck/ppx_quickcheck/expander/ppx_shrinker_expander.ml
121
%%OCAML_SITELIBDIR%%/base_quickcheck/ppx_quickcheck/expander/ppx_shrinker_expander.mli
122
%%OCAML_SITELIBDIR%%/base_quickcheck/ppx_quickcheck/ppx_quickcheck.a
123
%%OCAML_SITELIBDIR%%/base_quickcheck/ppx_quickcheck/ppx_quickcheck.cma
124
%%OCAML_SITELIBDIR%%/base_quickcheck/ppx_quickcheck/ppx_quickcheck.cmi
125
%%OCAML_SITELIBDIR%%/base_quickcheck/ppx_quickcheck/ppx_quickcheck.cmt
126
%%OCAML_SITELIBDIR%%/base_quickcheck/ppx_quickcheck/ppx_quickcheck.cmti
127
%%OCAML_SITELIBDIR%%/base_quickcheck/ppx_quickcheck/ppx_quickcheck.cmx
128
%%OCAML_SITELIBDIR%%/base_quickcheck/ppx_quickcheck/ppx_quickcheck.cmxa
129
%%OCAML_SITELIBDIR%%/base_quickcheck/ppx_quickcheck/ppx_quickcheck.cmxs
130
%%OCAML_SITELIBDIR%%/base_quickcheck/ppx_quickcheck/ppx_quickcheck.ml
131
%%OCAML_SITELIBDIR%%/base_quickcheck/ppx_quickcheck/ppx_quickcheck.mli
132
%%OCAML_SITELIBDIR%%/base_quickcheck/shrinker.ml
133
%%OCAML_SITELIBDIR%%/base_quickcheck/shrinker.mli
134
%%OCAML_SITELIBDIR%%/base_quickcheck/test.ml
135
%%OCAML_SITELIBDIR%%/base_quickcheck/test.mli
136
%%OCAML_SITELIBDIR%%/base_quickcheck/test_intf.ml
137
%%OCAML_SITELIBDIR%%/base_quickcheck/with_basic_types.ml
138
%%PORTDOCS%%%%DOCSDIR%%/LICENSE.md
1
that rewrites fixed point literal
139
that rewrites fixed point literal
2
--
3
devel/ocaml-ppx_fixed_literal/Makefile  | 36 +++++++++++++++++++++++++
140
devel/ocaml-ppx_fixed_literal/Makefile  | 36 +++++++++++++++++++++++++
4
devel/ocaml-ppx_fixed_literal/distinfo  |  3 +++
141
devel/ocaml-ppx_fixed_literal/distinfo  |  3 +++
5
devel/ocaml-ppx_fixed_literal/pkg-descr |  4 +++
142
devel/ocaml-ppx_fixed_literal/pkg-descr |  4 +++
6
devel/ocaml-ppx_fixed_literal/pkg-plist | 15 +++++++++++
143
devel/ocaml-ppx_fixed_literal/pkg-plist | 15 +++++++++++
7
4 files changed, 58 insertions(+)
144
4 files changed, 58 insertions(+)
8
create mode 100644 devel/ocaml-ppx_fixed_literal/Makefile
145
create mode 100644 devel/ocaml-ppx_fixed_literal/Makefile
9
create mode 100644 devel/ocaml-ppx_fixed_literal/distinfo
146
create mode 100644 devel/ocaml-ppx_fixed_literal/distinfo
10
create mode 100644 devel/ocaml-ppx_fixed_literal/pkg-descr
147
create mode 100644 devel/ocaml-ppx_fixed_literal/pkg-descr
11
create mode 100644 devel/ocaml-ppx_fixed_literal/pkg-plist
148
create mode 100644 devel/ocaml-ppx_fixed_literal/pkg-plist
(-)b/devel/ocaml-ppx_fixed_literal/Makefile (+36 lines)
Added Link Here
1
# Created by: Thierry Thomas <thierry@pompo.net>
2
3
PORTNAME=	ppx_fixed_literal
4
DISTVERSIONPREFIX=	v
5
DISTVERSION=	0.14.0
6
CATEGORIES=	devel
7
PKGNAMEPREFIX=	ocaml-
8
9
MAINTAINER=	thierry@FreeBSD.org
10
COMMENT=	Simpler notation for fixed point literals
11
12
LICENSE=	MIT
13
14
BUILD_DEPENDS=	dune:devel/ocaml-dune	\
15
		ocaml-base>0:devel/ocaml-base	\
16
		ocaml-ppxlib>0:devel/ocaml-ppxlib
17
18
USE_GITHUB=	yes
19
GH_ACCOUNT=	janestreet
20
21
USE_OCAML=	yes
22
23
MAKE_ENV=	INSTALL_ARGS="--destdir=${STAGEDIR} --libdir=${OCAML_SITELIBDIR}"
24
DOCSDIR=	${OCAML_DOCSDIR}/${PORTNAME}
25
ALL_TARGET=	default
26
27
OPTIONS_DEFINE=	DOCS
28
29
pre-build:
30
	${REINPLACE_CMD} -e 's|^INSTALL_ARGS|#INSTALL_ARGS|' ${WRKSRC}/${MAKEFILE}
31
32
post-install:
33
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/${PORTNAME}/ppx.exe
34
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/${PORTNAME}/${PORTNAME}.cmxs
35
36
.include <bsd.port.mk>
(-)b/devel/ocaml-ppx_fixed_literal/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1647465177
2
SHA256 (janestreet-ppx_fixed_literal-v0.14.0_GH0.tar.gz) = 1336d33092895fb9c5bf01588402db7131e4bb71b64ce96384bb2044f518d99a
3
SIZE (janestreet-ppx_fixed_literal-v0.14.0_GH0.tar.gz) = 3643
(-)b/devel/ocaml-ppx_fixed_literal/pkg-descr (+4 lines)
Added Link Here
1
A ppx rewriter that rewrites fixed point literal of the form 1.0v to conversion
2
functions currently in scope.
3
4
WWW: https://github.com/janestreet/ppx_fixed_literal
(-)b/devel/ocaml-ppx_fixed_literal/pkg-plist (-2 / +15 lines)
Added Link Here
0
- 
1
%%OCAML_SITELIBDIR%%/ppx_fixed_literal/META
2
%%OCAML_SITELIBDIR%%/ppx_fixed_literal/dune-package
3
%%OCAML_SITELIBDIR%%/ppx_fixed_literal/opam
4
%%OCAML_SITELIBDIR%%/ppx_fixed_literal/ppx.exe
5
%%OCAML_SITELIBDIR%%/ppx_fixed_literal/ppx_fixed_literal.a
6
%%OCAML_SITELIBDIR%%/ppx_fixed_literal/ppx_fixed_literal.cma
7
%%OCAML_SITELIBDIR%%/ppx_fixed_literal/ppx_fixed_literal.cmi
8
%%OCAML_SITELIBDIR%%/ppx_fixed_literal/ppx_fixed_literal.cmt
9
%%OCAML_SITELIBDIR%%/ppx_fixed_literal/ppx_fixed_literal.cmti
10
%%OCAML_SITELIBDIR%%/ppx_fixed_literal/ppx_fixed_literal.cmx
11
%%OCAML_SITELIBDIR%%/ppx_fixed_literal/ppx_fixed_literal.cmxa
12
%%OCAML_SITELIBDIR%%/ppx_fixed_literal/ppx_fixed_literal.cmxs
13
%%OCAML_SITELIBDIR%%/ppx_fixed_literal/ppx_fixed_literal.ml
14
%%OCAML_SITELIBDIR%%/ppx_fixed_literal/ppx_fixed_literal.mli
15
%%PORTDOCS%%%%DOCSDIR%%/LICENSE.md
1
record module startup time
16
record module startup time
2
--
3
devel/ocaml-ppx_module_timer/Makefile  | 40 ++++++++++++++++++++++++++
17
devel/ocaml-ppx_module_timer/Makefile  | 40 ++++++++++++++++++++++++++
4
devel/ocaml-ppx_module_timer/distinfo  |  3 ++
18
devel/ocaml-ppx_module_timer/distinfo  |  3 ++
5
devel/ocaml-ppx_module_timer/pkg-descr |  9 ++++++
19
devel/ocaml-ppx_module_timer/pkg-descr |  9 ++++++
6
devel/ocaml-ppx_module_timer/pkg-plist | 26 +++++++++++++++++
20
devel/ocaml-ppx_module_timer/pkg-plist | 26 +++++++++++++++++
7
4 files changed, 78 insertions(+)
21
4 files changed, 78 insertions(+)
8
create mode 100644 devel/ocaml-ppx_module_timer/Makefile
22
create mode 100644 devel/ocaml-ppx_module_timer/Makefile
9
create mode 100644 devel/ocaml-ppx_module_timer/distinfo
23
create mode 100644 devel/ocaml-ppx_module_timer/distinfo
10
create mode 100644 devel/ocaml-ppx_module_timer/pkg-descr
24
create mode 100644 devel/ocaml-ppx_module_timer/pkg-descr
11
create mode 100644 devel/ocaml-ppx_module_timer/pkg-plist
25
create mode 100644 devel/ocaml-ppx_module_timer/pkg-plist
(-)b/devel/ocaml-ppx_module_timer/Makefile (+40 lines)
Added Link Here
1
# Created by: Thierry Thomas <thierry@pompo.net>
2
3
PORTNAME=	ppx_module_timer
4
DISTVERSIONPREFIX=	v
5
DISTVERSION=	0.14.0
6
CATEGORIES=	devel
7
PKGNAMEPREFIX=	ocaml-
8
9
MAINTAINER=	thierry@FreeBSD.org
10
COMMENT=	Ppx rewriter that records top-level module startup times
11
12
LICENSE=	MIT
13
14
BUILD_DEPENDS=	dune:devel/ocaml-dune	\
15
		ocaml-base>0:devel/ocaml-base	\
16
		ocaml-stdio>0:devel/ocaml-stdio	\
17
		ocaml-ppxlib>0:devel/ocaml-ppxlib	\
18
		ocaml-ppx_base>0:devel/ocaml-ppx_base	\
19
		ocaml-time_now>0:devel/ocaml-time_now
20
21
USE_GITHUB=	yes
22
GH_ACCOUNT=	janestreet
23
24
USE_OCAML=	yes
25
26
MAKE_ENV=	INSTALL_ARGS="--destdir=${STAGEDIR} --libdir=${OCAML_SITELIBDIR}"
27
DOCSDIR=	${OCAML_DOCSDIR}/${PORTNAME}
28
ALL_TARGET=	default
29
30
OPTIONS_DEFINE=	DOCS
31
32
pre-build:
33
	${REINPLACE_CMD} -e 's|^INSTALL_ARGS|#INSTALL_ARGS|' ${WRKSRC}/${MAKEFILE}
34
35
post-install:
36
.for bin in ppx.exe ppx_module_timer.cmxs runtime/ppx_module_timer_runtime.cmxs
37
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/${PORTNAME}/${bin}
38
.endfor
39
40
.include <bsd.port.mk>
(-)b/devel/ocaml-ppx_module_timer/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1647505829
2
SHA256 (janestreet-ppx_module_timer-v0.14.0_GH0.tar.gz) = 860d86d71fc5a21f63c74b71ca86b6feeb14a1307d2594e02520dfab7d1df995
3
SIZE (janestreet-ppx_module_timer-v0.14.0_GH0.tar.gz) = 7262
(-)b/devel/ocaml-ppx_module_timer/pkg-descr (+9 lines)
Added Link Here
1
A ppx extension to record module startup times.
2
3
Modules using ppx_module_timer (included in ppx_jane_kernel) now have
4
instrumentation to record their startup time. If the environment variable
5
PPX_MODULE_TIMER is set (to anything), each module records its startup time, and
6
before exiting the process prints out all of the module times in the order they
7
occurred.
8
9
WWW: https://github.com/janestreet/ppx_module_timer
(-)b/devel/ocaml-ppx_module_timer/pkg-plist (-2 / +26 lines)
Added Link Here
0
- 
1
%%OCAML_SITELIBDIR%%/ppx_module_timer/META
2
%%OCAML_SITELIBDIR%%/ppx_module_timer/dune-package
3
%%OCAML_SITELIBDIR%%/ppx_module_timer/opam
4
%%OCAML_SITELIBDIR%%/ppx_module_timer/ppx.exe
5
%%OCAML_SITELIBDIR%%/ppx_module_timer/ppx_module_timer.a
6
%%OCAML_SITELIBDIR%%/ppx_module_timer/ppx_module_timer.cma
7
%%OCAML_SITELIBDIR%%/ppx_module_timer/ppx_module_timer.cmi
8
%%OCAML_SITELIBDIR%%/ppx_module_timer/ppx_module_timer.cmt
9
%%OCAML_SITELIBDIR%%/ppx_module_timer/ppx_module_timer.cmti
10
%%OCAML_SITELIBDIR%%/ppx_module_timer/ppx_module_timer.cmx
11
%%OCAML_SITELIBDIR%%/ppx_module_timer/ppx_module_timer.cmxa
12
%%OCAML_SITELIBDIR%%/ppx_module_timer/ppx_module_timer.cmxs
13
%%OCAML_SITELIBDIR%%/ppx_module_timer/ppx_module_timer.ml
14
%%OCAML_SITELIBDIR%%/ppx_module_timer/ppx_module_timer.mli
15
%%OCAML_SITELIBDIR%%/ppx_module_timer/runtime/ppx_module_timer_runtime.a
16
%%OCAML_SITELIBDIR%%/ppx_module_timer/runtime/ppx_module_timer_runtime.cma
17
%%OCAML_SITELIBDIR%%/ppx_module_timer/runtime/ppx_module_timer_runtime.cmi
18
%%OCAML_SITELIBDIR%%/ppx_module_timer/runtime/ppx_module_timer_runtime.cmt
19
%%OCAML_SITELIBDIR%%/ppx_module_timer/runtime/ppx_module_timer_runtime.cmti
20
%%OCAML_SITELIBDIR%%/ppx_module_timer/runtime/ppx_module_timer_runtime.cmx
21
%%OCAML_SITELIBDIR%%/ppx_module_timer/runtime/ppx_module_timer_runtime.cmxa
22
%%OCAML_SITELIBDIR%%/ppx_module_timer/runtime/ppx_module_timer_runtime.cmxs
23
%%OCAML_SITELIBDIR%%/ppx_module_timer/runtime/ppx_module_timer_runtime.ml
24
%%OCAML_SITELIBDIR%%/ppx_module_timer/runtime/ppx_module_timer_runtime.mli
25
%%PORTDOCS%%%%DOCSDIR%%/LICENSE.md
26
%%PORTDOCS%%%%DOCSDIR%%/README.md
1
rewrites simple match statements with an if then else expression
27
rewrites simple match statements with an if then else expression
2
--
3
devel/ocaml-ppx_optional/Makefile  | 36 ++++++++++++++++++++++++++++++
28
devel/ocaml-ppx_optional/Makefile  | 36 ++++++++++++++++++++++++++++++
4
devel/ocaml-ppx_optional/distinfo  |  3 +++
29
devel/ocaml-ppx_optional/distinfo  |  3 +++
5
devel/ocaml-ppx_optional/pkg-descr |  4 ++++
30
devel/ocaml-ppx_optional/pkg-descr |  4 ++++
6
devel/ocaml-ppx_optional/pkg-plist | 17 ++++++++++++++
31
devel/ocaml-ppx_optional/pkg-plist | 17 ++++++++++++++
7
4 files changed, 60 insertions(+)
32
4 files changed, 60 insertions(+)
8
create mode 100644 devel/ocaml-ppx_optional/Makefile
33
create mode 100644 devel/ocaml-ppx_optional/Makefile
9
create mode 100644 devel/ocaml-ppx_optional/distinfo
34
create mode 100644 devel/ocaml-ppx_optional/distinfo
10
create mode 100644 devel/ocaml-ppx_optional/pkg-descr
35
create mode 100644 devel/ocaml-ppx_optional/pkg-descr
11
create mode 100644 devel/ocaml-ppx_optional/pkg-plist
36
create mode 100644 devel/ocaml-ppx_optional/pkg-plist
(-)b/devel/ocaml-ppx_optional/Makefile (+36 lines)
Added Link Here
1
# Created by: Thierry Thomas <thierry@pompo.net>
2
3
PORTNAME=	ppx_optional
4
DISTVERSIONPREFIX=	v
5
DISTVERSION=	0.14.0
6
CATEGORIES=	devel
7
PKGNAMEPREFIX=	ocaml-
8
9
MAINTAINER=	thierry@FreeBSD.org
10
COMMENT=	Pattern matching on flat options
11
12
LICENSE=	MIT
13
14
BUILD_DEPENDS=	dune:devel/ocaml-dune	\
15
		ocaml-base>0:devel/ocaml-base	\
16
		ocaml-ppxlib>0:devel/ocaml-ppxlib
17
18
USE_GITHUB=	yes
19
GH_ACCOUNT=	janestreet
20
21
USE_OCAML=	yes
22
23
MAKE_ENV=	INSTALL_ARGS="--destdir=${STAGEDIR} --libdir=${OCAML_SITELIBDIR}"
24
DOCSDIR=	${OCAML_DOCSDIR}/${PORTNAME}
25
ALL_TARGET=	default
26
27
OPTIONS_DEFINE=	DOCS
28
29
pre-build:
30
	${REINPLACE_CMD} -e 's|^INSTALL_ARGS|#INSTALL_ARGS|' ${WRKSRC}/${MAKEFILE}
31
32
post-install:
33
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/${PORTNAME}/ppx.exe
34
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/${PORTNAME}/${PORTNAME}.cmxs
35
36
.include <bsd.port.mk>
(-)b/devel/ocaml-ppx_optional/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1647506667
2
SHA256 (janestreet-ppx_optional-v0.14.0_GH0.tar.gz) = 8a7db222cb6b6ca7b946890182d060edb2492912b29b36f74ef22b7c9d3c2be9
3
SIZE (janestreet-ppx_optional-v0.14.0_GH0.tar.gz) = 6090
(-)b/devel/ocaml-ppx_optional/pkg-descr (+4 lines)
Added Link Here
1
A ppx rewriter that rewrites simple match statements with an if then else
2
expression.
3
4
WWW: https://github.com/janestreet/ppx_optional
(-)b/devel/ocaml-ppx_optional/pkg-plist (-2 / +17 lines)
Added Link Here
0
- 
1
%%OCAML_SITELIBDIR%%/ppx_optional/META
2
%%OCAML_SITELIBDIR%%/ppx_optional/dune-package
3
%%OCAML_SITELIBDIR%%/ppx_optional/opam
4
%%OCAML_SITELIBDIR%%/ppx_optional/ppx.exe
5
%%OCAML_SITELIBDIR%%/ppx_optional/ppx_optional.a
6
%%OCAML_SITELIBDIR%%/ppx_optional/ppx_optional.cma
7
%%OCAML_SITELIBDIR%%/ppx_optional/ppx_optional.cmi
8
%%OCAML_SITELIBDIR%%/ppx_optional/ppx_optional.cmt
9
%%OCAML_SITELIBDIR%%/ppx_optional/ppx_optional.cmti
10
%%OCAML_SITELIBDIR%%/ppx_optional/ppx_optional.cmx
11
%%OCAML_SITELIBDIR%%/ppx_optional/ppx_optional.cmxa
12
%%OCAML_SITELIBDIR%%/ppx_optional/ppx_optional.cmxs
13
%%OCAML_SITELIBDIR%%/ppx_optional/ppx_optional.ml
14
%%OCAML_SITELIBDIR%%/ppx_optional/ppx_optional.mli
15
%%PORTDOCS%%%%DOCSDIR%%/CHANGES.md
16
%%PORTDOCS%%%%DOCSDIR%%/LICENSE.md
17
%%PORTDOCS%%%%DOCSDIR%%/README.md
1
inlines reverse application operators |> and |!
18
inlines reverse application operators |> and |!
2
--
3
devel/ocaml-ppx_pipebang/Makefile  | 35 ++++++++++++++++++++++++++++++
19
devel/ocaml-ppx_pipebang/Makefile  | 35 ++++++++++++++++++++++++++++++
4
devel/ocaml-ppx_pipebang/distinfo  |  3 +++
20
devel/ocaml-ppx_pipebang/distinfo  |  3 +++
5
devel/ocaml-ppx_pipebang/pkg-descr | 11 ++++++++++
21
devel/ocaml-ppx_pipebang/pkg-descr | 11 ++++++++++
6
devel/ocaml-ppx_pipebang/pkg-plist | 17 +++++++++++++++
22
devel/ocaml-ppx_pipebang/pkg-plist | 17 +++++++++++++++
7
4 files changed, 66 insertions(+)
23
4 files changed, 66 insertions(+)
8
create mode 100644 devel/ocaml-ppx_pipebang/Makefile
24
create mode 100644 devel/ocaml-ppx_pipebang/Makefile
9
create mode 100644 devel/ocaml-ppx_pipebang/distinfo
25
create mode 100644 devel/ocaml-ppx_pipebang/distinfo
10
create mode 100644 devel/ocaml-ppx_pipebang/pkg-descr
26
create mode 100644 devel/ocaml-ppx_pipebang/pkg-descr
11
create mode 100644 devel/ocaml-ppx_pipebang/pkg-plist
27
create mode 100644 devel/ocaml-ppx_pipebang/pkg-plist
(-)b/devel/ocaml-ppx_pipebang/Makefile (+35 lines)
Added Link Here
1
# Created by: Thierry Thomas <thierry@pompo.net>
2
3
PORTNAME=	ppx_pipebang
4
DISTVERSIONPREFIX=	v
5
DISTVERSION=	0.14.0
6
CATEGORIES=	devel
7
PKGNAMEPREFIX=	ocaml-
8
9
MAINTAINER=	thierry@FreeBSD.org
10
COMMENT=	Ppx rewriter that inlines reverse application operators |> and |!
11
12
LICENSE=	MIT
13
14
BUILD_DEPENDS=	dune:devel/ocaml-dune	\
15
		ocaml-ppxlib>0:devel/ocaml-ppxlib
16
17
USE_GITHUB=	yes
18
GH_ACCOUNT=	janestreet
19
20
USE_OCAML=	yes
21
22
MAKE_ENV=	INSTALL_ARGS="--destdir=${STAGEDIR} --libdir=${OCAML_SITELIBDIR}"
23
DOCSDIR=	${OCAML_DOCSDIR}/${PORTNAME}
24
ALL_TARGET=	default
25
26
OPTIONS_DEFINE=	DOCS
27
28
pre-build:
29
	${REINPLACE_CMD} -e 's|^INSTALL_ARGS|#INSTALL_ARGS|' ${WRKSRC}/${MAKEFILE}
30
31
post-install:
32
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/${PORTNAME}/ppx.exe
33
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/${PORTNAME}/${PORTNAME}.cmxs
34
35
.include <bsd.port.mk>
(-)b/devel/ocaml-ppx_pipebang/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1647514295
2
SHA256 (janestreet-ppx_pipebang-v0.14.0_GH0.tar.gz) = 0fc99c9c038d429692616fa0de73a50977981cc7c1eee404b3f559fdc55520e5
3
SIZE (janestreet-ppx_pipebang-v0.14.0_GH0.tar.gz) = 3766
(-)b/devel/ocaml-ppx_pipebang/pkg-descr (+11 lines)
Added Link Here
1
A ppx rewriter that inlines reverse application operators |> and |!.
2
3
ppx_pipebang rewrites x |> f and x |! f as f x, regardless of whether |> and |!
4
have been redefined.
5
6
Do not use |! in new code, it is there only for backwards compatibility.
7
8
This inlining is mostly done for historical reasons but it also allows f to have
9
optional arguments (like Option.value_exn).
10
11
WWW: https://github.com/janestreet/ppx_pipebang
(-)b/devel/ocaml-ppx_pipebang/pkg-plist (-2 / +17 lines)
Added Link Here
0
- 
1
%%OCAML_SITELIBDIR%%/ppx_pipebang/META
2
%%OCAML_SITELIBDIR%%/ppx_pipebang/dune-package
3
%%OCAML_SITELIBDIR%%/ppx_pipebang/opam
4
%%OCAML_SITELIBDIR%%/ppx_pipebang/ppx.exe
5
%%OCAML_SITELIBDIR%%/ppx_pipebang/ppx_pipebang.a
6
%%OCAML_SITELIBDIR%%/ppx_pipebang/ppx_pipebang.cma
7
%%OCAML_SITELIBDIR%%/ppx_pipebang/ppx_pipebang.cmi
8
%%OCAML_SITELIBDIR%%/ppx_pipebang/ppx_pipebang.cmt
9
%%OCAML_SITELIBDIR%%/ppx_pipebang/ppx_pipebang.cmti
10
%%OCAML_SITELIBDIR%%/ppx_pipebang/ppx_pipebang.cmx
11
%%OCAML_SITELIBDIR%%/ppx_pipebang/ppx_pipebang.cmxa
12
%%OCAML_SITELIBDIR%%/ppx_pipebang/ppx_pipebang.cmxs
13
%%OCAML_SITELIBDIR%%/ppx_pipebang/ppx_pipebang.ml
14
%%OCAML_SITELIBDIR%%/ppx_pipebang/ppx_pipebang.mli
15
%%PORTDOCS%%%%DOCSDIR%%/CHANGES.md
16
%%PORTDOCS%%%%DOCSDIR%%/LICENSE.md
17
%%PORTDOCS%%%%DOCSDIR%%/README.md
1
conversions generator
18
conversions generator
2
--
3
devel/ocaml-ppx_stable/Makefile  | 36 ++++++++++++++++++++++++++++++++
19
devel/ocaml-ppx_stable/Makefile  | 36 ++++++++++++++++++++++++++++++++
4
devel/ocaml-ppx_stable/distinfo  |  3 +++
20
devel/ocaml-ppx_stable/distinfo  |  3 +++
5
devel/ocaml-ppx_stable/pkg-descr |  9 ++++++++
21
devel/ocaml-ppx_stable/pkg-descr |  9 ++++++++
6
devel/ocaml-ppx_stable/pkg-plist | 16 ++++++++++++++
22
devel/ocaml-ppx_stable/pkg-plist | 16 ++++++++++++++
7
4 files changed, 64 insertions(+)
23
4 files changed, 64 insertions(+)
8
create mode 100644 devel/ocaml-ppx_stable/Makefile
24
create mode 100644 devel/ocaml-ppx_stable/Makefile
9
create mode 100644 devel/ocaml-ppx_stable/distinfo
25
create mode 100644 devel/ocaml-ppx_stable/distinfo
10
create mode 100644 devel/ocaml-ppx_stable/pkg-descr
26
create mode 100644 devel/ocaml-ppx_stable/pkg-descr
11
create mode 100644 devel/ocaml-ppx_stable/pkg-plist
27
create mode 100644 devel/ocaml-ppx_stable/pkg-plist
(-)b/devel/ocaml-ppx_stable/Makefile (+36 lines)
Added Link Here
1
# Created by: Thierry Thomas <thierry@pompo.net>
2
3
PORTNAME=	ppx_stable
4
DISTVERSIONPREFIX=	v
5
DISTVERSION=	0.14.1
6
CATEGORIES=	devel
7
PKGNAMEPREFIX=	ocaml-
8
9
MAINTAINER=	thierry@FreeBSD.org
10
COMMENT=	Stable types conversions generator
11
12
LICENSE=	MIT
13
14
BUILD_DEPENDS=	dune:devel/ocaml-dune	\
15
		ocaml-base>0:devel/ocaml-base	\
16
		ocaml-ppxlib>0:devel/ocaml-ppxlib	\
17
		ocaml-compiler-libs>0:devel/ocaml-compiler-libs
18
19
USE_GITHUB=	yes
20
GH_ACCOUNT=	janestreet
21
22
USE_OCAML=	yes
23
24
MAKE_ENV=	INSTALL_ARGS="--destdir=${STAGEDIR} --libdir=${OCAML_SITELIBDIR}"
25
DOCSDIR=	${OCAML_DOCSDIR}/${PORTNAME}
26
ALL_TARGET=	default
27
28
OPTIONS_DEFINE=	DOCS
29
30
pre-build:
31
	${REINPLACE_CMD} -e 's|^INSTALL_ARGS|#INSTALL_ARGS|' ${WRKSRC}/${MAKEFILE}
32
33
post-install:
34
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/${PORTNAME}/${PORTNAME}.cmxs
35
36
.include <bsd.port.mk>
(-)b/devel/ocaml-ppx_stable/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1647520712
2
SHA256 (janestreet-ppx_stable-v0.14.1_GH0.tar.gz) = 0160ddd002fba9917c22dfaf29641c698ee8ebd4df52b76cd79a96b8338d88b7
3
SIZE (janestreet-ppx_stable-v0.14.1_GH0.tar.gz) = 12031
(-)b/devel/ocaml-ppx_stable/pkg-descr (+9 lines)
Added Link Here
1
A ppx extension for easier implementation of conversion functions between almost
2
identical types.
3
4
It supports records with conversion from the current type to the previous and
5
from the previous type to the current type.
6
7
It works for potentially-recursive variants and records.
8
9
WWW: https://github.com/janestreet/ppx_stable
(-)b/devel/ocaml-ppx_stable/pkg-plist (-2 / +16 lines)
Added Link Here
0
- 
1
%%OCAML_SITELIBDIR%%/ppx_stable/META
2
%%OCAML_SITELIBDIR%%/ppx_stable/dune-package
3
%%OCAML_SITELIBDIR%%/ppx_stable/opam
4
%%OCAML_SITELIBDIR%%/ppx_stable/ppx_stable.a
5
%%OCAML_SITELIBDIR%%/ppx_stable/ppx_stable.cma
6
%%OCAML_SITELIBDIR%%/ppx_stable/ppx_stable.cmi
7
%%OCAML_SITELIBDIR%%/ppx_stable/ppx_stable.cmt
8
%%OCAML_SITELIBDIR%%/ppx_stable/ppx_stable.cmti
9
%%OCAML_SITELIBDIR%%/ppx_stable/ppx_stable.cmx
10
%%OCAML_SITELIBDIR%%/ppx_stable/ppx_stable.cmxa
11
%%OCAML_SITELIBDIR%%/ppx_stable/ppx_stable.cmxs
12
%%OCAML_SITELIBDIR%%/ppx_stable/ppx_stable.ml
13
%%OCAML_SITELIBDIR%%/ppx_stable/ppx_stable.mli
14
%%PORTDOCS%%%%DOCSDIR%%/CHANGES.md
15
%%PORTDOCS%%%%DOCSDIR%%/LICENSE.md
16
%%PORTDOCS%%%%DOCSDIR%%/README.md
1
string interpolation
17
string interpolation
2
--
3
devel/ocaml-ppx_string/Makefile  | 39 ++++++++++++++++++++++++++++++++
18
devel/ocaml-ppx_string/Makefile  | 39 ++++++++++++++++++++++++++++++++
4
devel/ocaml-ppx_string/distinfo  |  3 +++
19
devel/ocaml-ppx_string/distinfo  |  3 +++
5
devel/ocaml-ppx_string/pkg-descr |  3 +++
20
devel/ocaml-ppx_string/pkg-descr |  3 +++
6
devel/ocaml-ppx_string/pkg-plist | 15 ++++++++++++
21
devel/ocaml-ppx_string/pkg-plist | 15 ++++++++++++
7
4 files changed, 60 insertions(+)
22
4 files changed, 60 insertions(+)
8
create mode 100644 devel/ocaml-ppx_string/Makefile
23
create mode 100644 devel/ocaml-ppx_string/Makefile
9
create mode 100644 devel/ocaml-ppx_string/distinfo
24
create mode 100644 devel/ocaml-ppx_string/distinfo
10
create mode 100644 devel/ocaml-ppx_string/pkg-descr
25
create mode 100644 devel/ocaml-ppx_string/pkg-descr
11
create mode 100644 devel/ocaml-ppx_string/pkg-plist
26
create mode 100644 devel/ocaml-ppx_string/pkg-plist
(-)b/devel/ocaml-ppx_string/Makefile (+39 lines)
Added Link Here
1
# Created by: Thierry Thomas <thierry@pompo.net>
2
3
PORTNAME=	ppx_string
4
DISTVERSIONPREFIX=	v
5
DISTVERSION=	0.14.1
6
CATEGORIES=	devel
7
PKGNAMEPREFIX=	ocaml-
8
9
MAINTAINER=	thierry@FreeBSD.org
10
COMMENT=	Ppx extension for string interpolation
11
12
LICENSE=	MIT
13
14
BUILD_DEPENDS=	dune:devel/ocaml-dune	\
15
		ocaml-base>0:devel/ocaml-base	\
16
		ocaml-stdio>0:devel/ocaml-stdio	\
17
		ocaml-ppxlib>0:devel/ocaml-ppxlib	\
18
		ocaml-ppx_base>0:devel/ocaml-ppx_base	\
19
		ocaml-compiler-libs>0:devel/ocaml-compiler-libs
20
21
USE_GITHUB=	yes
22
GH_ACCOUNT=	janestreet
23
24
USE_OCAML=	yes
25
26
MAKE_ENV=	INSTALL_ARGS="--destdir=${STAGEDIR} --libdir=${OCAML_SITELIBDIR}"
27
DOCSDIR=	${OCAML_DOCSDIR}/${PORTNAME}
28
ALL_TARGET=	default
29
30
OPTIONS_DEFINE=	DOCS
31
32
pre-build:
33
	${REINPLACE_CMD} -e 's|^INSTALL_ARGS|#INSTALL_ARGS|' ${WRKSRC}/${MAKEFILE}
34
35
post-install:
36
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/${PORTNAME}/ppx.exe
37
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/${PORTNAME}/${PORTNAME}.cmxs
38
39
.include <bsd.port.mk>
(-)b/devel/ocaml-ppx_string/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1647522635
2
SHA256 (janestreet-ppx_string-v0.14.1_GH0.tar.gz) = 9227b32ff2d7ec22e9deacd99253757df2291392a7540029a97cf745ef3a0ea9
3
SIZE (janestreet-ppx_string-v0.14.1_GH0.tar.gz) = 4807
(-)b/devel/ocaml-ppx_string/pkg-descr (+3 lines)
Added Link Here
1
This extension provides a syntax for string interpolation.
2
3
WWW: https://github.com/janestreet/ppx_string
(-)b/devel/ocaml-ppx_string/pkg-plist (-2 / +15 lines)
Added Link Here
0
- 
1
%%OCAML_SITELIBDIR%%/ppx_string/META
1
--
2
%%OCAML_SITELIBDIR%%/ppx_string/dune-package
3
%%OCAML_SITELIBDIR%%/ppx_string/opam
4
%%OCAML_SITELIBDIR%%/ppx_string/ppx.exe
5
%%OCAML_SITELIBDIR%%/ppx_string/ppx_string.a
6
%%OCAML_SITELIBDIR%%/ppx_string/ppx_string.cma
7
%%OCAML_SITELIBDIR%%/ppx_string/ppx_string.cmi
8
%%OCAML_SITELIBDIR%%/ppx_string/ppx_string.cmt
9
%%OCAML_SITELIBDIR%%/ppx_string/ppx_string.cmti
10
%%OCAML_SITELIBDIR%%/ppx_string/ppx_string.cmx
11
%%OCAML_SITELIBDIR%%/ppx_string/ppx_string.cmxa
12
%%OCAML_SITELIBDIR%%/ppx_string/ppx_string.cmxs
13
%%OCAML_SITELIBDIR%%/ppx_string/ppx_string.ml
14
%%OCAML_SITELIBDIR%%/ppx_string/ppx_string.mli
15
%%PORTDOCS%%%%DOCSDIR%%/LICENSE.md
2
devel/ocaml-typerep/Makefile  | 34 ++++++++++++++++
16
devel/ocaml-typerep/Makefile  | 34 ++++++++++++++++
3
devel/ocaml-typerep/distinfo  |  3 ++
17
devel/ocaml-typerep/distinfo  |  3 ++
4
devel/ocaml-typerep/pkg-descr |  3 ++
18
devel/ocaml-typerep/pkg-descr |  3 ++
5
devel/ocaml-typerep/pkg-plist | 75 +++++++++++++++++++++++++++++++++++
19
devel/ocaml-typerep/pkg-plist | 75 +++++++++++++++++++++++++++++++++++
6
4 files changed, 115 insertions(+)
20
4 files changed, 115 insertions(+)
7
create mode 100644 devel/ocaml-typerep/Makefile
21
create mode 100644 devel/ocaml-typerep/Makefile
8
create mode 100644 devel/ocaml-typerep/distinfo
22
create mode 100644 devel/ocaml-typerep/distinfo
9
create mode 100644 devel/ocaml-typerep/pkg-descr
23
create mode 100644 devel/ocaml-typerep/pkg-descr
10
create mode 100644 devel/ocaml-typerep/pkg-plist
24
create mode 100644 devel/ocaml-typerep/pkg-plist
(-)b/devel/ocaml-typerep/Makefile (+34 lines)
Added Link Here
1
# Created by: Thierry Thomas <thierry@pompo.net>
2
3
PORTNAME=	typerep
4
DISTVERSIONPREFIX=	v
5
DISTVERSION=	0.14.0
6
CATEGORIES=	devel
7
PKGNAMEPREFIX=	ocaml-
8
9
MAINTAINER=	thierry@FreeBSD.org
10
COMMENT=	Runtime types for OCaml
11
12
LICENSE=	MIT
13
14
BUILD_DEPENDS=	dune:devel/ocaml-dune	\
15
		ocaml-base>0:devel/ocaml-base
16
17
USE_GITHUB=	yes
18
GH_ACCOUNT=	janestreet
19
20
USE_OCAML=	yes
21
22
MAKE_ENV=	INSTALL_ARGS="--destdir=${STAGEDIR} --libdir=${OCAML_SITELIBDIR}"
23
DOCSDIR=	${OCAML_DOCSDIR}/${PORTNAME}
24
ALL_TARGET=	default
25
26
OPTIONS_DEFINE=	DOCS
27
28
pre-build:
29
	${REINPLACE_CMD} -e 's|^INSTALL_ARGS|#INSTALL_ARGS|' ${WRKSRC}/${MAKEFILE}
30
31
post-install:
32
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/${PORTNAME}/typerep_lib.cmxs
33
34
.include <bsd.port.mk>
(-)b/devel/ocaml-typerep/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1647527791
2
SHA256 (janestreet-typerep-v0.14.0_GH0.tar.gz) = f71d5094dbbaa9a0b70e68730cfa0140ca91962a69ac496673346d0af2d29648
3
SIZE (janestreet-typerep-v0.14.0_GH0.tar.gz) = 22936
(-)b/devel/ocaml-typerep/pkg-descr (+3 lines)
Added Link Here
1
Typerep is a library for runtime types.
2
3
WWW: https://github.com/janestreet/typerep
(-)b/devel/ocaml-typerep/pkg-plist (-2 / +75 lines)
Added Link Here
0
- 
1
%%OCAML_SITELIBDIR%%/typerep/META
2
%%OCAML_SITELIBDIR%%/typerep/dune-package
3
%%OCAML_SITELIBDIR%%/typerep/make_typename.ml
4
%%OCAML_SITELIBDIR%%/typerep/make_typename.mli
5
%%OCAML_SITELIBDIR%%/typerep/named_intf.ml
6
%%OCAML_SITELIBDIR%%/typerep/opam
7
%%OCAML_SITELIBDIR%%/typerep/std.ml
8
%%OCAML_SITELIBDIR%%/typerep/std_internal.ml
9
%%OCAML_SITELIBDIR%%/typerep/std_internal.mli
10
%%OCAML_SITELIBDIR%%/typerep/type_abstract.ml
11
%%OCAML_SITELIBDIR%%/typerep/type_abstract.mli
12
%%OCAML_SITELIBDIR%%/typerep/type_equal.ml
13
%%OCAML_SITELIBDIR%%/typerep/type_equal.mli
14
%%OCAML_SITELIBDIR%%/typerep/type_generic.ml
15
%%OCAML_SITELIBDIR%%/typerep/type_generic.mli
16
%%OCAML_SITELIBDIR%%/typerep/type_generic_intf.ml
17
%%OCAML_SITELIBDIR%%/typerep/typename.ml
18
%%OCAML_SITELIBDIR%%/typerep/typename.mli
19
%%OCAML_SITELIBDIR%%/typerep/typerep_lib.a
20
%%OCAML_SITELIBDIR%%/typerep/typerep_lib.cma
21
%%OCAML_SITELIBDIR%%/typerep/typerep_lib.cmi
22
%%OCAML_SITELIBDIR%%/typerep/typerep_lib.cmt
23
%%OCAML_SITELIBDIR%%/typerep/typerep_lib.cmx
24
%%OCAML_SITELIBDIR%%/typerep/typerep_lib.cmxa
25
%%OCAML_SITELIBDIR%%/typerep/typerep_lib.cmxs
26
%%OCAML_SITELIBDIR%%/typerep/typerep_lib.ml
27
%%OCAML_SITELIBDIR%%/typerep/typerep_lib__Make_typename.cmi
28
%%OCAML_SITELIBDIR%%/typerep/typerep_lib__Make_typename.cmt
29
%%OCAML_SITELIBDIR%%/typerep/typerep_lib__Make_typename.cmti
30
%%OCAML_SITELIBDIR%%/typerep/typerep_lib__Make_typename.cmx
31
%%OCAML_SITELIBDIR%%/typerep/typerep_lib__Named_intf.cmi
32
%%OCAML_SITELIBDIR%%/typerep/typerep_lib__Named_intf.cmt
33
%%OCAML_SITELIBDIR%%/typerep/typerep_lib__Named_intf.cmx
34
%%OCAML_SITELIBDIR%%/typerep/typerep_lib__Std.cmi
35
%%OCAML_SITELIBDIR%%/typerep/typerep_lib__Std.cmt
36
%%OCAML_SITELIBDIR%%/typerep/typerep_lib__Std.cmx
37
%%OCAML_SITELIBDIR%%/typerep/typerep_lib__Std_internal.cmi
38
%%OCAML_SITELIBDIR%%/typerep/typerep_lib__Std_internal.cmt
39
%%OCAML_SITELIBDIR%%/typerep/typerep_lib__Std_internal.cmti
40
%%OCAML_SITELIBDIR%%/typerep/typerep_lib__Std_internal.cmx
41
%%OCAML_SITELIBDIR%%/typerep/typerep_lib__Type_abstract.cmi
42
%%OCAML_SITELIBDIR%%/typerep/typerep_lib__Type_abstract.cmt
43
%%OCAML_SITELIBDIR%%/typerep/typerep_lib__Type_abstract.cmti
44
%%OCAML_SITELIBDIR%%/typerep/typerep_lib__Type_abstract.cmx
45
%%OCAML_SITELIBDIR%%/typerep/typerep_lib__Type_equal.cmi
46
%%OCAML_SITELIBDIR%%/typerep/typerep_lib__Type_equal.cmt
47
%%OCAML_SITELIBDIR%%/typerep/typerep_lib__Type_equal.cmti
48
%%OCAML_SITELIBDIR%%/typerep/typerep_lib__Type_equal.cmx
49
%%OCAML_SITELIBDIR%%/typerep/typerep_lib__Type_generic.cmi
50
%%OCAML_SITELIBDIR%%/typerep/typerep_lib__Type_generic.cmt
51
%%OCAML_SITELIBDIR%%/typerep/typerep_lib__Type_generic.cmti
52
%%OCAML_SITELIBDIR%%/typerep/typerep_lib__Type_generic.cmx
53
%%OCAML_SITELIBDIR%%/typerep/typerep_lib__Type_generic_intf.cmi
54
%%OCAML_SITELIBDIR%%/typerep/typerep_lib__Type_generic_intf.cmt
55
%%OCAML_SITELIBDIR%%/typerep/typerep_lib__Type_generic_intf.cmx
56
%%OCAML_SITELIBDIR%%/typerep/typerep_lib__Typename.cmi
57
%%OCAML_SITELIBDIR%%/typerep/typerep_lib__Typename.cmt
58
%%OCAML_SITELIBDIR%%/typerep/typerep_lib__Typename.cmti
59
%%OCAML_SITELIBDIR%%/typerep/typerep_lib__Typename.cmx
60
%%OCAML_SITELIBDIR%%/typerep/typerep_lib__Typerep_obj.cmi
61
%%OCAML_SITELIBDIR%%/typerep/typerep_lib__Typerep_obj.cmt
62
%%OCAML_SITELIBDIR%%/typerep/typerep_lib__Typerep_obj.cmti
63
%%OCAML_SITELIBDIR%%/typerep/typerep_lib__Typerep_obj.cmx
64
%%OCAML_SITELIBDIR%%/typerep/typerep_lib__Typerepable.cmi
65
%%OCAML_SITELIBDIR%%/typerep/typerep_lib__Typerepable.cmt
66
%%OCAML_SITELIBDIR%%/typerep/typerep_lib__Typerepable.cmx
67
%%OCAML_SITELIBDIR%%/typerep/typerep_lib__Variant_and_record_intf.cmi
68
%%OCAML_SITELIBDIR%%/typerep/typerep_lib__Variant_and_record_intf.cmt
69
%%OCAML_SITELIBDIR%%/typerep/typerep_lib__Variant_and_record_intf.cmx
70
%%OCAML_SITELIBDIR%%/typerep/typerep_obj.ml
71
%%OCAML_SITELIBDIR%%/typerep/typerep_obj.mli
72
%%OCAML_SITELIBDIR%%/typerep/typerepable.ml
73
%%OCAML_SITELIBDIR%%/typerep/variant_and_record_intf.ml
74
%%PORTDOCS%%%%DOCSDIR%%/CHANGES.md
75
%%PORTDOCS%%%%DOCSDIR%%/LICENSE.md
1
runtime types from type declarations
76
runtime types from type declarations
2
--
3
devel/ocaml-ppx_typerep_conv/Makefile  | 37 ++++++++++++++++++++++++++
77
devel/ocaml-ppx_typerep_conv/Makefile  | 37 ++++++++++++++++++++++++++
4
devel/ocaml-ppx_typerep_conv/distinfo  |  3 +++
78
devel/ocaml-ppx_typerep_conv/distinfo  |  3 +++
5
devel/ocaml-ppx_typerep_conv/pkg-descr |  3 +++
79
devel/ocaml-ppx_typerep_conv/pkg-descr |  3 +++
6
devel/ocaml-ppx_typerep_conv/pkg-plist | 16 +++++++++++
80
devel/ocaml-ppx_typerep_conv/pkg-plist | 16 +++++++++++
7
4 files changed, 59 insertions(+)
81
4 files changed, 59 insertions(+)
8
create mode 100644 devel/ocaml-ppx_typerep_conv/Makefile
82
create mode 100644 devel/ocaml-ppx_typerep_conv/Makefile
9
create mode 100644 devel/ocaml-ppx_typerep_conv/distinfo
83
create mode 100644 devel/ocaml-ppx_typerep_conv/distinfo
10
create mode 100644 devel/ocaml-ppx_typerep_conv/pkg-descr
84
create mode 100644 devel/ocaml-ppx_typerep_conv/pkg-descr
11
create mode 100644 devel/ocaml-ppx_typerep_conv/pkg-plist
85
create mode 100644 devel/ocaml-ppx_typerep_conv/pkg-plist
(-)b/devel/ocaml-ppx_typerep_conv/Makefile (+37 lines)
Added Link Here
1
# Created by: Thierry Thomas <thierry@pompo.net>
2
3
PORTNAME=	ppx_typerep_conv
4
DISTVERSIONPREFIX=	v
5
DISTVERSION=	0.14.2
6
CATEGORIES=	devel
7
PKGNAMEPREFIX=	ocaml-
8
9
MAINTAINER=	thierry@FreeBSD.org
10
COMMENT=	Generation of runtime types from type declarations
11
12
LICENSE=	MIT
13
14
BUILD_DEPENDS=	dune:devel/ocaml-dune	\
15
		ocaml-base>0:devel/ocaml-base	\
16
		ocaml-ppxlib>0:devel/ocaml-ppxlib	\
17
		ocaml-typerep>0:devel/ocaml-typerep
18
RUN_DEPENDS=	ocaml-typerep>0:devel/ocaml-typerep
19
20
USE_GITHUB=	yes
21
GH_ACCOUNT=	janestreet
22
23
USE_OCAML=	yes
24
25
MAKE_ENV=	INSTALL_ARGS="--destdir=${STAGEDIR} --libdir=${OCAML_SITELIBDIR}"
26
DOCSDIR=	${OCAML_DOCSDIR}/${PORTNAME}
27
ALL_TARGET=	default
28
29
OPTIONS_DEFINE=	DOCS
30
31
pre-build:
32
	${REINPLACE_CMD} -e 's|^INSTALL_ARGS|#INSTALL_ARGS|' ${WRKSRC}/${MAKEFILE}
33
34
post-install:
35
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/${PORTNAME}/${PORTNAME}.cmxs
36
37
.include <bsd.port.mk>
(-)b/devel/ocaml-ppx_typerep_conv/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1647526656
2
SHA256 (janestreet-ppx_typerep_conv-v0.14.2_GH0.tar.gz) = 1670dc267cacc8ea27a0b3aab4c08ed13fd622280e8169b93cea329def583abc
3
SIZE (janestreet-ppx_typerep_conv-v0.14.2_GH0.tar.gz) = 9474
(-)b/devel/ocaml-ppx_typerep_conv/pkg-descr (+3 lines)
Added Link Here
1
Automatic generation of runtime types from type definitions.
2
3
WWW: https://github.com/janestreet/ppx_typerep_conv
(-)b/devel/ocaml-ppx_typerep_conv/pkg-plist (-2 / +16 lines)
Added Link Here
0
- 
1
%%OCAML_SITELIBDIR%%/ppx_typerep_conv/META
2
%%OCAML_SITELIBDIR%%/ppx_typerep_conv/dune-package
3
%%OCAML_SITELIBDIR%%/ppx_typerep_conv/opam
4
%%OCAML_SITELIBDIR%%/ppx_typerep_conv/ppx_typerep_conv.a
5
%%OCAML_SITELIBDIR%%/ppx_typerep_conv/ppx_typerep_conv.cma
6
%%OCAML_SITELIBDIR%%/ppx_typerep_conv/ppx_typerep_conv.cmi
7
%%OCAML_SITELIBDIR%%/ppx_typerep_conv/ppx_typerep_conv.cmt
8
%%OCAML_SITELIBDIR%%/ppx_typerep_conv/ppx_typerep_conv.cmti
9
%%OCAML_SITELIBDIR%%/ppx_typerep_conv/ppx_typerep_conv.cmx
10
%%OCAML_SITELIBDIR%%/ppx_typerep_conv/ppx_typerep_conv.cmxa
11
%%OCAML_SITELIBDIR%%/ppx_typerep_conv/ppx_typerep_conv.cmxs
12
%%OCAML_SITELIBDIR%%/ppx_typerep_conv/ppx_typerep_conv.ml
13
%%OCAML_SITELIBDIR%%/ppx_typerep_conv/ppx_typerep_conv.mli
14
%%PORTDOCS%%%%DOCSDIR%%/CHANGES.md
15
%%PORTDOCS%%%%DOCSDIR%%/LICENSE.md
16
%%PORTDOCS%%%%DOCSDIR%%/README.md
1
Street ppx rewriters
17
Street ppx rewriters
2
--
3
devel/ocaml-ppx_jane/Makefile  | 80 ++++++++++++++++++++++++++++++++++
18
devel/ocaml-ppx_jane/Makefile  | 80 ++++++++++++++++++++++++++++++++++
4
devel/ocaml-ppx_jane/distinfo  |  3 ++
19
devel/ocaml-ppx_jane/distinfo  |  3 ++
5
devel/ocaml-ppx_jane/pkg-descr |  3 ++
20
devel/ocaml-ppx_jane/pkg-descr |  3 ++
6
devel/ocaml-ppx_jane/pkg-plist | 25 +++++++++++
21
devel/ocaml-ppx_jane/pkg-plist | 25 +++++++++++
7
4 files changed, 111 insertions(+)
22
4 files changed, 111 insertions(+)
8
create mode 100644 devel/ocaml-ppx_jane/Makefile
23
create mode 100644 devel/ocaml-ppx_jane/Makefile
9
create mode 100644 devel/ocaml-ppx_jane/distinfo
24
create mode 100644 devel/ocaml-ppx_jane/distinfo
10
create mode 100644 devel/ocaml-ppx_jane/pkg-descr
25
create mode 100644 devel/ocaml-ppx_jane/pkg-descr
11
create mode 100644 devel/ocaml-ppx_jane/pkg-plist
26
create mode 100644 devel/ocaml-ppx_jane/pkg-plist
(-)b/devel/ocaml-ppx_jane/Makefile (+80 lines)
Added Link Here
1
# Created by: Thierry Thomas <thierry@pompo.net>
2
3
PORTNAME=	ppx_jane
4
DISTVERSIONPREFIX=	v
5
DISTVERSION=	0.14.0
6
CATEGORIES=	devel
7
PKGNAMEPREFIX=	ocaml-
8
9
MAINTAINER=	thierry@FreeBSD.org
10
COMMENT=	Standard Jane Street ppx rewriters
11
12
LICENSE=	MIT
13
14
BUILD_DEPENDS=	dune:devel/ocaml-dune	\
15
		ocaml-ppxlib>0:devel/ocaml-ppxlib	\
16
		ocaml-ppx_let>0:devel/ocaml-ppx_let	\
17
		ocaml-ppx_base>0:devel/ocaml-ppx_base	\
18
		ocaml-ppx_here>0:devel/ocaml-ppx_here	\
19
		ocaml-ppx_bench>0:devel/ocaml-ppx_bench	\
20
		ocaml-ppx_assert>0:devel/ocaml-ppx_assert	\
21
		ocaml-ppx_expect>0:devel/ocaml-ppx_expect	\
22
		ocaml-ppx_stable>0:devel/ocaml-ppx_stable	\
23
		ocaml-ppx_string>0:devel/ocaml-ppx_string	\
24
		ocaml-ppx_optcomp>0:devel/ocaml-ppx_optcomp	\
25
		ocaml-ppx_bin_prot>0:devel/ocaml-ppx_bin_prot	\
26
		ocaml-ppx_optional>0:devel/ocaml-ppx_optional	\
27
		ocaml-ppx_pipebang>0:devel/ocaml-ppx_pipebang	\
28
		ocaml-ppx_sexp_value>0:devel/ocaml-ppx_sexp_value	\
29
		ocaml-base_quickcheck>0:devel/ocaml-base_quickcheck	\
30
		ocaml-ppx_inline_test>0:devel/ocaml-ppx_inline_test	\
31
		ocaml-ppx_fields_conv>0:devel/ocaml-ppx_fields_conv	\
32
		ocaml-ppx_module_timer>0:devel/ocaml-ppx_module_timer	\
33
		ocaml-ppx_sexp_message>0:devel/ocaml-ppx_sexp_message	\
34
		ocaml-ppx_typerep_conv>0:devel/ocaml-ppx_typerep_conv	\
35
		ocaml-ppx_fixed_literal>0:devel/ocaml-ppx_fixed_literal	\
36
		ocaml-ppx_custom_printf>0:devel/ocaml-ppx_custom_printf	\
37
		ocaml-ppx_variants_conv>0:devel/ocaml-ppx_variants_conv
38
RUN_DEPENDS=	ocaml-ppx_let>0:devel/ocaml-ppx_let	\
39
		ocaml-ppx_base>0:devel/ocaml-ppx_base	\
40
		ocaml-ppx_bench>0:devel/ocaml-ppx_bench	\
41
		ocaml-ppx_stable>0:devel/ocaml-ppx_stable	\
42
		ocaml-ppx_expect>0:devel/ocaml-ppx_expect	\
43
		ocaml-ppx_assert>0:devel/ocaml-ppx_assert	\
44
		ocaml-ppx_string>0:devel/ocaml-ppx_string	\
45
		ocaml-ppx_optcomp>0:devel/ocaml-ppx_optcomp	\
46
		ocaml-ppx_bin_prot>0:devel/ocaml-ppx_bin_prot	\
47
		ocaml-ppx_optional>0:devel/ocaml-ppx_optional	\
48
		ocaml-ppx_pipebang>0:devel/ocaml-ppx_pipebang	\
49
		ocaml-ppx_sexp_value>0:devel/ocaml-ppx_sexp_value	\
50
		ocaml-base_quickcheck>0:devel/ocaml-base_quickcheck	\
51
		ocaml-ppx_inline_test>0:devel/ocaml-ppx_inline_test	\
52
		ocaml-ppx_typerep_conv>0:devel/ocaml-ppx_typerep_conv	\
53
		ocaml-ppx_fields_conv>0:devel/ocaml-ppx_fields_conv	\
54
		ocaml-ppx_module_timer>0:devel/ocaml-ppx_module_timer	\
55
		ocaml-ppx_sexp_message>0:devel/ocaml-ppx_sexp_message	\
56
		ocaml-ppx_fixed_literal>0:devel/ocaml-ppx_fixed_literal	\
57
		ocaml-ppx_custom_printf>0:devel/ocaml-ppx_custom_printf	\
58
		ocaml-ppx_variants_conv>0:devel/ocaml-ppx_variants_conv
59
60
USE_GITHUB=	yes
61
GH_ACCOUNT=	janestreet
62
63
USE_OCAML=	yes
64
65
MAKE_ENV=	INSTALL_ARGS="--destdir=${STAGEDIR} --libdir=${OCAML_SITELIBDIR}"
66
DOCSDIR=	${OCAML_DOCSDIR}/${PORTNAME}
67
ALL_TARGET=	default
68
69
OPTIONS_DEFINE=	DOCS
70
71
pre-build:
72
	${REINPLACE_CMD} -e 's|^INSTALL_ARGS|#INSTALL_ARGS|' ${WRKSRC}/${MAKEFILE}
73
74
post-install:
75
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/ppx-jane
76
.for bin in ppx.exe kernel/ppx.exe ppx_jane.cmxs kernel/ppx_jane_kernel.cmxs
77
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/${PORTNAME}/${bin}
78
.endfor
79
80
.include <bsd.port.mk>
(-)b/devel/ocaml-ppx_jane/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1647371914
2
SHA256 (janestreet-ppx_jane-v0.14.0_GH0.tar.gz) = fc0d1aaa9ff120eef1eeed5c2fcfb406b27c6ef865439dfeac38cce181d0c771
3
SIZE (janestreet-ppx_jane-v0.14.0_GH0.tar.gz) = 4593
(-)b/devel/ocaml-ppx_jane/pkg-descr (+3 lines)
Added Link Here
1
ppx_jane is a ppx_driver including all standard ppx rewriters.
2
3
WWW: https://github.com/janestreet/ppx_jane
(-)b/devel/ocaml-ppx_jane/pkg-plist (-2 / +25 lines)
Added Link Here
0
- 
1
bin/ppx-jane
2
%%OCAML_SITELIBDIR%%/ppx_jane/META
3
%%OCAML_SITELIBDIR%%/ppx_jane/dune-package
4
%%OCAML_SITELIBDIR%%/ppx_jane/kernel/ppx.exe
5
%%OCAML_SITELIBDIR%%/ppx_jane/kernel/ppx_jane_kernel.a
6
%%OCAML_SITELIBDIR%%/ppx_jane/kernel/ppx_jane_kernel.cma
7
%%OCAML_SITELIBDIR%%/ppx_jane/kernel/ppx_jane_kernel.cmi
8
%%OCAML_SITELIBDIR%%/ppx_jane/kernel/ppx_jane_kernel.cmt
9
%%OCAML_SITELIBDIR%%/ppx_jane/kernel/ppx_jane_kernel.cmx
10
%%OCAML_SITELIBDIR%%/ppx_jane/kernel/ppx_jane_kernel.cmxa
11
%%OCAML_SITELIBDIR%%/ppx_jane/kernel/ppx_jane_kernel.cmxs
12
%%OCAML_SITELIBDIR%%/ppx_jane/kernel/ppx_jane_kernel.ml
13
%%OCAML_SITELIBDIR%%/ppx_jane/opam
14
%%OCAML_SITELIBDIR%%/ppx_jane/ppx.exe
15
%%OCAML_SITELIBDIR%%/ppx_jane/ppx_jane.a
16
%%OCAML_SITELIBDIR%%/ppx_jane/ppx_jane.cma
17
%%OCAML_SITELIBDIR%%/ppx_jane/ppx_jane.cmi
18
%%OCAML_SITELIBDIR%%/ppx_jane/ppx_jane.cmt
19
%%OCAML_SITELIBDIR%%/ppx_jane/ppx_jane.cmx
20
%%OCAML_SITELIBDIR%%/ppx_jane/ppx_jane.cmxa
21
%%OCAML_SITELIBDIR%%/ppx_jane/ppx_jane.cmxs
22
%%OCAML_SITELIBDIR%%/ppx_jane/ppx_jane.ml
23
%%PORTDOCS%%%%DOCSDIR%%/CHANGES.md
24
%%PORTDOCS%%%%DOCSDIR%%/LICENSE.md
25
%%PORTDOCS%%%%DOCSDIR%%/README.md
1
generator for OCaml
26
generator for OCaml
2
--
3
devel/ocaml-ppx_deriving/Makefile             |  48 ++++++++
27
devel/ocaml-ppx_deriving/Makefile             |  48 ++++++++
4
devel/ocaml-ppx_deriving/distinfo             |   3 +
28
devel/ocaml-ppx_deriving/distinfo             |   3 +
5
.../files/patch-src_api_ppx__deriving.cppo.ml |  11 ++
29
.../files/patch-src_api_ppx__deriving.cppo.ml |  11 ++
6
.../patch-src_api_ppx__deriving.cppo.mli      |  11 ++
30
.../patch-src_api_ppx__deriving.cppo.mli      |  11 ++
7
devel/ocaml-ppx_deriving/pkg-descr            |   6 +
31
devel/ocaml-ppx_deriving/pkg-descr            |   6 +
8
devel/ocaml-ppx_deriving/pkg-plist            | 107 ++++++++++++++++++
32
devel/ocaml-ppx_deriving/pkg-plist            | 107 ++++++++++++++++++
9
6 files changed, 186 insertions(+)
33
6 files changed, 186 insertions(+)
10
create mode 100644 devel/ocaml-ppx_deriving/Makefile
34
create mode 100644 devel/ocaml-ppx_deriving/Makefile
11
create mode 100644 devel/ocaml-ppx_deriving/distinfo
35
create mode 100644 devel/ocaml-ppx_deriving/distinfo
12
create mode 100644 devel/ocaml-ppx_deriving/files/patch-src_api_ppx__deriving.cppo.ml
36
create mode 100644 devel/ocaml-ppx_deriving/files/patch-src_api_ppx__deriving.cppo.ml
13
create mode 100644 devel/ocaml-ppx_deriving/files/patch-src_api_ppx__deriving.cppo.mli
37
create mode 100644 devel/ocaml-ppx_deriving/files/patch-src_api_ppx__deriving.cppo.mli
14
create mode 100644 devel/ocaml-ppx_deriving/pkg-descr
38
create mode 100644 devel/ocaml-ppx_deriving/pkg-descr
15
create mode 100644 devel/ocaml-ppx_deriving/pkg-plist
39
create mode 100644 devel/ocaml-ppx_deriving/pkg-plist
(-)b/devel/ocaml-ppx_deriving/Makefile (+48 lines)
Added Link Here
1
# Created by: Thierry Thomas <thierry@pompo.net>
2
3
PORTNAME=	ppx_deriving
4
DISTVERSIONPREFIX=	v
5
DISTVERSION=	5.2.1
6
CATEGORIES=	devel
7
PKGNAMEPREFIX=	ocaml-
8
9
MAINTAINER=	thierry@FreeBSD.org
10
COMMENT=	Type-driven code generation for OCaml
11
12
LICENSE=	MIT
13
14
BUILD_DEPENDS=	dune:devel/ocaml-dune	\
15
		ocaml-cppo>0:devel/ocaml-cppo	\
16
		ocaml-ounit>0:devel/ocaml-ounit	\
17
		ocaml-ppxlib>0:devel/ocaml-ppxlib	\
18
		ocaml-result>0:devel/ocaml-result	\
19
		ocaml-ppx_derivers>0:devel/ocaml-ppx_derivers	\
20
		ocaml-compiler-libs>0:devel/ocaml-compiler-libs
21
RUN_DEPENDS=	ocaml-ppxlib>0:devel/ocaml-ppxlib	\
22
		ocaml-result>0:devel/ocaml-result	\
23
		ocaml-ppx_derivers>0:devel/ocaml-ppx_derivers	\
24
		ocaml-compiler-libs>0:devel/ocaml-compiler-libs
25
26
USE_GITHUB=	yes
27
GH_ACCOUNT=	ocaml-ppx
28
29
USE_OCAML=	yes
30
USE_OCAML_FINDLIB=	yes
31
32
INSTALL_ARGS=	--destdir=${STAGEDIR} --libdir=${OCAML_SITELIBDIR}
33
DOCSDIR=	${OCAML_DOCSDIR}/${PORTNAME}
34
35
OPTIONS_DEFINE=	DOCS
36
37
do-build:
38
	(cd ${WRKSRC} && ${LOCALBASE}/bin/dune build)
39
40
do-install:
41
	(cd ${WRKSRC} && ${LOCALBASE}/bin/dune install ${INSTALL_ARGS})
42
43
post-install:
44
	${FIND} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/${PORTNAME} -name "*.cmxs" | \
45
		${XARGS} ${STRIP_CMD}
46
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/${PORTNAME}/${PORTNAME}
47
48
.include <bsd.port.mk>
(-)b/devel/ocaml-ppx_deriving/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1647540348
2
SHA256 (ocaml-ppx-ppx_deriving-v5.2.1_GH0.tar.gz) = e8f9d05ce8d73c7d79c42a750d89e60ac595cb87834275ec20fa11e2b27c5ebf
3
SIZE (ocaml-ppx-ppx_deriving-v5.2.1_GH0.tar.gz) = 46148
(-)b/devel/ocaml-ppx_deriving/files/patch-src_api_ppx__deriving.cppo.ml (+11 lines)
Added Link Here
1
--- src/api/ppx_deriving.cppo.ml.orig	2021-02-02 00:30:40 UTC
2
+++ src/api/ppx_deriving.cppo.ml
3
@@ -232,7 +232,7 @@ let string_of_expression_opt (e : Parsetree.expression
4
   | _ -> None
5
 
6
 module Arg = struct
7
-  type 'a conv = expression -> ('a, string) Result.result
8
+  type 'a conv = expression -> ('a, string) Result.t
9
 
10
   open Result
11
   let expr expr = Ok expr
(-)b/devel/ocaml-ppx_deriving/files/patch-src_api_ppx__deriving.cppo.mli (+11 lines)
Added Link Here
1
--- src/api/ppx_deriving.cppo.mli.orig	2021-02-02 00:30:40 UTC
2
+++ src/api/ppx_deriving.cppo.mli
3
@@ -106,7 +106,7 @@ module Arg : sig
4
       A conversion function of type ['a conv] converts a raw expression into an
5
       argument of type ['a]. Or returns [Result.Error "error"] if conversion
6
       fails. *)
7
-  type 'a conv = expression -> ('a, string) Result.result
8
+  type 'a conv = expression -> ('a, string) Result.t
9
 
10
   (** [expr] returns the input expression as-is. *)
11
   val expr : expression conv
(-)b/devel/ocaml-ppx_deriving/pkg-descr (+6 lines)
Added Link Here
1
deriving is a library simplifying type-driven code generation on OCaml.
2
3
deriving includes a set of useful plugins: show, eq, ord, enum, iter, map, fold,
4
make, yojson, protobuf.
5
6
WWW: https://github.com/ocaml-ppx/ppx_deriving
(-)b/devel/ocaml-ppx_deriving/pkg-plist (-2 / +107 lines)
Added Link Here
0
- 
1
%%OCAML_SITELIBDIR%%/ppx_deriving/META
2
%%OCAML_SITELIBDIR%%/ppx_deriving/api/ppx_deriving.cmi
3
%%OCAML_SITELIBDIR%%/ppx_deriving/api/ppx_deriving.cmt
4
%%OCAML_SITELIBDIR%%/ppx_deriving/api/ppx_deriving.cmti
5
%%OCAML_SITELIBDIR%%/ppx_deriving/api/ppx_deriving.cmx
6
%%OCAML_SITELIBDIR%%/ppx_deriving/api/ppx_deriving.ml
7
%%OCAML_SITELIBDIR%%/ppx_deriving/api/ppx_deriving.mli
8
%%OCAML_SITELIBDIR%%/ppx_deriving/api/ppx_deriving_api.a
9
%%OCAML_SITELIBDIR%%/ppx_deriving/api/ppx_deriving_api.cma
10
%%OCAML_SITELIBDIR%%/ppx_deriving/api/ppx_deriving_api.cmxa
11
%%OCAML_SITELIBDIR%%/ppx_deriving/api/ppx_deriving_api.cmxs
12
%%OCAML_SITELIBDIR%%/ppx_deriving/create/ppx_deriving_create.a
13
%%OCAML_SITELIBDIR%%/ppx_deriving/create/ppx_deriving_create.cma
14
%%OCAML_SITELIBDIR%%/ppx_deriving/create/ppx_deriving_create.cmi
15
%%OCAML_SITELIBDIR%%/ppx_deriving/create/ppx_deriving_create.cmt
16
%%OCAML_SITELIBDIR%%/ppx_deriving/create/ppx_deriving_create.cmx
17
%%OCAML_SITELIBDIR%%/ppx_deriving/create/ppx_deriving_create.cmxa
18
%%OCAML_SITELIBDIR%%/ppx_deriving/create/ppx_deriving_create.cmxs
19
%%OCAML_SITELIBDIR%%/ppx_deriving/create/ppx_deriving_create.ml
20
%%OCAML_SITELIBDIR%%/ppx_deriving/dune-package
21
%%OCAML_SITELIBDIR%%/ppx_deriving/enum/ppx_deriving_enum.a
22
%%OCAML_SITELIBDIR%%/ppx_deriving/enum/ppx_deriving_enum.cma
23
%%OCAML_SITELIBDIR%%/ppx_deriving/enum/ppx_deriving_enum.cmi
24
%%OCAML_SITELIBDIR%%/ppx_deriving/enum/ppx_deriving_enum.cmt
25
%%OCAML_SITELIBDIR%%/ppx_deriving/enum/ppx_deriving_enum.cmx
26
%%OCAML_SITELIBDIR%%/ppx_deriving/enum/ppx_deriving_enum.cmxa
27
%%OCAML_SITELIBDIR%%/ppx_deriving/enum/ppx_deriving_enum.cmxs
28
%%OCAML_SITELIBDIR%%/ppx_deriving/enum/ppx_deriving_enum.ml
29
%%OCAML_SITELIBDIR%%/ppx_deriving/eq/ppx_deriving_eq.a
30
%%OCAML_SITELIBDIR%%/ppx_deriving/eq/ppx_deriving_eq.cma
31
%%OCAML_SITELIBDIR%%/ppx_deriving/eq/ppx_deriving_eq.cmi
32
%%OCAML_SITELIBDIR%%/ppx_deriving/eq/ppx_deriving_eq.cmt
33
%%OCAML_SITELIBDIR%%/ppx_deriving/eq/ppx_deriving_eq.cmx
34
%%OCAML_SITELIBDIR%%/ppx_deriving/eq/ppx_deriving_eq.cmxa
35
%%OCAML_SITELIBDIR%%/ppx_deriving/eq/ppx_deriving_eq.cmxs
36
%%OCAML_SITELIBDIR%%/ppx_deriving/eq/ppx_deriving_eq.ml
37
%%OCAML_SITELIBDIR%%/ppx_deriving/fold/ppx_deriving_fold.a
38
%%OCAML_SITELIBDIR%%/ppx_deriving/fold/ppx_deriving_fold.cma
39
%%OCAML_SITELIBDIR%%/ppx_deriving/fold/ppx_deriving_fold.cmi
40
%%OCAML_SITELIBDIR%%/ppx_deriving/fold/ppx_deriving_fold.cmt
41
%%OCAML_SITELIBDIR%%/ppx_deriving/fold/ppx_deriving_fold.cmx
42
%%OCAML_SITELIBDIR%%/ppx_deriving/fold/ppx_deriving_fold.cmxa
43
%%OCAML_SITELIBDIR%%/ppx_deriving/fold/ppx_deriving_fold.cmxs
44
%%OCAML_SITELIBDIR%%/ppx_deriving/fold/ppx_deriving_fold.ml
45
%%OCAML_SITELIBDIR%%/ppx_deriving/iter/ppx_deriving_iter.a
46
%%OCAML_SITELIBDIR%%/ppx_deriving/iter/ppx_deriving_iter.cma
47
%%OCAML_SITELIBDIR%%/ppx_deriving/iter/ppx_deriving_iter.cmi
48
%%OCAML_SITELIBDIR%%/ppx_deriving/iter/ppx_deriving_iter.cmt
49
%%OCAML_SITELIBDIR%%/ppx_deriving/iter/ppx_deriving_iter.cmx
50
%%OCAML_SITELIBDIR%%/ppx_deriving/iter/ppx_deriving_iter.cmxa
51
%%OCAML_SITELIBDIR%%/ppx_deriving/iter/ppx_deriving_iter.cmxs
52
%%OCAML_SITELIBDIR%%/ppx_deriving/iter/ppx_deriving_iter.ml
53
%%OCAML_SITELIBDIR%%/ppx_deriving/make/ppx_deriving_make.a
54
%%OCAML_SITELIBDIR%%/ppx_deriving/make/ppx_deriving_make.cma
55
%%OCAML_SITELIBDIR%%/ppx_deriving/make/ppx_deriving_make.cmi
56
%%OCAML_SITELIBDIR%%/ppx_deriving/make/ppx_deriving_make.cmt
57
%%OCAML_SITELIBDIR%%/ppx_deriving/make/ppx_deriving_make.cmx
58
%%OCAML_SITELIBDIR%%/ppx_deriving/make/ppx_deriving_make.cmxa
59
%%OCAML_SITELIBDIR%%/ppx_deriving/make/ppx_deriving_make.cmxs
60
%%OCAML_SITELIBDIR%%/ppx_deriving/make/ppx_deriving_make.ml
61
%%OCAML_SITELIBDIR%%/ppx_deriving/map/ppx_deriving_map.a
62
%%OCAML_SITELIBDIR%%/ppx_deriving/map/ppx_deriving_map.cma
63
%%OCAML_SITELIBDIR%%/ppx_deriving/map/ppx_deriving_map.cmi
64
%%OCAML_SITELIBDIR%%/ppx_deriving/map/ppx_deriving_map.cmt
65
%%OCAML_SITELIBDIR%%/ppx_deriving/map/ppx_deriving_map.cmx
66
%%OCAML_SITELIBDIR%%/ppx_deriving/map/ppx_deriving_map.cmxa
67
%%OCAML_SITELIBDIR%%/ppx_deriving/map/ppx_deriving_map.cmxs
68
%%OCAML_SITELIBDIR%%/ppx_deriving/map/ppx_deriving_map.ml
69
%%OCAML_SITELIBDIR%%/ppx_deriving/opam
70
%%OCAML_SITELIBDIR%%/ppx_deriving/ord/ppx_deriving_ord.a
71
%%OCAML_SITELIBDIR%%/ppx_deriving/ord/ppx_deriving_ord.cma
72
%%OCAML_SITELIBDIR%%/ppx_deriving/ord/ppx_deriving_ord.cmi
73
%%OCAML_SITELIBDIR%%/ppx_deriving/ord/ppx_deriving_ord.cmt
74
%%OCAML_SITELIBDIR%%/ppx_deriving/ord/ppx_deriving_ord.cmx
75
%%OCAML_SITELIBDIR%%/ppx_deriving/ord/ppx_deriving_ord.cmxa
76
%%OCAML_SITELIBDIR%%/ppx_deriving/ord/ppx_deriving_ord.cmxs
77
%%OCAML_SITELIBDIR%%/ppx_deriving/ord/ppx_deriving_ord.ml
78
%%OCAML_SITELIBDIR%%/ppx_deriving/ppx_deriving
79
%%OCAML_SITELIBDIR%%/ppx_deriving/runtime/ppx_deriving_runtime.a
80
%%OCAML_SITELIBDIR%%/ppx_deriving/runtime/ppx_deriving_runtime.cma
81
%%OCAML_SITELIBDIR%%/ppx_deriving/runtime/ppx_deriving_runtime.cmi
82
%%OCAML_SITELIBDIR%%/ppx_deriving/runtime/ppx_deriving_runtime.cmt
83
%%OCAML_SITELIBDIR%%/ppx_deriving/runtime/ppx_deriving_runtime.cmti
84
%%OCAML_SITELIBDIR%%/ppx_deriving/runtime/ppx_deriving_runtime.cmx
85
%%OCAML_SITELIBDIR%%/ppx_deriving/runtime/ppx_deriving_runtime.cmxa
86
%%OCAML_SITELIBDIR%%/ppx_deriving/runtime/ppx_deriving_runtime.cmxs
87
%%OCAML_SITELIBDIR%%/ppx_deriving/runtime/ppx_deriving_runtime.ml
88
%%OCAML_SITELIBDIR%%/ppx_deriving/runtime/ppx_deriving_runtime.mli
89
%%OCAML_SITELIBDIR%%/ppx_deriving/show/ppx_deriving_show.a
90
%%OCAML_SITELIBDIR%%/ppx_deriving/show/ppx_deriving_show.cma
91
%%OCAML_SITELIBDIR%%/ppx_deriving/show/ppx_deriving_show.cmi
92
%%OCAML_SITELIBDIR%%/ppx_deriving/show/ppx_deriving_show.cmt
93
%%OCAML_SITELIBDIR%%/ppx_deriving/show/ppx_deriving_show.cmx
94
%%OCAML_SITELIBDIR%%/ppx_deriving/show/ppx_deriving_show.cmxa
95
%%OCAML_SITELIBDIR%%/ppx_deriving/show/ppx_deriving_show.cmxs
96
%%OCAML_SITELIBDIR%%/ppx_deriving/show/ppx_deriving_show.ml
97
%%OCAML_SITELIBDIR%%/ppx_deriving/std/ppx_deriving_std.a
98
%%OCAML_SITELIBDIR%%/ppx_deriving/std/ppx_deriving_std.cma
99
%%OCAML_SITELIBDIR%%/ppx_deriving/std/ppx_deriving_std.cmi
100
%%OCAML_SITELIBDIR%%/ppx_deriving/std/ppx_deriving_std.cmt
101
%%OCAML_SITELIBDIR%%/ppx_deriving/std/ppx_deriving_std.cmx
102
%%OCAML_SITELIBDIR%%/ppx_deriving/std/ppx_deriving_std.cmxa
103
%%OCAML_SITELIBDIR%%/ppx_deriving/std/ppx_deriving_std.cmxs
104
%%OCAML_SITELIBDIR%%/ppx_deriving/std/ppx_deriving_std.ml
105
%%PORTDOCS%%%%DOCSDIR%%/CHANGELOG.md
106
%%PORTDOCS%%%%DOCSDIR%%/LICENSE.txt
107
%%PORTDOCS%%%%DOCSDIR%%/README.md
1
on Bigarray, for use in I/O and C-bindings
108
on Bigarray, for use in I/O and C-bindings
2
--
3
devel/ocaml-base_bigstring/Makefile  | 41 ++++++++++++++++++++++++++++
109
devel/ocaml-base_bigstring/Makefile  | 41 ++++++++++++++++++++++++++++
4
devel/ocaml-base_bigstring/distinfo  |  3 ++
110
devel/ocaml-base_bigstring/distinfo  |  3 ++
5
devel/ocaml-base_bigstring/pkg-descr |  3 ++
111
devel/ocaml-base_bigstring/pkg-descr |  3 ++
6
devel/ocaml-base_bigstring/pkg-plist | 17 ++++++++++++
112
devel/ocaml-base_bigstring/pkg-plist | 17 ++++++++++++
7
4 files changed, 64 insertions(+)
113
4 files changed, 64 insertions(+)
8
create mode 100644 devel/ocaml-base_bigstring/Makefile
114
create mode 100644 devel/ocaml-base_bigstring/Makefile
9
create mode 100644 devel/ocaml-base_bigstring/distinfo
115
create mode 100644 devel/ocaml-base_bigstring/distinfo
10
create mode 100644 devel/ocaml-base_bigstring/pkg-descr
116
create mode 100644 devel/ocaml-base_bigstring/pkg-descr
11
create mode 100644 devel/ocaml-base_bigstring/pkg-plist
117
create mode 100644 devel/ocaml-base_bigstring/pkg-plist
(-)b/devel/ocaml-base_bigstring/Makefile (+41 lines)
Added Link Here
1
# Created by: Thierry Thomas <thierry@pompo.net>
2
3
PORTNAME=	base_bigstring
4
DISTVERSIONPREFIX=	v
5
DISTVERSION=	0.14.0
6
CATEGORIES=	devel
7
PKGNAMEPREFIX=	ocaml-
8
9
MAINTAINER=	thierry@FreeBSD.org
10
COMMENT=	String type based on Bigarray, for use in I/O and C-bindings
11
12
LICENSE=	MIT
13
14
BUILD_DEPENDS=	dune:devel/ocaml-dune	\
15
		ocaml-base>0:devel/ocaml-base	\
16
		ocaml-ppx_jane>0:devel/ocaml-ppx_jane
17
RUN_DEPENDS=	ocaml-base>0:devel/ocaml-base	\
18
		ocaml-ppx_jane>0:devel/ocaml-ppx_jane
19
20
USE_GITHUB=	yes
21
GH_ACCOUNT=	janestreet
22
23
USE_OCAML=	yes
24
USE_OCAML_LDCONFIG=	yes
25
OCAML_LDLIBS=	${OCAML_SITELIBDIR}/${PORTNAME}	\
26
		${OCAML_SITELIBDIR}/stublibs
27
28
MAKE_ENV=	INSTALL_ARGS="--destdir=${STAGEDIR} --libdir=${OCAML_SITELIBDIR}"
29
DOCSDIR=	${OCAML_DOCSDIR}/${PORTNAME}
30
ALL_TARGET=	default
31
32
OPTIONS_DEFINE=	DOCS
33
34
pre-build:
35
	${REINPLACE_CMD} -e 's|^INSTALL_ARGS|#INSTALL_ARGS|' ${WRKSRC}/${MAKEFILE}
36
37
post-install:
38
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/${PORTNAME}/${PORTNAME}.cmxs
39
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/stublibs/dllbase_bigstring_stubs.so
40
41
.include <bsd.port.mk>
(-)b/devel/ocaml-base_bigstring/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1647550013
2
SHA256 (janestreet-base_bigstring-v0.14.0_GH0.tar.gz) = 646bf25b91f918d5f6bfea7857996c53cba19a85f432c685bea48653d2b0f9c8
3
SIZE (janestreet-base_bigstring-v0.14.0_GH0.tar.gz) = 16579
(-)b/devel/ocaml-base_bigstring/pkg-descr (+3 lines)
Added Link Here
1
String type based on [Bigarray], for use in I/O and C-bindings.
2
3
WWW: https://github.com/janestreet/base_bigstring
(-)b/devel/ocaml-base_bigstring/pkg-plist (-2 / +17 lines)
Added Link Here
0
- 
1
%%OCAML_SITELIBDIR%%/base_bigstring/META
2
%%OCAML_SITELIBDIR%%/base_bigstring/base_bigstring.a
3
%%OCAML_SITELIBDIR%%/base_bigstring/base_bigstring.cma
4
%%OCAML_SITELIBDIR%%/base_bigstring/base_bigstring.cmi
5
%%OCAML_SITELIBDIR%%/base_bigstring/base_bigstring.cmt
6
%%OCAML_SITELIBDIR%%/base_bigstring/base_bigstring.cmti
7
%%OCAML_SITELIBDIR%%/base_bigstring/base_bigstring.cmx
8
%%OCAML_SITELIBDIR%%/base_bigstring/base_bigstring.cmxa
9
%%OCAML_SITELIBDIR%%/base_bigstring/base_bigstring.cmxs
10
%%OCAML_SITELIBDIR%%/base_bigstring/base_bigstring.ml
11
%%OCAML_SITELIBDIR%%/base_bigstring/base_bigstring.mli
12
%%OCAML_SITELIBDIR%%/base_bigstring/dune-package
13
%%OCAML_SITELIBDIR%%/base_bigstring/libbase_bigstring_stubs.a
14
%%OCAML_SITELIBDIR%%/base_bigstring/opam
15
%%OCAML_SITELIBDIR%%/base_bigstring/runtime.js
16
%%OCAML_SITELIBDIR%%/stublibs/dllbase_bigstring_stubs.so
17
%%PORTDOCS%%%%DOCSDIR%%/LICENSE.md
1
OCaml's standard library
18
OCaml's standard library
2
--
3
devel/ocaml-core_kernel/Makefile  |   85 ++
19
devel/ocaml-core_kernel/Makefile  |   85 ++
4
devel/ocaml-core_kernel/distinfo  |    3 +
20
devel/ocaml-core_kernel/distinfo  |    3 +
5
devel/ocaml-core_kernel/pkg-descr |    4 +
21
devel/ocaml-core_kernel/pkg-descr |    4 +
6
devel/ocaml-core_kernel/pkg-plist | 1522 +++++++++++++++++++++++++++++
22
devel/ocaml-core_kernel/pkg-plist | 1522 +++++++++++++++++++++++++++++
7
4 files changed, 1614 insertions(+)
23
4 files changed, 1614 insertions(+)
8
create mode 100644 devel/ocaml-core_kernel/Makefile
24
create mode 100644 devel/ocaml-core_kernel/Makefile
9
create mode 100644 devel/ocaml-core_kernel/distinfo
25
create mode 100644 devel/ocaml-core_kernel/distinfo
10
create mode 100644 devel/ocaml-core_kernel/pkg-descr
26
create mode 100644 devel/ocaml-core_kernel/pkg-descr
11
create mode 100644 devel/ocaml-core_kernel/pkg-plist
27
create mode 100644 devel/ocaml-core_kernel/pkg-plist
(-)b/devel/ocaml-core_kernel/Makefile (+85 lines)
Added Link Here
1
# Created by: Thierry Thomas <thierry@pompo.net>
2
3
PORTNAME=	core_kernel
4
DISTVERSIONPREFIX=	v
5
DISTVERSION=	0.14.1
6
CATEGORIES=	devel
7
PKGNAMEPREFIX=	ocaml-
8
9
MAINTAINER=	thierry@FreeBSD.org
10
COMMENT=	Industrial strength alternative to OCaml's standard library
11
12
LICENSE=	MIT
13
14
BUILD_DEPENDS=	bash:shells/bash	\
15
		dune:devel/ocaml-dune	\
16
		ocaml-base>0:devel/ocaml-base	\
17
		ocaml-stdio>0:devel/ocaml-stdio	\
18
		ocaml-sexplib>0:devel/ocaml-sexplib	\
19
		ocaml-typerep>0:devel/ocaml-typerep	\
20
		ocaml-bin_prot>0:devel/ocaml-bin_prot	\
21
		ocaml-ppx_base>0:devel/ocaml-ppx_base	\
22
		ocaml-ppx_hash>0:devel/ocaml-ppx_hash	\
23
		ocaml-ppx_jane>0:devel/ocaml-ppx_jane	\
24
		ocaml-time_now>0:devel/ocaml-time_now	\
25
		ocaml-fieldslib>0:devel/ocaml-fieldslib	\
26
		ocaml-jst-config>0:devel/ocaml-jst-config	\
27
		ocaml-ppx_assert>0:devel/ocaml-ppx_assert	\
28
		ocaml-variantslib>0:devel/ocaml-variantslib	\
29
		ocaml-ppx_optcomp>0:devel/ocaml-ppx_optcomp	\
30
		ocaml-ppx_sexp_conv>0:devel/ocaml-ppx_sexp_conv	\
31
		ocaml-base_bigstring>0:devel/ocaml-base_bigstring	\
32
		ocaml-base_quickcheck>0:devel/ocaml-base_quickcheck	\
33
		ocaml-ppx_inline_test>0:devel/ocaml-ppx_inline_test	\
34
		ocaml-ppx_sexp_message>0:devel/ocaml-ppx_sexp_message	\
35
		ocaml-splittable_random>0:devel/ocaml-splittable_random	\
36
		ocaml-jane-street-headers>0:devel/ocaml-jane-street-headers
37
RUN_DEPENDS=	bash:shells/bash	\
38
		ocaml-base>0:devel/ocaml-base	\
39
		ocaml-stdio>0:devel/ocaml-stdio	\
40
		ocaml-sexplib>0:devel/ocaml-sexplib	\
41
		ocaml-typerep>0:devel/ocaml-typerep	\
42
		ocaml-bin_prot>0:devel/ocaml-bin_prot	\
43
		ocaml-ppx_base>0:devel/ocaml-ppx_base	\
44
		ocaml-ppx_hash>0:devel/ocaml-ppx_hash	\
45
		ocaml-ppx_here>0:devel/ocaml-ppx_here	\
46
		ocaml-time_now>0:devel/ocaml-time_now	\
47
		ocaml-fieldslib>0:devel/ocaml-fieldslib	\
48
		ocaml-ppx_bench>0:devel/ocaml-ppx_bench	\
49
		ocaml-jst-config>0:devel/ocaml-jst-config	\
50
		ocaml-ppx_expect>0:devel/ocaml-ppx_expect	\
51
		ocaml-ppx_assert>0:devel/ocaml-ppx_assert	\
52
		ocaml-ppx_compare>0:devel/ocaml-ppx_compare	\
53
		ocaml-variantslib>0:devel/ocaml-variantslib	\
54
		ocaml-ppx_enumerate>0:devel/ocaml-ppx_enumerate	\
55
		ocaml-ppx_sexp_conv>0:devel/ocaml-ppx_sexp_conv	\
56
		ocaml-base_bigstring>0:devel/ocaml-base_bigstring	\
57
		ocaml-base_quickcheck>0:devel/ocaml-base_quickcheck	\
58
		ocaml-ppx_module_timer>0:devel/ocaml-ppx_module_timer	\
59
		ocaml-splittable_random>0:devel/ocaml-splittable_random	\
60
		ocaml-jane-street-headers>0:devel/ocaml-jane-street-headers
61
62
USE_GITHUB=	yes
63
GH_ACCOUNT=	janestreet
64
65
USE_OCAML=	yes
66
USE_OCAML_LDCONFIG=	yes
67
OCAML_LDLIBS=	${OCAML_SITELIBDIR}/stublibs
68
69
MAKE_ENV=	INSTALL_ARGS="--destdir=${STAGEDIR} --libdir=${OCAML_SITELIBDIR}"
70
DOCSDIR=	${OCAML_DOCSDIR}/${PORTNAME}
71
ALL_TARGET=	default
72
73
OPTIONS_DEFINE=	DOCS
74
75
pre-build:
76
	${REINPLACE_CMD} -e 's|^INSTALL_ARGS|#INSTALL_ARGS|' ${WRKSRC}/${MAKEFILE}
77
78
post-install:
79
	${FIND} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/${PORTNAME} -name "*.cmxs" | \
80
		${XARGS} ${STRIP_CMD}
81
.for lib in dllcore_kernel dllversion_util
82
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/stublibs/${lib}_stubs.so
83
.endfor
84
85
.include <bsd.port.mk>
(-)b/devel/ocaml-core_kernel/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1647597109
2
SHA256 (janestreet-core_kernel-v0.14.1_GH0.tar.gz) = 1d91a0d58e9a98809eb3bc888ae716e786c68ad5d07a874c37d9c1ef9fd24438
3
SIZE (janestreet-core_kernel-v0.14.1_GH0.tar.gz) = 701832
(-)b/devel/ocaml-core_kernel/pkg-descr (+4 lines)
Added Link Here
1
The Core suite of libraries is an industrial strength alternative to OCaml's
2
standard library that was developed by Jane Street.
3
4
WWW: https://github.com/janestreet/core_kernel
(-)b/devel/ocaml-core_kernel/pkg-plist (-2 / +1522 lines)
Added Link Here
0
- 
1
%%OCAML_SITELIBDIR%%/core_kernel/META
2
%%OCAML_SITELIBDIR%%/core_kernel/ansi_kernel/ansi_kernel.a
3
%%OCAML_SITELIBDIR%%/core_kernel/ansi_kernel/ansi_kernel.cma
4
%%OCAML_SITELIBDIR%%/core_kernel/ansi_kernel/ansi_kernel.cmi
5
%%OCAML_SITELIBDIR%%/core_kernel/ansi_kernel/ansi_kernel.cmt
6
%%OCAML_SITELIBDIR%%/core_kernel/ansi_kernel/ansi_kernel.cmti
7
%%OCAML_SITELIBDIR%%/core_kernel/ansi_kernel/ansi_kernel.cmx
8
%%OCAML_SITELIBDIR%%/core_kernel/ansi_kernel/ansi_kernel.cmxa
9
%%OCAML_SITELIBDIR%%/core_kernel/ansi_kernel/ansi_kernel.cmxs
10
%%OCAML_SITELIBDIR%%/core_kernel/ansi_kernel/ansi_kernel.ml
11
%%OCAML_SITELIBDIR%%/core_kernel/ansi_kernel/ansi_kernel.mli
12
%%OCAML_SITELIBDIR%%/core_kernel/ansi_kernel/ansi_kernel__.cmi
13
%%OCAML_SITELIBDIR%%/core_kernel/ansi_kernel/ansi_kernel__.cmt
14
%%OCAML_SITELIBDIR%%/core_kernel/ansi_kernel/ansi_kernel__.cmx
15
%%OCAML_SITELIBDIR%%/core_kernel/ansi_kernel/ansi_kernel__.ml
16
%%OCAML_SITELIBDIR%%/core_kernel/ansi_kernel/ansi_kernel__Color_256.cmi
17
%%OCAML_SITELIBDIR%%/core_kernel/ansi_kernel/ansi_kernel__Color_256.cmt
18
%%OCAML_SITELIBDIR%%/core_kernel/ansi_kernel/ansi_kernel__Color_256.cmti
19
%%OCAML_SITELIBDIR%%/core_kernel/ansi_kernel/ansi_kernel__Color_256.cmx
20
%%OCAML_SITELIBDIR%%/core_kernel/ansi_kernel/color_256.ml
21
%%OCAML_SITELIBDIR%%/core_kernel/ansi_kernel/color_256.mli
22
%%OCAML_SITELIBDIR%%/core_kernel/arg.ml
23
%%OCAML_SITELIBDIR%%/core_kernel/arg.mli
24
%%OCAML_SITELIBDIR%%/core_kernel/array.ml
25
%%OCAML_SITELIBDIR%%/core_kernel/array.mli
26
%%OCAML_SITELIBDIR%%/core_kernel/bag.ml
27
%%OCAML_SITELIBDIR%%/core_kernel/bag.mli
28
%%OCAML_SITELIBDIR%%/core_kernel/bag_intf.ml
29
%%OCAML_SITELIBDIR%%/core_kernel/balanced_reducer/balanced_reducer.a
30
%%OCAML_SITELIBDIR%%/core_kernel/balanced_reducer/balanced_reducer.cma
31
%%OCAML_SITELIBDIR%%/core_kernel/balanced_reducer/balanced_reducer.cmi
32
%%OCAML_SITELIBDIR%%/core_kernel/balanced_reducer/balanced_reducer.cmt
33
%%OCAML_SITELIBDIR%%/core_kernel/balanced_reducer/balanced_reducer.cmti
34
%%OCAML_SITELIBDIR%%/core_kernel/balanced_reducer/balanced_reducer.cmx
35
%%OCAML_SITELIBDIR%%/core_kernel/balanced_reducer/balanced_reducer.cmxa
36
%%OCAML_SITELIBDIR%%/core_kernel/balanced_reducer/balanced_reducer.cmxs
37
%%OCAML_SITELIBDIR%%/core_kernel/balanced_reducer/balanced_reducer.ml
38
%%OCAML_SITELIBDIR%%/core_kernel/balanced_reducer/balanced_reducer.mli
39
%%OCAML_SITELIBDIR%%/core_kernel/base_for_tests/base_for_tests.a
40
%%OCAML_SITELIBDIR%%/core_kernel/base_for_tests/base_for_tests.cma
41
%%OCAML_SITELIBDIR%%/core_kernel/base_for_tests/base_for_tests.cmi
42
%%OCAML_SITELIBDIR%%/core_kernel/base_for_tests/base_for_tests.cmt
43
%%OCAML_SITELIBDIR%%/core_kernel/base_for_tests/base_for_tests.cmx
44
%%OCAML_SITELIBDIR%%/core_kernel/base_for_tests/base_for_tests.cmxa
45
%%OCAML_SITELIBDIR%%/core_kernel/base_for_tests/base_for_tests.cmxs
46
%%OCAML_SITELIBDIR%%/core_kernel/base_for_tests/base_for_tests.ml
47
%%OCAML_SITELIBDIR%%/core_kernel/base_for_tests/base_for_tests__Test_binary_searchable.cmi
48
%%OCAML_SITELIBDIR%%/core_kernel/base_for_tests/base_for_tests__Test_binary_searchable.cmt
49
%%OCAML_SITELIBDIR%%/core_kernel/base_for_tests/base_for_tests__Test_binary_searchable.cmti
50
%%OCAML_SITELIBDIR%%/core_kernel/base_for_tests/base_for_tests__Test_binary_searchable.cmx
51
%%OCAML_SITELIBDIR%%/core_kernel/base_for_tests/base_for_tests__Test_binary_searchable_intf.cmi
52
%%OCAML_SITELIBDIR%%/core_kernel/base_for_tests/base_for_tests__Test_binary_searchable_intf.cmt
53
%%OCAML_SITELIBDIR%%/core_kernel/base_for_tests/base_for_tests__Test_binary_searchable_intf.cmx
54
%%OCAML_SITELIBDIR%%/core_kernel/base_for_tests/base_for_tests__Test_blit.cmi
55
%%OCAML_SITELIBDIR%%/core_kernel/base_for_tests/base_for_tests__Test_blit.cmt
56
%%OCAML_SITELIBDIR%%/core_kernel/base_for_tests/base_for_tests__Test_blit.cmti
57
%%OCAML_SITELIBDIR%%/core_kernel/base_for_tests/base_for_tests__Test_blit.cmx
58
%%OCAML_SITELIBDIR%%/core_kernel/base_for_tests/base_for_tests__Test_blit_intf.cmi
59
%%OCAML_SITELIBDIR%%/core_kernel/base_for_tests/base_for_tests__Test_blit_intf.cmt
60
%%OCAML_SITELIBDIR%%/core_kernel/base_for_tests/base_for_tests__Test_blit_intf.cmx
61
%%OCAML_SITELIBDIR%%/core_kernel/base_for_tests/test_binary_searchable.ml
62
%%OCAML_SITELIBDIR%%/core_kernel/base_for_tests/test_binary_searchable.mli
63
%%OCAML_SITELIBDIR%%/core_kernel/base_for_tests/test_binary_searchable_intf.ml
64
%%OCAML_SITELIBDIR%%/core_kernel/base_for_tests/test_blit.ml
65
%%OCAML_SITELIBDIR%%/core_kernel/base_for_tests/test_blit.mli
66
%%OCAML_SITELIBDIR%%/core_kernel/base_for_tests/test_blit_intf.ml
67
%%OCAML_SITELIBDIR%%/core_kernel/bigbuffer.ml
68
%%OCAML_SITELIBDIR%%/core_kernel/bigbuffer.mli
69
%%OCAML_SITELIBDIR%%/core_kernel/bigbuffer_internal.ml
70
%%OCAML_SITELIBDIR%%/core_kernel/bigstring.ml
71
%%OCAML_SITELIBDIR%%/core_kernel/bigstring.mli
72
%%OCAML_SITELIBDIR%%/core_kernel/bigsubstring.ml
73
%%OCAML_SITELIBDIR%%/core_kernel/bigsubstring.mli
74
%%OCAML_SITELIBDIR%%/core_kernel/binable.ml
75
%%OCAML_SITELIBDIR%%/core_kernel/binable.mli
76
%%OCAML_SITELIBDIR%%/core_kernel/binable0.ml
77
%%OCAML_SITELIBDIR%%/core_kernel/binable_intf.ml
78
%%OCAML_SITELIBDIR%%/core_kernel/binary_packing/binary_packing.a
79
%%OCAML_SITELIBDIR%%/core_kernel/binary_packing/binary_packing.cma
80
%%OCAML_SITELIBDIR%%/core_kernel/binary_packing/binary_packing.cmi
81
%%OCAML_SITELIBDIR%%/core_kernel/binary_packing/binary_packing.cmt
82
%%OCAML_SITELIBDIR%%/core_kernel/binary_packing/binary_packing.cmti
83
%%OCAML_SITELIBDIR%%/core_kernel/binary_packing/binary_packing.cmx
84
%%OCAML_SITELIBDIR%%/core_kernel/binary_packing/binary_packing.cmxa
85
%%OCAML_SITELIBDIR%%/core_kernel/binary_packing/binary_packing.cmxs
86
%%OCAML_SITELIBDIR%%/core_kernel/binary_packing/binary_packing.ml
87
%%OCAML_SITELIBDIR%%/core_kernel/binary_packing/binary_packing.mli
88
%%OCAML_SITELIBDIR%%/core_kernel/binary_packing/binary_packing__.cmi
89
%%OCAML_SITELIBDIR%%/core_kernel/binary_packing/binary_packing__.cmt
90
%%OCAML_SITELIBDIR%%/core_kernel/binary_packing/binary_packing__.cmx
91
%%OCAML_SITELIBDIR%%/core_kernel/binary_packing/binary_packing__.ml
92
%%OCAML_SITELIBDIR%%/core_kernel/binary_packing/binary_packing__Import.cmi
93
%%OCAML_SITELIBDIR%%/core_kernel/binary_packing/binary_packing__Import.cmt
94
%%OCAML_SITELIBDIR%%/core_kernel/binary_packing/binary_packing__Import.cmx
95
%%OCAML_SITELIBDIR%%/core_kernel/binary_packing/import.ml
96
%%OCAML_SITELIBDIR%%/core_kernel/binary_searchable.ml
97
%%OCAML_SITELIBDIR%%/core_kernel/binary_searchable.mli
98
%%OCAML_SITELIBDIR%%/core_kernel/binary_searchable_intf.ml
99
%%OCAML_SITELIBDIR%%/core_kernel/blang.ml
100
%%OCAML_SITELIBDIR%%/core_kernel/blang.mli
101
%%OCAML_SITELIBDIR%%/core_kernel/blit.ml
102
%%OCAML_SITELIBDIR%%/core_kernel/blit.mli
103
%%OCAML_SITELIBDIR%%/core_kernel/blit_intf.ml
104
%%OCAML_SITELIBDIR%%/core_kernel/bool.ml
105
%%OCAML_SITELIBDIR%%/core_kernel/bool.mli
106
%%OCAML_SITELIBDIR%%/core_kernel/bounded_index.ml
107
%%OCAML_SITELIBDIR%%/core_kernel/bounded_index.mli
108
%%OCAML_SITELIBDIR%%/core_kernel/bounded_index_intf.ml
109
%%OCAML_SITELIBDIR%%/core_kernel/bounded_int_table/bounded_int_table.a
110
%%OCAML_SITELIBDIR%%/core_kernel/bounded_int_table/bounded_int_table.cma
111
%%OCAML_SITELIBDIR%%/core_kernel/bounded_int_table/bounded_int_table.cmi
112
%%OCAML_SITELIBDIR%%/core_kernel/bounded_int_table/bounded_int_table.cmt
113
%%OCAML_SITELIBDIR%%/core_kernel/bounded_int_table/bounded_int_table.cmti
114
%%OCAML_SITELIBDIR%%/core_kernel/bounded_int_table/bounded_int_table.cmx
115
%%OCAML_SITELIBDIR%%/core_kernel/bounded_int_table/bounded_int_table.cmxa
116
%%OCAML_SITELIBDIR%%/core_kernel/bounded_int_table/bounded_int_table.cmxs
117
%%OCAML_SITELIBDIR%%/core_kernel/bounded_int_table/bounded_int_table.ml
118
%%OCAML_SITELIBDIR%%/core_kernel/bounded_int_table/bounded_int_table.mli
119
%%OCAML_SITELIBDIR%%/core_kernel/bus/bus.a
120
%%OCAML_SITELIBDIR%%/core_kernel/bus/bus.cma
121
%%OCAML_SITELIBDIR%%/core_kernel/bus/bus.cmi
122
%%OCAML_SITELIBDIR%%/core_kernel/bus/bus.cmt
123
%%OCAML_SITELIBDIR%%/core_kernel/bus/bus.cmti
124
%%OCAML_SITELIBDIR%%/core_kernel/bus/bus.cmx
125
%%OCAML_SITELIBDIR%%/core_kernel/bus/bus.cmxa
126
%%OCAML_SITELIBDIR%%/core_kernel/bus/bus.cmxs
127
%%OCAML_SITELIBDIR%%/core_kernel/bus/bus.ml
128
%%OCAML_SITELIBDIR%%/core_kernel/bus/bus.mli
129
%%OCAML_SITELIBDIR%%/core_kernel/byte_units.ml
130
%%OCAML_SITELIBDIR%%/core_kernel/byte_units.mli
131
%%OCAML_SITELIBDIR%%/core_kernel/byte_units0.ml
132
%%OCAML_SITELIBDIR%%/core_kernel/byte_units0.mli
133
%%OCAML_SITELIBDIR%%/core_kernel/bytes.ml
134
%%OCAML_SITELIBDIR%%/core_kernel/bytes.mli
135
%%OCAML_SITELIBDIR%%/core_kernel/caml_unix/caml_unix.a
136
%%OCAML_SITELIBDIR%%/core_kernel/caml_unix/caml_unix.cma
137
%%OCAML_SITELIBDIR%%/core_kernel/caml_unix/caml_unix.cmi
138
%%OCAML_SITELIBDIR%%/core_kernel/caml_unix/caml_unix.cmt
139
%%OCAML_SITELIBDIR%%/core_kernel/caml_unix/caml_unix.cmx
140
%%OCAML_SITELIBDIR%%/core_kernel/caml_unix/caml_unix.cmxa
141
%%OCAML_SITELIBDIR%%/core_kernel/caml_unix/caml_unix.cmxs
142
%%OCAML_SITELIBDIR%%/core_kernel/caml_unix/caml_unix.ml
143
%%OCAML_SITELIBDIR%%/core_kernel/char.ml
144
%%OCAML_SITELIBDIR%%/core_kernel/char.mli
145
%%OCAML_SITELIBDIR%%/core_kernel/command.ml
146
%%OCAML_SITELIBDIR%%/core_kernel/command.mli
147
%%OCAML_SITELIBDIR%%/core_kernel/command_intf.ml
148
%%OCAML_SITELIBDIR%%/core_kernel/command_shape.ml
149
%%OCAML_SITELIBDIR%%/core_kernel/command_shape.mli
150
%%OCAML_SITELIBDIR%%/core_kernel/command_shape_intf.ml
151
%%OCAML_SITELIBDIR%%/core_kernel/comparable.ml
152
%%OCAML_SITELIBDIR%%/core_kernel/comparable.mli
153
%%OCAML_SITELIBDIR%%/core_kernel/comparable_intf.ml
154
%%OCAML_SITELIBDIR%%/core_kernel/comparator.ml
155
%%OCAML_SITELIBDIR%%/core_kernel/comparator.mli
156
%%OCAML_SITELIBDIR%%/core_kernel/composition_infix/composition_infix.a
157
%%OCAML_SITELIBDIR%%/core_kernel/composition_infix/composition_infix.cma
158
%%OCAML_SITELIBDIR%%/core_kernel/composition_infix/composition_infix.cmi
159
%%OCAML_SITELIBDIR%%/core_kernel/composition_infix/composition_infix.cmt
160
%%OCAML_SITELIBDIR%%/core_kernel/composition_infix/composition_infix.cmti
161
%%OCAML_SITELIBDIR%%/core_kernel/composition_infix/composition_infix.cmx
162
%%OCAML_SITELIBDIR%%/core_kernel/composition_infix/composition_infix.cmxa
163
%%OCAML_SITELIBDIR%%/core_kernel/composition_infix/composition_infix.cmxs
164
%%OCAML_SITELIBDIR%%/core_kernel/composition_infix/composition_infix.ml
165
%%OCAML_SITELIBDIR%%/core_kernel/composition_infix/composition_infix.mli
166
%%OCAML_SITELIBDIR%%/core_kernel/container.ml
167
%%OCAML_SITELIBDIR%%/core_kernel/container.mli
168
%%OCAML_SITELIBDIR%%/core_kernel/container_intf.ml
169
%%OCAML_SITELIBDIR%%/core_kernel/core_bin_prot.ml
170
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel.a
171
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel.cma
172
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel.cmi
173
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel.cmt
174
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel.cmx
175
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel.cmxa
176
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel.cmxs
177
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel.ml
178
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__.cmi
179
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__.cmt
180
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__.cmx
181
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__.ml
182
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Arg.cmi
183
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Arg.cmt
184
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Arg.cmti
185
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Arg.cmx
186
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Array.cmi
187
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Array.cmt
188
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Array.cmti
189
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Array.cmx
190
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Bag.cmi
191
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Bag.cmt
192
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Bag.cmti
193
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Bag.cmx
194
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Bag_intf.cmi
195
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Bag_intf.cmt
196
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Bag_intf.cmx
197
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Bigbuffer.cmi
198
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Bigbuffer.cmt
199
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Bigbuffer.cmti
200
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Bigbuffer.cmx
201
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Bigbuffer_internal.cmi
202
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Bigbuffer_internal.cmt
203
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Bigbuffer_internal.cmx
204
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Bigstring.cmi
205
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Bigstring.cmt
206
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Bigstring.cmti
207
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Bigstring.cmx
208
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Bigsubstring.cmi
209
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Bigsubstring.cmt
210
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Bigsubstring.cmti
211
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Bigsubstring.cmx
212
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Binable.cmi
213
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Binable.cmt
214
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Binable.cmti
215
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Binable.cmx
216
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Binable0.cmi
217
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Binable0.cmt
218
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Binable0.cmx
219
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Binable_intf.cmi
220
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Binable_intf.cmt
221
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Binable_intf.cmx
222
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Binary_searchable.cmi
223
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Binary_searchable.cmt
224
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Binary_searchable.cmti
225
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Binary_searchable.cmx
226
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Binary_searchable_intf.cmi
227
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Binary_searchable_intf.cmt
228
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Binary_searchable_intf.cmx
229
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Blang.cmi
230
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Blang.cmt
231
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Blang.cmti
232
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Blang.cmx
233
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Blit.cmi
234
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Blit.cmt
235
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Blit.cmti
236
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Blit.cmx
237
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Blit_intf.cmi
238
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Blit_intf.cmt
239
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Blit_intf.cmx
240
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Bool.cmi
241
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Bool.cmt
242
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Bool.cmti
243
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Bool.cmx
244
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Bounded_index.cmi
245
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Bounded_index.cmt
246
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Bounded_index.cmti
247
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Bounded_index.cmx
248
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Bounded_index_intf.cmi
249
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Bounded_index_intf.cmt
250
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Bounded_index_intf.cmx
251
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Byte_units.cmi
252
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Byte_units.cmt
253
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Byte_units.cmti
254
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Byte_units.cmx
255
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Byte_units0.cmi
256
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Byte_units0.cmt
257
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Byte_units0.cmti
258
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Byte_units0.cmx
259
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Bytes.cmi
260
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Bytes.cmt
261
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Bytes.cmti
262
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Bytes.cmx
263
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Char.cmi
264
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Char.cmt
265
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Char.cmti
266
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Char.cmx
267
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Command.cmi
268
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Command.cmt
269
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Command.cmti
270
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Command.cmx
271
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Command_intf.cmi
272
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Command_intf.cmt
273
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Command_intf.cmx
274
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Command_shape.cmi
275
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Command_shape.cmt
276
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Command_shape.cmti
277
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Command_shape.cmx
278
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Command_shape_intf.cmi
279
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Command_shape_intf.cmt
280
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Command_shape_intf.cmx
281
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Comparable.cmi
282
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Comparable.cmt
283
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Comparable.cmti
284
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Comparable.cmx
285
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Comparable_intf.cmi
286
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Comparable_intf.cmt
287
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Comparable_intf.cmx
288
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Comparator.cmi
289
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Comparator.cmt
290
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Comparator.cmti
291
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Comparator.cmx
292
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Container.cmi
293
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Container.cmt
294
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Container.cmti
295
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Container.cmx
296
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Container_intf.cmi
297
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Container_intf.cmt
298
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Container_intf.cmx
299
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Core_bin_prot.cmi
300
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Core_bin_prot.cmt
301
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Core_bin_prot.cmx
302
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Core_pervasives.cmi
303
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Core_pervasives.cmt
304
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Core_pervasives.cmti
305
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Core_pervasives.cmx
306
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Date.cmi
307
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Date.cmt
308
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Date.cmti
309
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Date.cmx
310
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Date0.cmi
311
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Date0.cmt
312
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Date0.cmti
313
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Date0.cmx
314
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Date0_intf.cmi
315
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Date0_intf.cmt
316
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Date0_intf.cmx
317
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Date_intf.cmi
318
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Date_intf.cmt
319
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Date_intf.cmx
320
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Day_of_week.cmi
321
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Day_of_week.cmt
322
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Day_of_week.cmti
323
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Day_of_week.cmx
324
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Day_of_week_intf.cmi
325
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Day_of_week_intf.cmt
326
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Day_of_week_intf.cmx
327
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Debug.cmi
328
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Debug.cmt
329
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Debug.cmti
330
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Debug.cmx
331
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Deprecate_pipe_bang.cmi
332
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Deprecate_pipe_bang.cmt
333
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Deprecate_pipe_bang.cmti
334
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Deprecate_pipe_bang.cmx
335
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Deque.cmi
336
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Deque.cmt
337
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Deque.cmti
338
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Deque.cmx
339
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Deriving_hash.cmi
340
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Deriving_hash.cmt
341
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Deriving_hash.cmti
342
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Deriving_hash.cmx
343
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Deriving_hash_intf.cmi
344
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Deriving_hash_intf.cmt
345
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Deriving_hash_intf.cmx
346
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Digit_string_helpers.cmi
347
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Digit_string_helpers.cmt
348
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Digit_string_helpers.cmti
349
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Digit_string_helpers.cmx
350
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Doubly_linked.cmi
351
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Doubly_linked.cmt
352
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Doubly_linked.cmti
353
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Doubly_linked.cmx
354
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Doubly_linked_intf.cmi
355
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Doubly_linked_intf.cmt
356
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Doubly_linked_intf.cmx
357
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Either.cmi
358
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Either.cmt
359
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Either.cmti
360
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Either.cmx
361
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Ephemeron.cmi
362
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Ephemeron.cmt
363
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Ephemeron.cmti
364
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Ephemeron.cmx
365
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Error.cmi
366
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Error.cmt
367
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Error.cmti
368
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Error.cmx
369
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Explicit_dependencies.cmi
370
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Explicit_dependencies.cmt
371
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Explicit_dependencies.cmti
372
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Explicit_dependencies.cmx
373
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Fdeque.cmi
374
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Fdeque.cmt
375
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Fdeque.cmti
376
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Fdeque.cmx
377
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Filename.cmi
378
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Filename.cmt
379
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Filename.cmti
380
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Filename.cmx
381
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Float.cmi
382
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Float.cmt
383
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Float.cmti
384
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Float.cmx
385
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Float_with_finite_only_serialization.cmi
386
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Float_with_finite_only_serialization.cmt
387
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Float_with_finite_only_serialization.cmti
388
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Float_with_finite_only_serialization.cmx
389
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Fn.cmi
390
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Fn.cmt
391
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Fn.cmx
392
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Fqueue.cmi
393
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Fqueue.cmt
394
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Fqueue.cmti
395
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Fqueue.cmx
396
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Gc.cmi
397
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Gc.cmt
398
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Gc.cmti
399
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Gc.cmx
400
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Hash_queue.cmi
401
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Hash_queue.cmt
402
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Hash_queue.cmti
403
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Hash_queue.cmx
404
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Hash_queue_intf.cmi
405
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Hash_queue_intf.cmt
406
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Hash_queue_intf.cmx
407
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Hash_set.cmi
408
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Hash_set.cmt
409
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Hash_set.cmti
410
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Hash_set.cmx
411
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Hash_set_intf.cmi
412
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Hash_set_intf.cmt
413
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Hash_set_intf.cmx
414
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Hashable.cmi
415
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Hashable.cmt
416
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Hashable.cmx
417
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Hashtbl.cmi
418
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Hashtbl.cmt
419
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Hashtbl.cmti
420
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Hashtbl.cmx
421
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Hashtbl_intf.cmi
422
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Hashtbl_intf.cmt
423
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Hashtbl_intf.cmx
424
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Heap_block.cmi
425
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Heap_block.cmt
426
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Heap_block.cmti
427
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Heap_block.cmx
428
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Hexdump.cmi
429
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Hexdump.cmt
430
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Hexdump.cmti
431
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Hexdump.cmx
432
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Hexdump_intf.cmi
433
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Hexdump_intf.cmt
434
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Hexdump_intf.cmx
435
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Host_and_port.cmi
436
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Host_and_port.cmt
437
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Host_and_port.cmti
438
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Host_and_port.cmx
439
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Identifiable.cmi
440
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Identifiable.cmt
441
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Identifiable.cmti
442
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Identifiable.cmx
443
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Immediate_option.cmi
444
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Immediate_option.cmt
445
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Immediate_option.cmti
446
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Immediate_option.cmx
447
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Immediate_option_intf.cmi
448
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Immediate_option_intf.cmt
449
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Immediate_option_intf.cmx
450
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Import.cmi
451
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Import.cmt
452
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Import.cmx
453
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Info.cmi
454
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Info.cmt
455
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Info.cmti
456
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Info.cmx
457
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Info_intf.cmi
458
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Info_intf.cmt
459
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Info_intf.cmx
460
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Int.cmi
461
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Int.cmt
462
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Int.cmti
463
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Int.cmx
464
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Int32.cmi
465
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Int32.cmt
466
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Int32.cmti
467
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Int32.cmx
468
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Int63.cmi
469
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Int63.cmt
470
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Int63.cmti
471
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Int63.cmx
472
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Int64.cmi
473
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Int64.cmt
474
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Int64.cmti
475
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Int64.cmx
476
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Int_intf.cmi
477
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Int_intf.cmt
478
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Int_intf.cmx
479
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Interfaces.cmi
480
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Interfaces.cmt
481
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Interfaces.cmx
482
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Lazy.cmi
483
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Lazy.cmt
484
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Lazy.cmti
485
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Lazy.cmx
486
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Linked_queue.cmi
487
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Linked_queue.cmt
488
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Linked_queue.cmti
489
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Linked_queue.cmx
490
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__List.cmi
491
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__List.cmt
492
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__List.cmti
493
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__List.cmx
494
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__List0.cmi
495
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__List0.cmt
496
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__List0.cmx
497
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Make_stable.cmi
498
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Make_stable.cmt
499
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Make_stable.cmti
500
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Make_stable.cmx
501
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Make_substring.cmi
502
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Make_substring.cmt
503
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Make_substring.cmx
504
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Map.cmi
505
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Map.cmt
506
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Map.cmti
507
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Map.cmx
508
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Map_intf.cmi
509
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Map_intf.cmt
510
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Map_intf.cmx
511
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Maybe_bound.cmi
512
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Maybe_bound.cmt
513
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Maybe_bound.cmti
514
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Maybe_bound.cmx
515
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Md5.cmi
516
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Md5.cmt
517
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Md5.cmti
518
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Md5.cmx
519
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Memo.cmi
520
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Memo.cmt
521
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Memo.cmti
522
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Memo.cmx
523
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Month.cmi
524
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Month.cmt
525
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Month.cmti
526
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Month.cmx
527
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Month_intf.cmi
528
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Month_intf.cmt
529
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Month_intf.cmx
530
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Nativeint.cmi
531
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Nativeint.cmt
532
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Nativeint.cmti
533
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Nativeint.cmx
534
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Never_returns.cmi
535
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Never_returns.cmt
536
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Never_returns.cmx
537
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__No_polymorphic_compare.cmi
538
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__No_polymorphic_compare.cmt
539
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__No_polymorphic_compare.cmti
540
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__No_polymorphic_compare.cmx
541
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Nothing.cmi
542
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Nothing.cmt
543
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Nothing.cmti
544
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Nothing.cmx
545
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Ofday_float.cmi
546
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Ofday_float.cmt
547
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Ofday_float.cmti
548
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Ofday_float.cmx
549
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Ofday_helpers.cmi
550
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Ofday_helpers.cmt
551
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Ofday_helpers.cmti
552
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Ofday_helpers.cmx
553
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Ofday_intf.cmi
554
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Ofday_intf.cmt
555
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Ofday_intf.cmx
556
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Ofday_ns.cmi
557
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Ofday_ns.cmt
558
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Ofday_ns.cmti
559
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Ofday_ns.cmx
560
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Only_in_test.cmi
561
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Only_in_test.cmt
562
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Only_in_test.cmti
563
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Only_in_test.cmx
564
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Option.cmi
565
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Option.cmt
566
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Option.cmti
567
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Option.cmx
568
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Option_array.cmi
569
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Option_array.cmt
570
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Option_array.cmti
571
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Option_array.cmx
572
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Optional_syntax.cmi
573
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Optional_syntax.cmt
574
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Optional_syntax.cmti
575
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Optional_syntax.cmx
576
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Optional_syntax_intf.cmi
577
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Optional_syntax_intf.cmt
578
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Optional_syntax_intf.cmx
579
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Or_error.cmi
580
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Or_error.cmt
581
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Or_error.cmti
582
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Or_error.cmx
583
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Ordered_collection_common.cmi
584
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Ordered_collection_common.cmt
585
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Ordered_collection_common.cmti
586
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Ordered_collection_common.cmx
587
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Ordering.cmi
588
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Ordering.cmt
589
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Ordering.cmti
590
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Ordering.cmx
591
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Percent.cmi
592
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Percent.cmt
593
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Percent.cmti
594
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Percent.cmx
595
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Perms.cmi
596
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Perms.cmt
597
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Perms.cmti
598
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Perms.cmx
599
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Pid.cmi
600
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Pid.cmt
601
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Pid.cmti
602
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Pid.cmx
603
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Printexc.cmi
604
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Printexc.cmt
605
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Printexc.cmti
606
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Printexc.cmx
607
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Printf.cmi
608
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Printf.cmt
609
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Printf.cmx
610
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Queue.cmi
611
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Queue.cmt
612
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Queue.cmti
613
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Queue.cmx
614
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Queue_intf.cmi
615
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Queue_intf.cmt
616
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Queue_intf.cmx
617
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Quickcheck.cmi
618
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Quickcheck.cmt
619
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Quickcheck.cmti
620
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Quickcheck.cmx
621
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Quickcheck_intf.cmi
622
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Quickcheck_intf.cmt
623
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Quickcheck_intf.cmx
624
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Quickcheckable.cmi
625
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Quickcheckable.cmt
626
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Quickcheckable.cmti
627
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Quickcheckable.cmx
628
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Quickcheckable_intf.cmi
629
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Quickcheckable_intf.cmt
630
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Quickcheckable_intf.cmx
631
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Ref.cmi
632
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Ref.cmt
633
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Ref.cmti
634
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Ref.cmx
635
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Result.cmi
636
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Result.cmt
637
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Result.cmti
638
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Result.cmx
639
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Robustly_comparable.cmi
640
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Robustly_comparable.cmt
641
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Robustly_comparable.cmx
642
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Sequence.cmi
643
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Sequence.cmt
644
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Sequence.cmti
645
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Sequence.cmx
646
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Set.cmi
647
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Set.cmt
648
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Set.cmti
649
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Set.cmx
650
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Set_intf.cmi
651
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Set_intf.cmt
652
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Set_intf.cmx
653
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Set_once.cmi
654
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Set_once.cmt
655
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Set_once.cmti
656
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Set_once.cmx
657
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Sexp.cmi
658
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Sexp.cmt
659
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Sexp.cmti
660
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Sexp.cmx
661
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Sexpable.cmi
662
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Sexpable.cmt
663
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Sexpable.cmti
664
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Sexpable.cmx
665
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Sign.cmi
666
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Sign.cmt
667
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Sign.cmti
668
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Sign.cmx
669
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Sign_or_nan.cmi
670
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Sign_or_nan.cmt
671
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Sign_or_nan.cmti
672
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Sign_or_nan.cmx
673
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Source_code_position.cmi
674
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Source_code_position.cmt
675
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Source_code_position.cmti
676
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Source_code_position.cmx
677
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Source_code_position0.cmi
678
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Source_code_position0.cmt
679
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Source_code_position0.cmx
680
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Span_float.cmi
681
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Span_float.cmt
682
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Span_float.cmti
683
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Span_float.cmx
684
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Span_helpers.cmi
685
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Span_helpers.cmt
686
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Span_helpers.cmti
687
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Span_helpers.cmx
688
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Span_intf.cmi
689
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Span_intf.cmt
690
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Span_intf.cmx
691
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Span_ns.cmi
692
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Span_ns.cmt
693
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Span_ns.cmti
694
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Span_ns.cmx
695
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Stable.cmi
696
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Stable.cmt
697
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Stable.cmx
698
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Stable_comparable.cmi
699
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Stable_comparable.cmt
700
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Stable_comparable.cmx
701
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Stable_int63able.cmi
702
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Stable_int63able.cmt
703
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Stable_int63able.cmx
704
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Stable_internal.cmi
705
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Stable_internal.cmt
706
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Stable_internal.cmx
707
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Stable_module_types.cmi
708
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Stable_module_types.cmt
709
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Stable_module_types.cmx
710
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Stable_unit_test.cmi
711
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Stable_unit_test.cmt
712
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Stable_unit_test.cmti
713
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Stable_unit_test.cmx
714
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Stable_unit_test_intf.cmi
715
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Stable_unit_test_intf.cmt
716
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Stable_unit_test_intf.cmx
717
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Stack.cmi
718
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Stack.cmt
719
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Stack.cmti
720
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Stack.cmx
721
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Std_internal.cmi
722
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Std_internal.cmt
723
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Std_internal.cmx
724
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__String.cmi
725
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__String.cmt
726
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__String.cmti
727
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__String.cmx
728
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__String_id.cmi
729
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__String_id.cmt
730
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__String_id.cmti
731
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__String_id.cmx
732
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__String_id_intf.cmi
733
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__String_id_intf.cmt
734
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__String_id_intf.cmx
735
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Substring.cmi
736
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Substring.cmt
737
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Substring.cmti
738
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Substring.cmx
739
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Substring_intf.cmi
740
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Substring_intf.cmt
741
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Substring_intf.cmx
742
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__T.cmi
743
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__T.cmt
744
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__T.cmx
745
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Time.cmi
746
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Time.cmt
747
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Time.cmti
748
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Time.cmx
749
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Time0_intf.cmi
750
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Time0_intf.cmt
751
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Time0_intf.cmx
752
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Time_float.cmi
753
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Time_float.cmt
754
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Time_float.cmti
755
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Time_float.cmx
756
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Time_float0.cmi
757
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Time_float0.cmt
758
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Time_float0.cmti
759
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Time_float0.cmx
760
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Time_intf.cmi
761
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Time_intf.cmt
762
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Time_intf.cmx
763
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Time_ns.cmi
764
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Time_ns.cmt
765
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Time_ns.cmti
766
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Time_ns.cmx
767
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Time_ns_alternate_sexp.cmi
768
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Time_ns_alternate_sexp.cmt
769
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Time_ns_alternate_sexp.cmx
770
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Time_ns_intf.cmi
771
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Time_ns_intf.cmt
772
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Time_ns_intf.cmx
773
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Tuple.cmi
774
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Tuple.cmt
775
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Tuple.cmti
776
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Tuple.cmx
777
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Type_equal.cmi
778
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Type_equal.cmt
779
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Type_equal.cmti
780
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Type_equal.cmx
781
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Type_equal_intf.cmi
782
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Type_equal_intf.cmt
783
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Type_equal_intf.cmx
784
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Type_immediacy.cmi
785
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Type_immediacy.cmt
786
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Type_immediacy.cmti
787
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Type_immediacy.cmx
788
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Uniform_array.cmi
789
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Uniform_array.cmt
790
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Uniform_array.cmti
791
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Uniform_array.cmx
792
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Union_find.cmi
793
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Union_find.cmt
794
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Union_find.cmti
795
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Union_find.cmx
796
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Unique_id.cmi
797
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Unique_id.cmt
798
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Unique_id.cmti
799
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Unique_id.cmx
800
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Unique_id_intf.cmi
801
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Unique_id_intf.cmt
802
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Unique_id_intf.cmx
803
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Unit.cmi
804
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Unit.cmt
805
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Unit.cmti
806
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Unit.cmx
807
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Unit_of_time.cmi
808
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Unit_of_time.cmt
809
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Unit_of_time.cmti
810
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Unit_of_time.cmx
811
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Univ_map.cmi
812
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Univ_map.cmt
813
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Univ_map.cmti
814
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Univ_map.cmx
815
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Univ_map_intf.cmi
816
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Univ_map_intf.cmt
817
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Univ_map_intf.cmx
818
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Validated.cmi
819
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Validated.cmt
820
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Validated.cmti
821
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Validated.cmx
822
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Validated_intf.cmi
823
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Validated_intf.cmt
824
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Validated_intf.cmx
825
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Zone.cmi
826
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Zone.cmt
827
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Zone.cmti
828
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Zone.cmx
829
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Zone_intf.cmi
830
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Zone_intf.cmt
831
%%OCAML_SITELIBDIR%%/core_kernel/core_kernel__Zone_intf.cmx
832
%%OCAML_SITELIBDIR%%/core_kernel/core_pervasives.ml
833
%%OCAML_SITELIBDIR%%/core_kernel/core_pervasives.mli
834
%%OCAML_SITELIBDIR%%/core_kernel/date.ml
835
%%OCAML_SITELIBDIR%%/core_kernel/date.mli
836
%%OCAML_SITELIBDIR%%/core_kernel/date0.ml
837
%%OCAML_SITELIBDIR%%/core_kernel/date0.mli
838
%%OCAML_SITELIBDIR%%/core_kernel/date0_intf.ml
839
%%OCAML_SITELIBDIR%%/core_kernel/date_intf.ml
840
%%OCAML_SITELIBDIR%%/core_kernel/day_of_week.ml
841
%%OCAML_SITELIBDIR%%/core_kernel/day_of_week.mli
842
%%OCAML_SITELIBDIR%%/core_kernel/day_of_week_intf.ml
843
%%OCAML_SITELIBDIR%%/core_kernel/debug.ml
844
%%OCAML_SITELIBDIR%%/core_kernel/debug.mli
845
%%OCAML_SITELIBDIR%%/core_kernel/deprecate_pipe_bang.ml
846
%%OCAML_SITELIBDIR%%/core_kernel/deprecate_pipe_bang.mli
847
%%OCAML_SITELIBDIR%%/core_kernel/deque.ml
848
%%OCAML_SITELIBDIR%%/core_kernel/deque.mli
849
%%OCAML_SITELIBDIR%%/core_kernel/deriving_hash.ml
850
%%OCAML_SITELIBDIR%%/core_kernel/deriving_hash.mli
851
%%OCAML_SITELIBDIR%%/core_kernel/deriving_hash_intf.ml
852
%%OCAML_SITELIBDIR%%/core_kernel/digit_string_helpers.ml
853
%%OCAML_SITELIBDIR%%/core_kernel/digit_string_helpers.mli
854
%%OCAML_SITELIBDIR%%/core_kernel/doubly_linked.ml
855
%%OCAML_SITELIBDIR%%/core_kernel/doubly_linked.mli
856
%%OCAML_SITELIBDIR%%/core_kernel/doubly_linked_intf.ml
857
%%OCAML_SITELIBDIR%%/core_kernel/dune-package
858
%%OCAML_SITELIBDIR%%/core_kernel/either.ml
859
%%OCAML_SITELIBDIR%%/core_kernel/either.mli
860
%%OCAML_SITELIBDIR%%/core_kernel/enum/enum.a
861
%%OCAML_SITELIBDIR%%/core_kernel/enum/enum.cma
862
%%OCAML_SITELIBDIR%%/core_kernel/enum/enum.cmi
863
%%OCAML_SITELIBDIR%%/core_kernel/enum/enum.cmt
864
%%OCAML_SITELIBDIR%%/core_kernel/enum/enum.cmti
865
%%OCAML_SITELIBDIR%%/core_kernel/enum/enum.cmx
866
%%OCAML_SITELIBDIR%%/core_kernel/enum/enum.cmxa
867
%%OCAML_SITELIBDIR%%/core_kernel/enum/enum.cmxs
868
%%OCAML_SITELIBDIR%%/core_kernel/enum/enum.ml
869
%%OCAML_SITELIBDIR%%/core_kernel/enum/enum.mli
870
%%OCAML_SITELIBDIR%%/core_kernel/enum/enum__.cmi
871
%%OCAML_SITELIBDIR%%/core_kernel/enum/enum__.cmt
872
%%OCAML_SITELIBDIR%%/core_kernel/enum/enum__.cmx
873
%%OCAML_SITELIBDIR%%/core_kernel/enum/enum__.ml
874
%%OCAML_SITELIBDIR%%/core_kernel/enum/enum__Import.cmi
875
%%OCAML_SITELIBDIR%%/core_kernel/enum/enum__Import.cmt
876
%%OCAML_SITELIBDIR%%/core_kernel/enum/enum__Import.cmx
877
%%OCAML_SITELIBDIR%%/core_kernel/enum/import.ml
878
%%OCAML_SITELIBDIR%%/core_kernel/ephemeron.ml
879
%%OCAML_SITELIBDIR%%/core_kernel/ephemeron.mli
880
%%OCAML_SITELIBDIR%%/core_kernel/error.ml
881
%%OCAML_SITELIBDIR%%/core_kernel/error.mli
882
%%OCAML_SITELIBDIR%%/core_kernel/explicit_dependencies.ml
883
%%OCAML_SITELIBDIR%%/core_kernel/explicit_dependencies.mli
884
%%OCAML_SITELIBDIR%%/core_kernel/fdeque.ml
885
%%OCAML_SITELIBDIR%%/core_kernel/fdeque.mli
886
%%OCAML_SITELIBDIR%%/core_kernel/fheap/fheap.a
887
%%OCAML_SITELIBDIR%%/core_kernel/fheap/fheap.cma
888
%%OCAML_SITELIBDIR%%/core_kernel/fheap/fheap.cmi
889
%%OCAML_SITELIBDIR%%/core_kernel/fheap/fheap.cmt
890
%%OCAML_SITELIBDIR%%/core_kernel/fheap/fheap.cmti
891
%%OCAML_SITELIBDIR%%/core_kernel/fheap/fheap.cmx
892
%%OCAML_SITELIBDIR%%/core_kernel/fheap/fheap.cmxa
893
%%OCAML_SITELIBDIR%%/core_kernel/fheap/fheap.cmxs
894
%%OCAML_SITELIBDIR%%/core_kernel/fheap/fheap.ml
895
%%OCAML_SITELIBDIR%%/core_kernel/fheap/fheap.mli
896
%%OCAML_SITELIBDIR%%/core_kernel/filename.ml
897
%%OCAML_SITELIBDIR%%/core_kernel/filename.mli
898
%%OCAML_SITELIBDIR%%/core_kernel/flags/flags.a
899
%%OCAML_SITELIBDIR%%/core_kernel/flags/flags.cma
900
%%OCAML_SITELIBDIR%%/core_kernel/flags/flags.cmi
901
%%OCAML_SITELIBDIR%%/core_kernel/flags/flags.cmt
902
%%OCAML_SITELIBDIR%%/core_kernel/flags/flags.cmti
903
%%OCAML_SITELIBDIR%%/core_kernel/flags/flags.cmx
904
%%OCAML_SITELIBDIR%%/core_kernel/flags/flags.cmxa
905
%%OCAML_SITELIBDIR%%/core_kernel/flags/flags.cmxs
906
%%OCAML_SITELIBDIR%%/core_kernel/flags/flags.ml
907
%%OCAML_SITELIBDIR%%/core_kernel/flags/flags.mli
908
%%OCAML_SITELIBDIR%%/core_kernel/flags/flags__.cmi
909
%%OCAML_SITELIBDIR%%/core_kernel/flags/flags__.cmt
910
%%OCAML_SITELIBDIR%%/core_kernel/flags/flags__.cmx
911
%%OCAML_SITELIBDIR%%/core_kernel/flags/flags__.ml
912
%%OCAML_SITELIBDIR%%/core_kernel/flags/flags__Flags_intf.cmi
913
%%OCAML_SITELIBDIR%%/core_kernel/flags/flags__Flags_intf.cmt
914
%%OCAML_SITELIBDIR%%/core_kernel/flags/flags__Flags_intf.cmx
915
%%OCAML_SITELIBDIR%%/core_kernel/flags/flags_intf.ml
916
%%OCAML_SITELIBDIR%%/core_kernel/float.ml
917
%%OCAML_SITELIBDIR%%/core_kernel/float.mli
918
%%OCAML_SITELIBDIR%%/core_kernel/float_with_finite_only_serialization.ml
919
%%OCAML_SITELIBDIR%%/core_kernel/float_with_finite_only_serialization.mli
920
%%OCAML_SITELIBDIR%%/core_kernel/fn.ml
921
%%OCAML_SITELIBDIR%%/core_kernel/force_once/force_once.a
922
%%OCAML_SITELIBDIR%%/core_kernel/force_once/force_once.cma
923
%%OCAML_SITELIBDIR%%/core_kernel/force_once/force_once.cmi
924
%%OCAML_SITELIBDIR%%/core_kernel/force_once/force_once.cmt
925
%%OCAML_SITELIBDIR%%/core_kernel/force_once/force_once.cmti
926
%%OCAML_SITELIBDIR%%/core_kernel/force_once/force_once.cmx
927
%%OCAML_SITELIBDIR%%/core_kernel/force_once/force_once.cmxa
928
%%OCAML_SITELIBDIR%%/core_kernel/force_once/force_once.cmxs
929
%%OCAML_SITELIBDIR%%/core_kernel/force_once/force_once.ml
930
%%OCAML_SITELIBDIR%%/core_kernel/force_once/force_once.mli
931
%%OCAML_SITELIBDIR%%/core_kernel/force_once/force_once__.cmi
932
%%OCAML_SITELIBDIR%%/core_kernel/force_once/force_once__.cmt
933
%%OCAML_SITELIBDIR%%/core_kernel/force_once/force_once__.cmx
934
%%OCAML_SITELIBDIR%%/core_kernel/force_once/force_once__.ml
935
%%OCAML_SITELIBDIR%%/core_kernel/force_once/force_once__Import.cmi
936
%%OCAML_SITELIBDIR%%/core_kernel/force_once/force_once__Import.cmt
937
%%OCAML_SITELIBDIR%%/core_kernel/force_once/force_once__Import.cmx
938
%%OCAML_SITELIBDIR%%/core_kernel/force_once/import.ml
939
%%OCAML_SITELIBDIR%%/core_kernel/fqueue.ml
940
%%OCAML_SITELIBDIR%%/core_kernel/fqueue.mli
941
%%OCAML_SITELIBDIR%%/core_kernel/gc.ml
942
%%OCAML_SITELIBDIR%%/core_kernel/gc.mli
943
%%OCAML_SITELIBDIR%%/core_kernel/hash_heap/hash_heap.a
944
%%OCAML_SITELIBDIR%%/core_kernel/hash_heap/hash_heap.cma
945
%%OCAML_SITELIBDIR%%/core_kernel/hash_heap/hash_heap.cmi
946
%%OCAML_SITELIBDIR%%/core_kernel/hash_heap/hash_heap.cmt
947
%%OCAML_SITELIBDIR%%/core_kernel/hash_heap/hash_heap.cmti
948
%%OCAML_SITELIBDIR%%/core_kernel/hash_heap/hash_heap.cmx
949
%%OCAML_SITELIBDIR%%/core_kernel/hash_heap/hash_heap.cmxa
950
%%OCAML_SITELIBDIR%%/core_kernel/hash_heap/hash_heap.cmxs
951
%%OCAML_SITELIBDIR%%/core_kernel/hash_heap/hash_heap.ml
952
%%OCAML_SITELIBDIR%%/core_kernel/hash_heap/hash_heap.mli
953
%%OCAML_SITELIBDIR%%/core_kernel/hash_heap/hash_heap__.cmi
954
%%OCAML_SITELIBDIR%%/core_kernel/hash_heap/hash_heap__.cmt
955
%%OCAML_SITELIBDIR%%/core_kernel/hash_heap/hash_heap__.cmx
956
%%OCAML_SITELIBDIR%%/core_kernel/hash_heap/hash_heap__.ml
957
%%OCAML_SITELIBDIR%%/core_kernel/hash_heap/hash_heap__Hash_heap_intf.cmi
958
%%OCAML_SITELIBDIR%%/core_kernel/hash_heap/hash_heap__Hash_heap_intf.cmt
959
%%OCAML_SITELIBDIR%%/core_kernel/hash_heap/hash_heap__Hash_heap_intf.cmx
960
%%OCAML_SITELIBDIR%%/core_kernel/hash_heap/hash_heap__Import.cmi
961
%%OCAML_SITELIBDIR%%/core_kernel/hash_heap/hash_heap__Import.cmt
962
%%OCAML_SITELIBDIR%%/core_kernel/hash_heap/hash_heap__Import.cmx
963
%%OCAML_SITELIBDIR%%/core_kernel/hash_heap/hash_heap_intf.ml
964
%%OCAML_SITELIBDIR%%/core_kernel/hash_heap/import.ml
965
%%OCAML_SITELIBDIR%%/core_kernel/hash_queue.ml
966
%%OCAML_SITELIBDIR%%/core_kernel/hash_queue.mli
967
%%OCAML_SITELIBDIR%%/core_kernel/hash_queue_intf.ml
968
%%OCAML_SITELIBDIR%%/core_kernel/hash_set.ml
969
%%OCAML_SITELIBDIR%%/core_kernel/hash_set.mli
970
%%OCAML_SITELIBDIR%%/core_kernel/hash_set_intf.ml
971
%%OCAML_SITELIBDIR%%/core_kernel/hashable.ml
972
%%OCAML_SITELIBDIR%%/core_kernel/hashtbl.ml
973
%%OCAML_SITELIBDIR%%/core_kernel/hashtbl.mli
974
%%OCAML_SITELIBDIR%%/core_kernel/hashtbl_intf.ml
975
%%OCAML_SITELIBDIR%%/core_kernel/heap_block.ml
976
%%OCAML_SITELIBDIR%%/core_kernel/heap_block.mli
977
%%OCAML_SITELIBDIR%%/core_kernel/hexdump.ml
978
%%OCAML_SITELIBDIR%%/core_kernel/hexdump.mli
979
%%OCAML_SITELIBDIR%%/core_kernel/hexdump_intf.ml
980
%%OCAML_SITELIBDIR%%/core_kernel/host_and_port.ml
981
%%OCAML_SITELIBDIR%%/core_kernel/host_and_port.mli
982
%%OCAML_SITELIBDIR%%/core_kernel/identifiable.ml
983
%%OCAML_SITELIBDIR%%/core_kernel/identifiable.mli
984
%%OCAML_SITELIBDIR%%/core_kernel/immediate_option.ml
985
%%OCAML_SITELIBDIR%%/core_kernel/immediate_option.mli
986
%%OCAML_SITELIBDIR%%/core_kernel/immediate_option_intf.ml
987
%%OCAML_SITELIBDIR%%/core_kernel/import.ml
988
%%OCAML_SITELIBDIR%%/core_kernel/info.ml
989
%%OCAML_SITELIBDIR%%/core_kernel/info.mli
990
%%OCAML_SITELIBDIR%%/core_kernel/info_intf.ml
991
%%OCAML_SITELIBDIR%%/core_kernel/int.ml
992
%%OCAML_SITELIBDIR%%/core_kernel/int.mli
993
%%OCAML_SITELIBDIR%%/core_kernel/int32.ml
994
%%OCAML_SITELIBDIR%%/core_kernel/int32.mli
995
%%OCAML_SITELIBDIR%%/core_kernel/int63.ml
996
%%OCAML_SITELIBDIR%%/core_kernel/int63.mli
997
%%OCAML_SITELIBDIR%%/core_kernel/int64.ml
998
%%OCAML_SITELIBDIR%%/core_kernel/int64.mli
999
%%OCAML_SITELIBDIR%%/core_kernel/int_intf.ml
1000
%%OCAML_SITELIBDIR%%/core_kernel/int_set/import.ml
1001
%%OCAML_SITELIBDIR%%/core_kernel/int_set/int_set.a
1002
%%OCAML_SITELIBDIR%%/core_kernel/int_set/int_set.cma
1003
%%OCAML_SITELIBDIR%%/core_kernel/int_set/int_set.cmi
1004
%%OCAML_SITELIBDIR%%/core_kernel/int_set/int_set.cmt
1005
%%OCAML_SITELIBDIR%%/core_kernel/int_set/int_set.cmti
1006
%%OCAML_SITELIBDIR%%/core_kernel/int_set/int_set.cmx
1007
%%OCAML_SITELIBDIR%%/core_kernel/int_set/int_set.cmxa
1008
%%OCAML_SITELIBDIR%%/core_kernel/int_set/int_set.cmxs
1009
%%OCAML_SITELIBDIR%%/core_kernel/int_set/int_set.ml
1010
%%OCAML_SITELIBDIR%%/core_kernel/int_set/int_set.mli
1011
%%OCAML_SITELIBDIR%%/core_kernel/int_set/int_set__.cmi
1012
%%OCAML_SITELIBDIR%%/core_kernel/int_set/int_set__.cmt
1013
%%OCAML_SITELIBDIR%%/core_kernel/int_set/int_set__.cmx
1014
%%OCAML_SITELIBDIR%%/core_kernel/int_set/int_set__.ml
1015
%%OCAML_SITELIBDIR%%/core_kernel/int_set/int_set__Import.cmi
1016
%%OCAML_SITELIBDIR%%/core_kernel/int_set/int_set__Import.cmt
1017
%%OCAML_SITELIBDIR%%/core_kernel/int_set/int_set__Import.cmx
1018
%%OCAML_SITELIBDIR%%/core_kernel/interfaces.ml
1019
%%OCAML_SITELIBDIR%%/core_kernel/iobuf/iobuf.a
1020
%%OCAML_SITELIBDIR%%/core_kernel/iobuf/iobuf.cma
1021
%%OCAML_SITELIBDIR%%/core_kernel/iobuf/iobuf.cmi
1022
%%OCAML_SITELIBDIR%%/core_kernel/iobuf/iobuf.cmt
1023
%%OCAML_SITELIBDIR%%/core_kernel/iobuf/iobuf.cmti
1024
%%OCAML_SITELIBDIR%%/core_kernel/iobuf/iobuf.cmx
1025
%%OCAML_SITELIBDIR%%/core_kernel/iobuf/iobuf.cmxa
1026
%%OCAML_SITELIBDIR%%/core_kernel/iobuf/iobuf.cmxs
1027
%%OCAML_SITELIBDIR%%/core_kernel/iobuf/iobuf.ml
1028
%%OCAML_SITELIBDIR%%/core_kernel/iobuf/iobuf.mli
1029
%%OCAML_SITELIBDIR%%/core_kernel/iobuf/iobuf__.cmi
1030
%%OCAML_SITELIBDIR%%/core_kernel/iobuf/iobuf__.cmt
1031
%%OCAML_SITELIBDIR%%/core_kernel/iobuf/iobuf__.cmx
1032
%%OCAML_SITELIBDIR%%/core_kernel/iobuf/iobuf__.ml
1033
%%OCAML_SITELIBDIR%%/core_kernel/iobuf/iobuf__Iobuf_intf.cmi
1034
%%OCAML_SITELIBDIR%%/core_kernel/iobuf/iobuf__Iobuf_intf.cmt
1035
%%OCAML_SITELIBDIR%%/core_kernel/iobuf/iobuf__Iobuf_intf.cmx
1036
%%OCAML_SITELIBDIR%%/core_kernel/iobuf/iobuf_intf.ml
1037
%%OCAML_SITELIBDIR%%/core_kernel/lazy.ml
1038
%%OCAML_SITELIBDIR%%/core_kernel/lazy.mli
1039
%%OCAML_SITELIBDIR%%/core_kernel/libcore_kernel_stubs.a
1040
%%OCAML_SITELIBDIR%%/core_kernel/limiter/import.ml
1041
%%OCAML_SITELIBDIR%%/core_kernel/limiter/limiter.a
1042
%%OCAML_SITELIBDIR%%/core_kernel/limiter/limiter.cma
1043
%%OCAML_SITELIBDIR%%/core_kernel/limiter/limiter.cmi
1044
%%OCAML_SITELIBDIR%%/core_kernel/limiter/limiter.cmt
1045
%%OCAML_SITELIBDIR%%/core_kernel/limiter/limiter.cmti
1046
%%OCAML_SITELIBDIR%%/core_kernel/limiter/limiter.cmx
1047
%%OCAML_SITELIBDIR%%/core_kernel/limiter/limiter.cmxa
1048
%%OCAML_SITELIBDIR%%/core_kernel/limiter/limiter.cmxs
1049
%%OCAML_SITELIBDIR%%/core_kernel/limiter/limiter.ml
1050
%%OCAML_SITELIBDIR%%/core_kernel/limiter/limiter.mli
1051
%%OCAML_SITELIBDIR%%/core_kernel/limiter/limiter__.cmi
1052
%%OCAML_SITELIBDIR%%/core_kernel/limiter/limiter__.cmt
1053
%%OCAML_SITELIBDIR%%/core_kernel/limiter/limiter__.cmx
1054
%%OCAML_SITELIBDIR%%/core_kernel/limiter/limiter__.ml
1055
%%OCAML_SITELIBDIR%%/core_kernel/limiter/limiter__Import.cmi
1056
%%OCAML_SITELIBDIR%%/core_kernel/limiter/limiter__Import.cmt
1057
%%OCAML_SITELIBDIR%%/core_kernel/limiter/limiter__Import.cmx
1058
%%OCAML_SITELIBDIR%%/core_kernel/linked_queue.ml
1059
%%OCAML_SITELIBDIR%%/core_kernel/linked_queue.mli
1060
%%OCAML_SITELIBDIR%%/core_kernel/linked_stack/linked_stack.a
1061
%%OCAML_SITELIBDIR%%/core_kernel/linked_stack/linked_stack.cma
1062
%%OCAML_SITELIBDIR%%/core_kernel/linked_stack/linked_stack.cmi
1063
%%OCAML_SITELIBDIR%%/core_kernel/linked_stack/linked_stack.cmt
1064
%%OCAML_SITELIBDIR%%/core_kernel/linked_stack/linked_stack.cmti
1065
%%OCAML_SITELIBDIR%%/core_kernel/linked_stack/linked_stack.cmx
1066
%%OCAML_SITELIBDIR%%/core_kernel/linked_stack/linked_stack.cmxa
1067
%%OCAML_SITELIBDIR%%/core_kernel/linked_stack/linked_stack.cmxs
1068
%%OCAML_SITELIBDIR%%/core_kernel/linked_stack/linked_stack.ml
1069
%%OCAML_SITELIBDIR%%/core_kernel/linked_stack/linked_stack.mli
1070
%%OCAML_SITELIBDIR%%/core_kernel/list.ml
1071
%%OCAML_SITELIBDIR%%/core_kernel/list.mli
1072
%%OCAML_SITELIBDIR%%/core_kernel/list0.ml
1073
%%OCAML_SITELIBDIR%%/core_kernel/make_stable.ml
1074
%%OCAML_SITELIBDIR%%/core_kernel/make_stable.mli
1075
%%OCAML_SITELIBDIR%%/core_kernel/make_substring.ml
1076
%%OCAML_SITELIBDIR%%/core_kernel/map.ml
1077
%%OCAML_SITELIBDIR%%/core_kernel/map.mli
1078
%%OCAML_SITELIBDIR%%/core_kernel/map_intf.ml
1079
%%OCAML_SITELIBDIR%%/core_kernel/maybe_bound.ml
1080
%%OCAML_SITELIBDIR%%/core_kernel/maybe_bound.mli
1081
%%OCAML_SITELIBDIR%%/core_kernel/md5.ml
1082
%%OCAML_SITELIBDIR%%/core_kernel/md5.mli
1083
%%OCAML_SITELIBDIR%%/core_kernel/memo.ml
1084
%%OCAML_SITELIBDIR%%/core_kernel/memo.mli
1085
%%OCAML_SITELIBDIR%%/core_kernel/month.ml
1086
%%OCAML_SITELIBDIR%%/core_kernel/month.mli
1087
%%OCAML_SITELIBDIR%%/core_kernel/month_intf.ml
1088
%%OCAML_SITELIBDIR%%/core_kernel/moption/import.ml
1089
%%OCAML_SITELIBDIR%%/core_kernel/moption/moption.a
1090
%%OCAML_SITELIBDIR%%/core_kernel/moption/moption.cma
1091
%%OCAML_SITELIBDIR%%/core_kernel/moption/moption.cmi
1092
%%OCAML_SITELIBDIR%%/core_kernel/moption/moption.cmt
1093
%%OCAML_SITELIBDIR%%/core_kernel/moption/moption.cmti
1094
%%OCAML_SITELIBDIR%%/core_kernel/moption/moption.cmx
1095
%%OCAML_SITELIBDIR%%/core_kernel/moption/moption.cmxa
1096
%%OCAML_SITELIBDIR%%/core_kernel/moption/moption.cmxs
1097
%%OCAML_SITELIBDIR%%/core_kernel/moption/moption.ml
1098
%%OCAML_SITELIBDIR%%/core_kernel/moption/moption.mli
1099
%%OCAML_SITELIBDIR%%/core_kernel/moption/moption__.cmi
1100
%%OCAML_SITELIBDIR%%/core_kernel/moption/moption__.cmt
1101
%%OCAML_SITELIBDIR%%/core_kernel/moption/moption__.cmx
1102
%%OCAML_SITELIBDIR%%/core_kernel/moption/moption__.ml
1103
%%OCAML_SITELIBDIR%%/core_kernel/moption/moption__Import.cmi
1104
%%OCAML_SITELIBDIR%%/core_kernel/moption/moption__Import.cmt
1105
%%OCAML_SITELIBDIR%%/core_kernel/moption/moption__Import.cmx
1106
%%OCAML_SITELIBDIR%%/core_kernel/nativeint.ml
1107
%%OCAML_SITELIBDIR%%/core_kernel/nativeint.mli
1108
%%OCAML_SITELIBDIR%%/core_kernel/never_returns.ml
1109
%%OCAML_SITELIBDIR%%/core_kernel/no_polymorphic_compare.ml
1110
%%OCAML_SITELIBDIR%%/core_kernel/no_polymorphic_compare.mli
1111
%%OCAML_SITELIBDIR%%/core_kernel/nothing.ml
1112
%%OCAML_SITELIBDIR%%/core_kernel/nothing.mli
1113
%%OCAML_SITELIBDIR%%/core_kernel/ofday_float.ml
1114
%%OCAML_SITELIBDIR%%/core_kernel/ofday_float.mli
1115
%%OCAML_SITELIBDIR%%/core_kernel/ofday_helpers.ml
1116
%%OCAML_SITELIBDIR%%/core_kernel/ofday_helpers.mli
1117
%%OCAML_SITELIBDIR%%/core_kernel/ofday_intf.ml
1118
%%OCAML_SITELIBDIR%%/core_kernel/ofday_ns.ml
1119
%%OCAML_SITELIBDIR%%/core_kernel/ofday_ns.mli
1120
%%OCAML_SITELIBDIR%%/core_kernel/only_in_test.ml
1121
%%OCAML_SITELIBDIR%%/core_kernel/only_in_test.mli
1122
%%OCAML_SITELIBDIR%%/core_kernel/opam
1123
%%OCAML_SITELIBDIR%%/core_kernel/option.ml
1124
%%OCAML_SITELIBDIR%%/core_kernel/option.mli
1125
%%OCAML_SITELIBDIR%%/core_kernel/option_array.ml
1126
%%OCAML_SITELIBDIR%%/core_kernel/option_array.mli
1127
%%OCAML_SITELIBDIR%%/core_kernel/optional_syntax.ml
1128
%%OCAML_SITELIBDIR%%/core_kernel/optional_syntax.mli
1129
%%OCAML_SITELIBDIR%%/core_kernel/optional_syntax_intf.ml
1130
%%OCAML_SITELIBDIR%%/core_kernel/or_error.ml
1131
%%OCAML_SITELIBDIR%%/core_kernel/or_error.mli
1132
%%OCAML_SITELIBDIR%%/core_kernel/ordered_collection_common.ml
1133
%%OCAML_SITELIBDIR%%/core_kernel/ordered_collection_common.mli
1134
%%OCAML_SITELIBDIR%%/core_kernel/ordering.ml
1135
%%OCAML_SITELIBDIR%%/core_kernel/ordering.mli
1136
%%OCAML_SITELIBDIR%%/core_kernel/pairing_heap/pairing_heap.a
1137
%%OCAML_SITELIBDIR%%/core_kernel/pairing_heap/pairing_heap.cma
1138
%%OCAML_SITELIBDIR%%/core_kernel/pairing_heap/pairing_heap.cmi
1139
%%OCAML_SITELIBDIR%%/core_kernel/pairing_heap/pairing_heap.cmt
1140
%%OCAML_SITELIBDIR%%/core_kernel/pairing_heap/pairing_heap.cmti
1141
%%OCAML_SITELIBDIR%%/core_kernel/pairing_heap/pairing_heap.cmx
1142
%%OCAML_SITELIBDIR%%/core_kernel/pairing_heap/pairing_heap.cmxa
1143
%%OCAML_SITELIBDIR%%/core_kernel/pairing_heap/pairing_heap.cmxs
1144
%%OCAML_SITELIBDIR%%/core_kernel/pairing_heap/pairing_heap.ml
1145
%%OCAML_SITELIBDIR%%/core_kernel/pairing_heap/pairing_heap.mli
1146
%%OCAML_SITELIBDIR%%/core_kernel/percent.ml
1147
%%OCAML_SITELIBDIR%%/core_kernel/percent.mli
1148
%%OCAML_SITELIBDIR%%/core_kernel/perms.ml
1149
%%OCAML_SITELIBDIR%%/core_kernel/perms.mli
1150
%%OCAML_SITELIBDIR%%/core_kernel/pid.ml
1151
%%OCAML_SITELIBDIR%%/core_kernel/pid.mli
1152
%%OCAML_SITELIBDIR%%/core_kernel/pooled_hashtbl/import.ml
1153
%%OCAML_SITELIBDIR%%/core_kernel/pooled_hashtbl/pooled_hashtbl.a
1154
%%OCAML_SITELIBDIR%%/core_kernel/pooled_hashtbl/pooled_hashtbl.cma
1155
%%OCAML_SITELIBDIR%%/core_kernel/pooled_hashtbl/pooled_hashtbl.cmi
1156
%%OCAML_SITELIBDIR%%/core_kernel/pooled_hashtbl/pooled_hashtbl.cmt
1157
%%OCAML_SITELIBDIR%%/core_kernel/pooled_hashtbl/pooled_hashtbl.cmti
1158
%%OCAML_SITELIBDIR%%/core_kernel/pooled_hashtbl/pooled_hashtbl.cmx
1159
%%OCAML_SITELIBDIR%%/core_kernel/pooled_hashtbl/pooled_hashtbl.cmxa
1160
%%OCAML_SITELIBDIR%%/core_kernel/pooled_hashtbl/pooled_hashtbl.cmxs
1161
%%OCAML_SITELIBDIR%%/core_kernel/pooled_hashtbl/pooled_hashtbl.ml
1162
%%OCAML_SITELIBDIR%%/core_kernel/pooled_hashtbl/pooled_hashtbl.mli
1163
%%OCAML_SITELIBDIR%%/core_kernel/pooled_hashtbl/pooled_hashtbl__.cmi
1164
%%OCAML_SITELIBDIR%%/core_kernel/pooled_hashtbl/pooled_hashtbl__.cmt
1165
%%OCAML_SITELIBDIR%%/core_kernel/pooled_hashtbl/pooled_hashtbl__.cmx
1166
%%OCAML_SITELIBDIR%%/core_kernel/pooled_hashtbl/pooled_hashtbl__.ml
1167
%%OCAML_SITELIBDIR%%/core_kernel/pooled_hashtbl/pooled_hashtbl__Import.cmi
1168
%%OCAML_SITELIBDIR%%/core_kernel/pooled_hashtbl/pooled_hashtbl__Import.cmt
1169
%%OCAML_SITELIBDIR%%/core_kernel/pooled_hashtbl/pooled_hashtbl__Import.cmx
1170
%%OCAML_SITELIBDIR%%/core_kernel/printexc.ml
1171
%%OCAML_SITELIBDIR%%/core_kernel/printexc.mli
1172
%%OCAML_SITELIBDIR%%/core_kernel/printf.ml
1173
%%OCAML_SITELIBDIR%%/core_kernel/queue.ml
1174
%%OCAML_SITELIBDIR%%/core_kernel/queue.mli
1175
%%OCAML_SITELIBDIR%%/core_kernel/queue_intf.ml
1176
%%OCAML_SITELIBDIR%%/core_kernel/quickcheck.ml
1177
%%OCAML_SITELIBDIR%%/core_kernel/quickcheck.mli
1178
%%OCAML_SITELIBDIR%%/core_kernel/quickcheck_intf.ml
1179
%%OCAML_SITELIBDIR%%/core_kernel/quickcheckable.ml
1180
%%OCAML_SITELIBDIR%%/core_kernel/quickcheckable.mli
1181
%%OCAML_SITELIBDIR%%/core_kernel/quickcheckable_intf.ml
1182
%%OCAML_SITELIBDIR%%/core_kernel/ref.ml
1183
%%OCAML_SITELIBDIR%%/core_kernel/ref.mli
1184
%%OCAML_SITELIBDIR%%/core_kernel/result.ml
1185
%%OCAML_SITELIBDIR%%/core_kernel/result.mli
1186
%%OCAML_SITELIBDIR%%/core_kernel/robustly_comparable.ml
1187
%%OCAML_SITELIBDIR%%/core_kernel/rope/rope.a
1188
%%OCAML_SITELIBDIR%%/core_kernel/rope/rope.cma
1189
%%OCAML_SITELIBDIR%%/core_kernel/rope/rope.cmi
1190
%%OCAML_SITELIBDIR%%/core_kernel/rope/rope.cmt
1191
%%OCAML_SITELIBDIR%%/core_kernel/rope/rope.cmti
1192
%%OCAML_SITELIBDIR%%/core_kernel/rope/rope.cmx
1193
%%OCAML_SITELIBDIR%%/core_kernel/rope/rope.cmxa
1194
%%OCAML_SITELIBDIR%%/core_kernel/rope/rope.cmxs
1195
%%OCAML_SITELIBDIR%%/core_kernel/rope/rope.ml
1196
%%OCAML_SITELIBDIR%%/core_kernel/rope/rope.mli
1197
%%OCAML_SITELIBDIR%%/core_kernel/runtime.js
1198
%%OCAML_SITELIBDIR%%/core_kernel/sequence.ml
1199
%%OCAML_SITELIBDIR%%/core_kernel/sequence.mli
1200
%%OCAML_SITELIBDIR%%/core_kernel/set.ml
1201
%%OCAML_SITELIBDIR%%/core_kernel/set.mli
1202
%%OCAML_SITELIBDIR%%/core_kernel/set_intf.ml
1203
%%OCAML_SITELIBDIR%%/core_kernel/set_once.ml
1204
%%OCAML_SITELIBDIR%%/core_kernel/set_once.mli
1205
%%OCAML_SITELIBDIR%%/core_kernel/sexp.ml
1206
%%OCAML_SITELIBDIR%%/core_kernel/sexp.mli
1207
%%OCAML_SITELIBDIR%%/core_kernel/sexp_hidden_in_test/sexp_hidden_in_test.a
1208
%%OCAML_SITELIBDIR%%/core_kernel/sexp_hidden_in_test/sexp_hidden_in_test.cma
1209
%%OCAML_SITELIBDIR%%/core_kernel/sexp_hidden_in_test/sexp_hidden_in_test.cmi
1210
%%OCAML_SITELIBDIR%%/core_kernel/sexp_hidden_in_test/sexp_hidden_in_test.cmt
1211
%%OCAML_SITELIBDIR%%/core_kernel/sexp_hidden_in_test/sexp_hidden_in_test.cmti
1212
%%OCAML_SITELIBDIR%%/core_kernel/sexp_hidden_in_test/sexp_hidden_in_test.cmx
1213
%%OCAML_SITELIBDIR%%/core_kernel/sexp_hidden_in_test/sexp_hidden_in_test.cmxa
1214
%%OCAML_SITELIBDIR%%/core_kernel/sexp_hidden_in_test/sexp_hidden_in_test.cmxs
1215
%%OCAML_SITELIBDIR%%/core_kernel/sexp_hidden_in_test/sexp_hidden_in_test.ml
1216
%%OCAML_SITELIBDIR%%/core_kernel/sexp_hidden_in_test/sexp_hidden_in_test.mli
1217
%%OCAML_SITELIBDIR%%/core_kernel/sexpable.ml
1218
%%OCAML_SITELIBDIR%%/core_kernel/sexpable.mli
1219
%%OCAML_SITELIBDIR%%/core_kernel/sign.ml
1220
%%OCAML_SITELIBDIR%%/core_kernel/sign.mli
1221
%%OCAML_SITELIBDIR%%/core_kernel/sign_or_nan.ml
1222
%%OCAML_SITELIBDIR%%/core_kernel/sign_or_nan.mli
1223
%%OCAML_SITELIBDIR%%/core_kernel/source_code_position.ml
1224
%%OCAML_SITELIBDIR%%/core_kernel/source_code_position.mli
1225
%%OCAML_SITELIBDIR%%/core_kernel/source_code_position0.ml
1226
%%OCAML_SITELIBDIR%%/core_kernel/span_float.ml
1227
%%OCAML_SITELIBDIR%%/core_kernel/span_float.mli
1228
%%OCAML_SITELIBDIR%%/core_kernel/span_helpers.ml
1229
%%OCAML_SITELIBDIR%%/core_kernel/span_helpers.mli
1230
%%OCAML_SITELIBDIR%%/core_kernel/span_intf.ml
1231
%%OCAML_SITELIBDIR%%/core_kernel/span_ns.ml
1232
%%OCAML_SITELIBDIR%%/core_kernel/span_ns.mli
1233
%%OCAML_SITELIBDIR%%/core_kernel/stable.ml
1234
%%OCAML_SITELIBDIR%%/core_kernel/stable_comparable.ml
1235
%%OCAML_SITELIBDIR%%/core_kernel/stable_int63able.ml
1236
%%OCAML_SITELIBDIR%%/core_kernel/stable_internal.ml
1237
%%OCAML_SITELIBDIR%%/core_kernel/stable_module_types.ml
1238
%%OCAML_SITELIBDIR%%/core_kernel/stable_unit_test.ml
1239
%%OCAML_SITELIBDIR%%/core_kernel/stable_unit_test.mli
1240
%%OCAML_SITELIBDIR%%/core_kernel/stable_unit_test_intf.ml
1241
%%OCAML_SITELIBDIR%%/core_kernel/stack.ml
1242
%%OCAML_SITELIBDIR%%/core_kernel/stack.mli
1243
%%OCAML_SITELIBDIR%%/core_kernel/std_internal.ml
1244
%%OCAML_SITELIBDIR%%/core_kernel/strftime.js
1245
%%OCAML_SITELIBDIR%%/core_kernel/string.ml
1246
%%OCAML_SITELIBDIR%%/core_kernel/string.mli
1247
%%OCAML_SITELIBDIR%%/core_kernel/string_id.ml
1248
%%OCAML_SITELIBDIR%%/core_kernel/string_id.mli
1249
%%OCAML_SITELIBDIR%%/core_kernel/string_id_intf.ml
1250
%%OCAML_SITELIBDIR%%/core_kernel/substring.ml
1251
%%OCAML_SITELIBDIR%%/core_kernel/substring.mli
1252
%%OCAML_SITELIBDIR%%/core_kernel/substring_intf.ml
1253
%%OCAML_SITELIBDIR%%/core_kernel/t.ml
1254
%%OCAML_SITELIBDIR%%/core_kernel/thread_pool_cpu_affinity/import.ml
1255
%%OCAML_SITELIBDIR%%/core_kernel/thread_pool_cpu_affinity/thread_pool_cpu_affinity.a
1256
%%OCAML_SITELIBDIR%%/core_kernel/thread_pool_cpu_affinity/thread_pool_cpu_affinity.cma
1257
%%OCAML_SITELIBDIR%%/core_kernel/thread_pool_cpu_affinity/thread_pool_cpu_affinity.cmi
1258
%%OCAML_SITELIBDIR%%/core_kernel/thread_pool_cpu_affinity/thread_pool_cpu_affinity.cmt
1259
%%OCAML_SITELIBDIR%%/core_kernel/thread_pool_cpu_affinity/thread_pool_cpu_affinity.cmti
1260
%%OCAML_SITELIBDIR%%/core_kernel/thread_pool_cpu_affinity/thread_pool_cpu_affinity.cmx
1261
%%OCAML_SITELIBDIR%%/core_kernel/thread_pool_cpu_affinity/thread_pool_cpu_affinity.cmxa
1262
%%OCAML_SITELIBDIR%%/core_kernel/thread_pool_cpu_affinity/thread_pool_cpu_affinity.cmxs
1263
%%OCAML_SITELIBDIR%%/core_kernel/thread_pool_cpu_affinity/thread_pool_cpu_affinity.ml
1264
%%OCAML_SITELIBDIR%%/core_kernel/thread_pool_cpu_affinity/thread_pool_cpu_affinity.mli
1265
%%OCAML_SITELIBDIR%%/core_kernel/thread_pool_cpu_affinity/thread_pool_cpu_affinity__.cmi
1266
%%OCAML_SITELIBDIR%%/core_kernel/thread_pool_cpu_affinity/thread_pool_cpu_affinity__.cmt
1267
%%OCAML_SITELIBDIR%%/core_kernel/thread_pool_cpu_affinity/thread_pool_cpu_affinity__.cmx
1268
%%OCAML_SITELIBDIR%%/core_kernel/thread_pool_cpu_affinity/thread_pool_cpu_affinity__.ml
1269
%%OCAML_SITELIBDIR%%/core_kernel/thread_pool_cpu_affinity/thread_pool_cpu_affinity__Import.cmi
1270
%%OCAML_SITELIBDIR%%/core_kernel/thread_pool_cpu_affinity/thread_pool_cpu_affinity__Import.cmt
1271
%%OCAML_SITELIBDIR%%/core_kernel/thread_pool_cpu_affinity/thread_pool_cpu_affinity__Import.cmx
1272
%%OCAML_SITELIBDIR%%/core_kernel/thread_safe_queue/import.ml
1273
%%OCAML_SITELIBDIR%%/core_kernel/thread_safe_queue/thread_safe_queue.a
1274
%%OCAML_SITELIBDIR%%/core_kernel/thread_safe_queue/thread_safe_queue.cma
1275
%%OCAML_SITELIBDIR%%/core_kernel/thread_safe_queue/thread_safe_queue.cmi
1276
%%OCAML_SITELIBDIR%%/core_kernel/thread_safe_queue/thread_safe_queue.cmt
1277
%%OCAML_SITELIBDIR%%/core_kernel/thread_safe_queue/thread_safe_queue.cmti
1278
%%OCAML_SITELIBDIR%%/core_kernel/thread_safe_queue/thread_safe_queue.cmx
1279
%%OCAML_SITELIBDIR%%/core_kernel/thread_safe_queue/thread_safe_queue.cmxa
1280
%%OCAML_SITELIBDIR%%/core_kernel/thread_safe_queue/thread_safe_queue.cmxs
1281
%%OCAML_SITELIBDIR%%/core_kernel/thread_safe_queue/thread_safe_queue.ml
1282
%%OCAML_SITELIBDIR%%/core_kernel/thread_safe_queue/thread_safe_queue.mli
1283
%%OCAML_SITELIBDIR%%/core_kernel/thread_safe_queue/thread_safe_queue__.cmi
1284
%%OCAML_SITELIBDIR%%/core_kernel/thread_safe_queue/thread_safe_queue__.cmt
1285
%%OCAML_SITELIBDIR%%/core_kernel/thread_safe_queue/thread_safe_queue__.cmx
1286
%%OCAML_SITELIBDIR%%/core_kernel/thread_safe_queue/thread_safe_queue__.ml
1287
%%OCAML_SITELIBDIR%%/core_kernel/thread_safe_queue/thread_safe_queue__Import.cmi
1288
%%OCAML_SITELIBDIR%%/core_kernel/thread_safe_queue/thread_safe_queue__Import.cmt
1289
%%OCAML_SITELIBDIR%%/core_kernel/thread_safe_queue/thread_safe_queue__Import.cmx
1290
%%OCAML_SITELIBDIR%%/core_kernel/time.ml
1291
%%OCAML_SITELIBDIR%%/core_kernel/time.mli
1292
%%OCAML_SITELIBDIR%%/core_kernel/time0_intf.ml
1293
%%OCAML_SITELIBDIR%%/core_kernel/time_float.ml
1294
%%OCAML_SITELIBDIR%%/core_kernel/time_float.mli
1295
%%OCAML_SITELIBDIR%%/core_kernel/time_float0.ml
1296
%%OCAML_SITELIBDIR%%/core_kernel/time_float0.mli
1297
%%OCAML_SITELIBDIR%%/core_kernel/time_intf.ml
1298
%%OCAML_SITELIBDIR%%/core_kernel/time_ns.ml
1299
%%OCAML_SITELIBDIR%%/core_kernel/time_ns.mli
1300
%%OCAML_SITELIBDIR%%/core_kernel/time_ns_alternate_sexp.ml
1301
%%OCAML_SITELIBDIR%%/core_kernel/time_ns_intf.ml
1302
%%OCAML_SITELIBDIR%%/core_kernel/time_ns_stubs.h
1303
%%OCAML_SITELIBDIR%%/core_kernel/timing_wheel/import.ml
1304
%%OCAML_SITELIBDIR%%/core_kernel/timing_wheel/timing_wheel.a
1305
%%OCAML_SITELIBDIR%%/core_kernel/timing_wheel/timing_wheel.cma
1306
%%OCAML_SITELIBDIR%%/core_kernel/timing_wheel/timing_wheel.cmi
1307
%%OCAML_SITELIBDIR%%/core_kernel/timing_wheel/timing_wheel.cmt
1308
%%OCAML_SITELIBDIR%%/core_kernel/timing_wheel/timing_wheel.cmti
1309
%%OCAML_SITELIBDIR%%/core_kernel/timing_wheel/timing_wheel.cmx
1310
%%OCAML_SITELIBDIR%%/core_kernel/timing_wheel/timing_wheel.cmxa
1311
%%OCAML_SITELIBDIR%%/core_kernel/timing_wheel/timing_wheel.cmxs
1312
%%OCAML_SITELIBDIR%%/core_kernel/timing_wheel/timing_wheel.ml
1313
%%OCAML_SITELIBDIR%%/core_kernel/timing_wheel/timing_wheel.mli
1314
%%OCAML_SITELIBDIR%%/core_kernel/timing_wheel/timing_wheel__.cmi
1315
%%OCAML_SITELIBDIR%%/core_kernel/timing_wheel/timing_wheel__.cmt
1316
%%OCAML_SITELIBDIR%%/core_kernel/timing_wheel/timing_wheel__.cmx
1317
%%OCAML_SITELIBDIR%%/core_kernel/timing_wheel/timing_wheel__.ml
1318
%%OCAML_SITELIBDIR%%/core_kernel/timing_wheel/timing_wheel__Import.cmi
1319
%%OCAML_SITELIBDIR%%/core_kernel/timing_wheel/timing_wheel__Import.cmt
1320
%%OCAML_SITELIBDIR%%/core_kernel/timing_wheel/timing_wheel__Import.cmx
1321
%%OCAML_SITELIBDIR%%/core_kernel/timing_wheel/timing_wheel__Timing_wheel_intf.cmi
1322
%%OCAML_SITELIBDIR%%/core_kernel/timing_wheel/timing_wheel__Timing_wheel_intf.cmt
1323
%%OCAML_SITELIBDIR%%/core_kernel/timing_wheel/timing_wheel__Timing_wheel_intf.cmx
1324
%%OCAML_SITELIBDIR%%/core_kernel/timing_wheel/timing_wheel_intf.ml
1325
%%OCAML_SITELIBDIR%%/core_kernel/total_map/enumeration.ml
1326
%%OCAML_SITELIBDIR%%/core_kernel/total_map/enumeration.mli
1327
%%OCAML_SITELIBDIR%%/core_kernel/total_map/enumeration_intf.ml
1328
%%OCAML_SITELIBDIR%%/core_kernel/total_map/import.ml
1329
%%OCAML_SITELIBDIR%%/core_kernel/total_map/total_map.a
1330
%%OCAML_SITELIBDIR%%/core_kernel/total_map/total_map.cma
1331
%%OCAML_SITELIBDIR%%/core_kernel/total_map/total_map.cmi
1332
%%OCAML_SITELIBDIR%%/core_kernel/total_map/total_map.cmt
1333
%%OCAML_SITELIBDIR%%/core_kernel/total_map/total_map.cmti
1334
%%OCAML_SITELIBDIR%%/core_kernel/total_map/total_map.cmx
1335
%%OCAML_SITELIBDIR%%/core_kernel/total_map/total_map.cmxa
1336
%%OCAML_SITELIBDIR%%/core_kernel/total_map/total_map.cmxs
1337
%%OCAML_SITELIBDIR%%/core_kernel/total_map/total_map.ml
1338
%%OCAML_SITELIBDIR%%/core_kernel/total_map/total_map.mli
1339
%%OCAML_SITELIBDIR%%/core_kernel/total_map/total_map__.cmi
1340
%%OCAML_SITELIBDIR%%/core_kernel/total_map/total_map__.cmt
1341
%%OCAML_SITELIBDIR%%/core_kernel/total_map/total_map__.cmx
1342
%%OCAML_SITELIBDIR%%/core_kernel/total_map/total_map__.ml
1343
%%OCAML_SITELIBDIR%%/core_kernel/total_map/total_map__Enumeration.cmi
1344
%%OCAML_SITELIBDIR%%/core_kernel/total_map/total_map__Enumeration.cmt
1345
%%OCAML_SITELIBDIR%%/core_kernel/total_map/total_map__Enumeration.cmti
1346
%%OCAML_SITELIBDIR%%/core_kernel/total_map/total_map__Enumeration.cmx
1347
%%OCAML_SITELIBDIR%%/core_kernel/total_map/total_map__Enumeration_intf.cmi
1348
%%OCAML_SITELIBDIR%%/core_kernel/total_map/total_map__Enumeration_intf.cmt
1349
%%OCAML_SITELIBDIR%%/core_kernel/total_map/total_map__Enumeration_intf.cmx
1350
%%OCAML_SITELIBDIR%%/core_kernel/total_map/total_map__Import.cmi
1351
%%OCAML_SITELIBDIR%%/core_kernel/total_map/total_map__Import.cmt
1352
%%OCAML_SITELIBDIR%%/core_kernel/total_map/total_map__Import.cmx
1353
%%OCAML_SITELIBDIR%%/core_kernel/tuple.ml
1354
%%OCAML_SITELIBDIR%%/core_kernel/tuple.mli
1355
%%OCAML_SITELIBDIR%%/core_kernel/tuple_pool/import.ml
1356
%%OCAML_SITELIBDIR%%/core_kernel/tuple_pool/tuple_pool.a
1357
%%OCAML_SITELIBDIR%%/core_kernel/tuple_pool/tuple_pool.cma
1358
%%OCAML_SITELIBDIR%%/core_kernel/tuple_pool/tuple_pool.cmi
1359
%%OCAML_SITELIBDIR%%/core_kernel/tuple_pool/tuple_pool.cmt
1360
%%OCAML_SITELIBDIR%%/core_kernel/tuple_pool/tuple_pool.cmti
1361
%%OCAML_SITELIBDIR%%/core_kernel/tuple_pool/tuple_pool.cmx
1362
%%OCAML_SITELIBDIR%%/core_kernel/tuple_pool/tuple_pool.cmxa
1363
%%OCAML_SITELIBDIR%%/core_kernel/tuple_pool/tuple_pool.cmxs
1364
%%OCAML_SITELIBDIR%%/core_kernel/tuple_pool/tuple_pool.ml
1365
%%OCAML_SITELIBDIR%%/core_kernel/tuple_pool/tuple_pool.mli
1366
%%OCAML_SITELIBDIR%%/core_kernel/tuple_pool/tuple_pool__.cmi
1367
%%OCAML_SITELIBDIR%%/core_kernel/tuple_pool/tuple_pool__.cmt
1368
%%OCAML_SITELIBDIR%%/core_kernel/tuple_pool/tuple_pool__.cmx
1369
%%OCAML_SITELIBDIR%%/core_kernel/tuple_pool/tuple_pool__.ml
1370
%%OCAML_SITELIBDIR%%/core_kernel/tuple_pool/tuple_pool__Import.cmi
1371
%%OCAML_SITELIBDIR%%/core_kernel/tuple_pool/tuple_pool__Import.cmt
1372
%%OCAML_SITELIBDIR%%/core_kernel/tuple_pool/tuple_pool__Import.cmx
1373
%%OCAML_SITELIBDIR%%/core_kernel/tuple_pool/tuple_pool__Tuple_pool_intf.cmi
1374
%%OCAML_SITELIBDIR%%/core_kernel/tuple_pool/tuple_pool__Tuple_pool_intf.cmt
1375
%%OCAML_SITELIBDIR%%/core_kernel/tuple_pool/tuple_pool__Tuple_pool_intf.cmx
1376
%%OCAML_SITELIBDIR%%/core_kernel/tuple_pool/tuple_pool__Tuple_type.cmi
1377
%%OCAML_SITELIBDIR%%/core_kernel/tuple_pool/tuple_pool__Tuple_type.cmt
1378
%%OCAML_SITELIBDIR%%/core_kernel/tuple_pool/tuple_pool__Tuple_type.cmti
1379
%%OCAML_SITELIBDIR%%/core_kernel/tuple_pool/tuple_pool__Tuple_type.cmx
1380
%%OCAML_SITELIBDIR%%/core_kernel/tuple_pool/tuple_pool__Tuple_type_intf.cmi
1381
%%OCAML_SITELIBDIR%%/core_kernel/tuple_pool/tuple_pool__Tuple_type_intf.cmt
1382
%%OCAML_SITELIBDIR%%/core_kernel/tuple_pool/tuple_pool__Tuple_type_intf.cmx
1383
%%OCAML_SITELIBDIR%%/core_kernel/tuple_pool/tuple_pool_intf.ml
1384
%%OCAML_SITELIBDIR%%/core_kernel/tuple_pool/tuple_type.ml
1385
%%OCAML_SITELIBDIR%%/core_kernel/tuple_pool/tuple_type.mli
1386
%%OCAML_SITELIBDIR%%/core_kernel/tuple_pool/tuple_type_intf.ml
1387
%%OCAML_SITELIBDIR%%/core_kernel/type_equal.ml
1388
%%OCAML_SITELIBDIR%%/core_kernel/type_equal.mli
1389
%%OCAML_SITELIBDIR%%/core_kernel/type_equal_intf.ml
1390
%%OCAML_SITELIBDIR%%/core_kernel/type_immediacy.ml
1391
%%OCAML_SITELIBDIR%%/core_kernel/type_immediacy.mli
1392
%%OCAML_SITELIBDIR%%/core_kernel/uniform_array.ml
1393
%%OCAML_SITELIBDIR%%/core_kernel/uniform_array.mli
1394
%%OCAML_SITELIBDIR%%/core_kernel/union_find.ml
1395
%%OCAML_SITELIBDIR%%/core_kernel/union_find.mli
1396
%%OCAML_SITELIBDIR%%/core_kernel/unique_id.ml
1397
%%OCAML_SITELIBDIR%%/core_kernel/unique_id.mli
1398
%%OCAML_SITELIBDIR%%/core_kernel/unique_id_intf.ml
1399
%%OCAML_SITELIBDIR%%/core_kernel/unit.ml
1400
%%OCAML_SITELIBDIR%%/core_kernel/unit.mli
1401
%%OCAML_SITELIBDIR%%/core_kernel/unit_of_time.ml
1402
%%OCAML_SITELIBDIR%%/core_kernel/unit_of_time.mli
1403
%%OCAML_SITELIBDIR%%/core_kernel/univ/import.ml
1404
%%OCAML_SITELIBDIR%%/core_kernel/univ/univ.a
1405
%%OCAML_SITELIBDIR%%/core_kernel/univ/univ.cma
1406
%%OCAML_SITELIBDIR%%/core_kernel/univ/univ.cmi
1407
%%OCAML_SITELIBDIR%%/core_kernel/univ/univ.cmt
1408
%%OCAML_SITELIBDIR%%/core_kernel/univ/univ.cmti
1409
%%OCAML_SITELIBDIR%%/core_kernel/univ/univ.cmx
1410
%%OCAML_SITELIBDIR%%/core_kernel/univ/univ.cmxa
1411
%%OCAML_SITELIBDIR%%/core_kernel/univ/univ.cmxs
1412
%%OCAML_SITELIBDIR%%/core_kernel/univ/univ.ml
1413
%%OCAML_SITELIBDIR%%/core_kernel/univ/univ.mli
1414
%%OCAML_SITELIBDIR%%/core_kernel/univ/univ__.cmi
1415
%%OCAML_SITELIBDIR%%/core_kernel/univ/univ__.cmt
1416
%%OCAML_SITELIBDIR%%/core_kernel/univ/univ__.cmx
1417
%%OCAML_SITELIBDIR%%/core_kernel/univ/univ__.ml
1418
%%OCAML_SITELIBDIR%%/core_kernel/univ/univ__Import.cmi
1419
%%OCAML_SITELIBDIR%%/core_kernel/univ/univ__Import.cmt
1420
%%OCAML_SITELIBDIR%%/core_kernel/univ/univ__Import.cmx
1421
%%OCAML_SITELIBDIR%%/core_kernel/univ_map.ml
1422
%%OCAML_SITELIBDIR%%/core_kernel/univ_map.mli
1423
%%OCAML_SITELIBDIR%%/core_kernel/univ_map_intf.ml
1424
%%OCAML_SITELIBDIR%%/core_kernel/unpack_buffer/import.ml
1425
%%OCAML_SITELIBDIR%%/core_kernel/unpack_buffer/unpack_buffer.a
1426
%%OCAML_SITELIBDIR%%/core_kernel/unpack_buffer/unpack_buffer.cma
1427
%%OCAML_SITELIBDIR%%/core_kernel/unpack_buffer/unpack_buffer.cmi
1428
%%OCAML_SITELIBDIR%%/core_kernel/unpack_buffer/unpack_buffer.cmt
1429
%%OCAML_SITELIBDIR%%/core_kernel/unpack_buffer/unpack_buffer.cmti
1430
%%OCAML_SITELIBDIR%%/core_kernel/unpack_buffer/unpack_buffer.cmx
1431
%%OCAML_SITELIBDIR%%/core_kernel/unpack_buffer/unpack_buffer.cmxa
1432
%%OCAML_SITELIBDIR%%/core_kernel/unpack_buffer/unpack_buffer.cmxs
1433
%%OCAML_SITELIBDIR%%/core_kernel/unpack_buffer/unpack_buffer.ml
1434
%%OCAML_SITELIBDIR%%/core_kernel/unpack_buffer/unpack_buffer.mli
1435
%%OCAML_SITELIBDIR%%/core_kernel/unpack_buffer/unpack_buffer__.cmi
1436
%%OCAML_SITELIBDIR%%/core_kernel/unpack_buffer/unpack_buffer__.cmt
1437
%%OCAML_SITELIBDIR%%/core_kernel/unpack_buffer/unpack_buffer__.cmx
1438
%%OCAML_SITELIBDIR%%/core_kernel/unpack_buffer/unpack_buffer__.ml
1439
%%OCAML_SITELIBDIR%%/core_kernel/unpack_buffer/unpack_buffer__Import.cmi
1440
%%OCAML_SITELIBDIR%%/core_kernel/unpack_buffer/unpack_buffer__Import.cmt
1441
%%OCAML_SITELIBDIR%%/core_kernel/unpack_buffer/unpack_buffer__Import.cmx
1442
%%OCAML_SITELIBDIR%%/core_kernel/uopt/uopt.a
1443
%%OCAML_SITELIBDIR%%/core_kernel/uopt/uopt.cma
1444
%%OCAML_SITELIBDIR%%/core_kernel/uopt/uopt.cmi
1445
%%OCAML_SITELIBDIR%%/core_kernel/uopt/uopt.cmt
1446
%%OCAML_SITELIBDIR%%/core_kernel/uopt/uopt.cmti
1447
%%OCAML_SITELIBDIR%%/core_kernel/uopt/uopt.cmx
1448
%%OCAML_SITELIBDIR%%/core_kernel/uopt/uopt.cmxa
1449
%%OCAML_SITELIBDIR%%/core_kernel/uopt/uopt.cmxs
1450
%%OCAML_SITELIBDIR%%/core_kernel/uopt/uopt.ml
1451
%%OCAML_SITELIBDIR%%/core_kernel/uopt/uopt.mli
1452
%%OCAML_SITELIBDIR%%/core_kernel/uuid/uuid.a
1453
%%OCAML_SITELIBDIR%%/core_kernel/uuid/uuid.cma
1454
%%OCAML_SITELIBDIR%%/core_kernel/uuid/uuid.cmi
1455
%%OCAML_SITELIBDIR%%/core_kernel/uuid/uuid.cmt
1456
%%OCAML_SITELIBDIR%%/core_kernel/uuid/uuid.cmti
1457
%%OCAML_SITELIBDIR%%/core_kernel/uuid/uuid.cmx
1458
%%OCAML_SITELIBDIR%%/core_kernel/uuid/uuid.cmxa
1459
%%OCAML_SITELIBDIR%%/core_kernel/uuid/uuid.cmxs
1460
%%OCAML_SITELIBDIR%%/core_kernel/uuid/uuid.ml
1461
%%OCAML_SITELIBDIR%%/core_kernel/uuid/uuid.mli
1462
%%OCAML_SITELIBDIR%%/core_kernel/validated.ml
1463
%%OCAML_SITELIBDIR%%/core_kernel/validated.mli
1464
%%OCAML_SITELIBDIR%%/core_kernel/validated_intf.ml
1465
%%OCAML_SITELIBDIR%%/core_kernel/version_util/libversion_util_stubs.a
1466
%%OCAML_SITELIBDIR%%/core_kernel/version_util/version_util.a
1467
%%OCAML_SITELIBDIR%%/core_kernel/version_util/version_util.cma
1468
%%OCAML_SITELIBDIR%%/core_kernel/version_util/version_util.cmi
1469
%%OCAML_SITELIBDIR%%/core_kernel/version_util/version_util.cmt
1470
%%OCAML_SITELIBDIR%%/core_kernel/version_util/version_util.cmti
1471
%%OCAML_SITELIBDIR%%/core_kernel/version_util/version_util.cmx
1472
%%OCAML_SITELIBDIR%%/core_kernel/version_util/version_util.cmxa
1473
%%OCAML_SITELIBDIR%%/core_kernel/version_util/version_util.cmxs
1474
%%OCAML_SITELIBDIR%%/core_kernel/version_util/version_util.js
1475
%%OCAML_SITELIBDIR%%/core_kernel/version_util/version_util.ml
1476
%%OCAML_SITELIBDIR%%/core_kernel/version_util/version_util.mli
1477
%%OCAML_SITELIBDIR%%/core_kernel/weak_array/weak_array.a
1478
%%OCAML_SITELIBDIR%%/core_kernel/weak_array/weak_array.cma
1479
%%OCAML_SITELIBDIR%%/core_kernel/weak_array/weak_array.cmi
1480
%%OCAML_SITELIBDIR%%/core_kernel/weak_array/weak_array.cmt
1481
%%OCAML_SITELIBDIR%%/core_kernel/weak_array/weak_array.cmti
1482
%%OCAML_SITELIBDIR%%/core_kernel/weak_array/weak_array.cmx
1483
%%OCAML_SITELIBDIR%%/core_kernel/weak_array/weak_array.cmxa
1484
%%OCAML_SITELIBDIR%%/core_kernel/weak_array/weak_array.cmxs
1485
%%OCAML_SITELIBDIR%%/core_kernel/weak_array/weak_array.ml
1486
%%OCAML_SITELIBDIR%%/core_kernel/weak_array/weak_array.mli
1487
%%OCAML_SITELIBDIR%%/core_kernel/weak_hashtbl/import.ml
1488
%%OCAML_SITELIBDIR%%/core_kernel/weak_hashtbl/weak_hashtbl.a
1489
%%OCAML_SITELIBDIR%%/core_kernel/weak_hashtbl/weak_hashtbl.cma
1490
%%OCAML_SITELIBDIR%%/core_kernel/weak_hashtbl/weak_hashtbl.cmi
1491
%%OCAML_SITELIBDIR%%/core_kernel/weak_hashtbl/weak_hashtbl.cmt
1492
%%OCAML_SITELIBDIR%%/core_kernel/weak_hashtbl/weak_hashtbl.cmti
1493
%%OCAML_SITELIBDIR%%/core_kernel/weak_hashtbl/weak_hashtbl.cmx
1494
%%OCAML_SITELIBDIR%%/core_kernel/weak_hashtbl/weak_hashtbl.cmxa
1495
%%OCAML_SITELIBDIR%%/core_kernel/weak_hashtbl/weak_hashtbl.cmxs
1496
%%OCAML_SITELIBDIR%%/core_kernel/weak_hashtbl/weak_hashtbl.ml
1497
%%OCAML_SITELIBDIR%%/core_kernel/weak_hashtbl/weak_hashtbl.mli
1498
%%OCAML_SITELIBDIR%%/core_kernel/weak_hashtbl/weak_hashtbl__.cmi
1499
%%OCAML_SITELIBDIR%%/core_kernel/weak_hashtbl/weak_hashtbl__.cmt
1500
%%OCAML_SITELIBDIR%%/core_kernel/weak_hashtbl/weak_hashtbl__.cmx
1501
%%OCAML_SITELIBDIR%%/core_kernel/weak_hashtbl/weak_hashtbl__.ml
1502
%%OCAML_SITELIBDIR%%/core_kernel/weak_hashtbl/weak_hashtbl__Import.cmi
1503
%%OCAML_SITELIBDIR%%/core_kernel/weak_hashtbl/weak_hashtbl__Import.cmt
1504
%%OCAML_SITELIBDIR%%/core_kernel/weak_hashtbl/weak_hashtbl__Import.cmx
1505
%%OCAML_SITELIBDIR%%/core_kernel/weak_pointer/weak_pointer.a
1506
%%OCAML_SITELIBDIR%%/core_kernel/weak_pointer/weak_pointer.cma
1507
%%OCAML_SITELIBDIR%%/core_kernel/weak_pointer/weak_pointer.cmi
1508
%%OCAML_SITELIBDIR%%/core_kernel/weak_pointer/weak_pointer.cmt
1509
%%OCAML_SITELIBDIR%%/core_kernel/weak_pointer/weak_pointer.cmti
1510
%%OCAML_SITELIBDIR%%/core_kernel/weak_pointer/weak_pointer.cmx
1511
%%OCAML_SITELIBDIR%%/core_kernel/weak_pointer/weak_pointer.cmxa
1512
%%OCAML_SITELIBDIR%%/core_kernel/weak_pointer/weak_pointer.cmxs
1513
%%OCAML_SITELIBDIR%%/core_kernel/weak_pointer/weak_pointer.ml
1514
%%OCAML_SITELIBDIR%%/core_kernel/weak_pointer/weak_pointer.mli
1515
%%OCAML_SITELIBDIR%%/core_kernel/zone.ml
1516
%%OCAML_SITELIBDIR%%/core_kernel/zone.mli
1517
%%OCAML_SITELIBDIR%%/core_kernel/zone_intf.ml
1518
%%OCAML_SITELIBDIR%%/stublibs/dllcore_kernel_stubs.so
1519
%%OCAML_SITELIBDIR%%/stublibs/dllversion_util_stubs.so
1520
%%PORTDOCS%%%%DOCSDIR%%/CHANGES.md
1521
%%PORTDOCS%%%%DOCSDIR%%/LICENSE.md
1522
%%PORTDOCS%%%%DOCSDIR%%/README.md
1
combinators
1523
combinators
2
--
3
devel/ocaml-fmt/Makefile  | 39 +++++++++++++++++++++++++++++++++++++++
1524
devel/ocaml-fmt/Makefile  | 39 +++++++++++++++++++++++++++++++++++++++
4
devel/ocaml-fmt/distinfo  |  3 +++
1525
devel/ocaml-fmt/distinfo  |  3 +++
5
devel/ocaml-fmt/pkg-descr |  9 +++++++++
1526
devel/ocaml-fmt/pkg-descr |  9 +++++++++
6
devel/ocaml-fmt/pkg-plist | 35 +++++++++++++++++++++++++++++++++++
1527
devel/ocaml-fmt/pkg-plist | 35 +++++++++++++++++++++++++++++++++++
7
4 files changed, 86 insertions(+)
1528
4 files changed, 86 insertions(+)
8
create mode 100644 devel/ocaml-fmt/Makefile
1529
create mode 100644 devel/ocaml-fmt/Makefile
9
create mode 100644 devel/ocaml-fmt/distinfo
1530
create mode 100644 devel/ocaml-fmt/distinfo
10
create mode 100644 devel/ocaml-fmt/pkg-descr
1531
create mode 100644 devel/ocaml-fmt/pkg-descr
11
create mode 100644 devel/ocaml-fmt/pkg-plist
1532
create mode 100644 devel/ocaml-fmt/pkg-plist
(-)b/devel/ocaml-fmt/Makefile (+39 lines)
Added Link Here
1
# Created by: Thierry Thomas <thierry@pompo.net>
2
3
PORTNAME=	fmt
4
PORTVERSION=	0.9.0
5
CATEGORIES=	devel
6
MASTER_SITES=	https://erratique.ch/software/fmt/releases/
7
PKGNAMEPREFIX=	ocaml-
8
9
MAINTAINER=	thierry@FreeBSD.org
10
COMMENT=	OCaml Format pretty-printer combinators
11
12
LICENSE=	ISCL
13
14
BUILD_DEPENDS=	ocaml-opam>0:devel/ocaml-opam	\
15
		ocaml-topkg>0:devel/ocaml-topkg	\
16
		ocamlbuild:devel/ocaml-ocamlbuild	\
17
		ocaml-cmdliner>0:devel/ocaml-cmdliner
18
19
USES=		tar:tbz
20
USE_OCAML=	yes
21
USE_OCAML_FINDLIB=	yes
22
23
OPTIONS_DEFINE=	DOCS
24
25
do-build:
26
	(cd ${BUILD_WRKSRC} &&	\
27
	ocaml pkg/pkg.ml build --with-base-unix true --with-cmdliner true)
28
29
do-install:
30
	cd ${INSTALL_WRKSRC} && opam-installer -i \
31
		--prefix=${STAGEDIR}${PREFIX} \
32
		--docdir=${OCAML_DOCSDIR:S,^${PREFIX}/,,} \
33
		--libdir=${OCAML_SITELIBDIR} ${PORTNAME}.install
34
35
post-install:
36
	${FIND} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/${PORTNAME} -name "*.cmxs" | \
37
		${XARGS} ${STRIP_CMD}
38
39
.include <bsd.port.mk>
(-)b/devel/ocaml-fmt/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1647602570
2
SHA256 (fmt-0.9.0.tbz) = f1fb20805a22dd75a137d72704a370e7789cf6bdf63948e6817d1c226c141261
3
SIZE (fmt-0.9.0.tbz) = 22699
(-)b/devel/ocaml-fmt/pkg-descr (+9 lines)
Added Link Here
1
Fmt exposes combinators to devise Format pretty-printing functions.
2
3
Fmt depends only on the OCaml standard library. The optional Fmt_tty library
4
that allows to setup formatters for terminal color output depends on the Unix
5
library. The optional Fmt_cli library that provides command line support for Fmt
6
depends on `Cmdliner`.
7
8
WWW: https://erratique.ch/software/fmt
9
WWW: https://github.com/dbuenzli/fmt
(-)b/devel/ocaml-fmt/pkg-plist (-2 / +35 lines)
Added Link Here
0
- 
1
%%OCAML_SITELIBDIR%%/fmt/META
2
%%OCAML_SITELIBDIR%%/fmt/fmt.a
3
%%OCAML_SITELIBDIR%%/fmt/fmt.cma
4
%%OCAML_SITELIBDIR%%/fmt/fmt.cmi
5
%%OCAML_SITELIBDIR%%/fmt/fmt.cmti
6
%%OCAML_SITELIBDIR%%/fmt/fmt.cmx
7
%%OCAML_SITELIBDIR%%/fmt/fmt.cmxa
8
%%OCAML_SITELIBDIR%%/fmt/fmt.cmxs
9
%%OCAML_SITELIBDIR%%/fmt/fmt.mli
10
%%OCAML_SITELIBDIR%%/fmt/fmt_cli.a
11
%%OCAML_SITELIBDIR%%/fmt/fmt_cli.cma
12
%%OCAML_SITELIBDIR%%/fmt/fmt_cli.cmi
13
%%OCAML_SITELIBDIR%%/fmt/fmt_cli.cmti
14
%%OCAML_SITELIBDIR%%/fmt/fmt_cli.cmx
15
%%OCAML_SITELIBDIR%%/fmt/fmt_cli.cmxa
16
%%OCAML_SITELIBDIR%%/fmt/fmt_cli.cmxs
17
%%OCAML_SITELIBDIR%%/fmt/fmt_cli.mli
18
%%OCAML_SITELIBDIR%%/fmt/fmt_top.a
19
%%OCAML_SITELIBDIR%%/fmt/fmt_top.cma
20
%%OCAML_SITELIBDIR%%/fmt/fmt_top.cmx
21
%%OCAML_SITELIBDIR%%/fmt/fmt_top.cmxa
22
%%OCAML_SITELIBDIR%%/fmt/fmt_top.cmxs
23
%%OCAML_SITELIBDIR%%/fmt/fmt_tty.a
24
%%OCAML_SITELIBDIR%%/fmt/fmt_tty.cma
25
%%OCAML_SITELIBDIR%%/fmt/fmt_tty.cmi
26
%%OCAML_SITELIBDIR%%/fmt/fmt_tty.cmti
27
%%OCAML_SITELIBDIR%%/fmt/fmt_tty.cmx
28
%%OCAML_SITELIBDIR%%/fmt/fmt_tty.cmxa
29
%%OCAML_SITELIBDIR%%/fmt/fmt_tty.cmxs
30
%%OCAML_SITELIBDIR%%/fmt/fmt_tty.mli
31
%%OCAML_SITELIBDIR%%/fmt/fmt_tty_top_init.ml
32
%%OCAML_SITELIBDIR%%/fmt/opam
33
share/doc/ocaml/fmt/CHANGES.md
34
share/doc/ocaml/fmt/LICENSE.md
35
share/doc/ocaml/fmt/README.md
1
library for parsers generated by Menhir
36
library for parsers generated by Menhir
2
--
3
devel/ocaml-menhirLib/Makefile  | 45 +++++++++++++++++++++++++++++++++
37
devel/ocaml-menhirLib/Makefile  | 45 +++++++++++++++++++++++++++++++++
4
devel/ocaml-menhirLib/distinfo  |  3 +++
38
devel/ocaml-menhirLib/distinfo  |  3 +++
5
devel/ocaml-menhirLib/pkg-descr |  4 +++
39
devel/ocaml-menhirLib/pkg-descr |  4 +++
6
devel/ocaml-menhirLib/pkg-plist | 13 ++++++++++
40
devel/ocaml-menhirLib/pkg-plist | 13 ++++++++++
7
4 files changed, 65 insertions(+)
41
4 files changed, 65 insertions(+)
8
create mode 100644 devel/ocaml-menhirLib/Makefile
42
create mode 100644 devel/ocaml-menhirLib/Makefile
9
create mode 100644 devel/ocaml-menhirLib/distinfo
43
create mode 100644 devel/ocaml-menhirLib/distinfo
10
create mode 100644 devel/ocaml-menhirLib/pkg-descr
44
create mode 100644 devel/ocaml-menhirLib/pkg-descr
11
create mode 100644 devel/ocaml-menhirLib/pkg-plist
45
create mode 100644 devel/ocaml-menhirLib/pkg-plist
(-)b/devel/ocaml-menhirLib/Makefile (+45 lines)
Added Link Here
1
# Created by: Thierry Thomas <thierry@pompo.net>
2
3
PORTNAME=	menhirLib
4
PORTVERSION=	20220210
5
CATEGORIES=	devel
6
MASTER_SITES=	https://gitlab.inria.fr/fpottier/menhir/-/archive/${PORTVERSION}/
7
PKGNAMEPREFIX=	ocaml-
8
DISTNAME=	archive
9
DIST_SUBDIR=	menhir-${PORTVERSION}
10
11
MAINTAINER=	thierry@FreeBSD.org
12
COMMENT=	Runtime support library for parsers generated by Menhir
13
14
LICENSE=	LGPL20
15
16
BUILD_DEPENDS=	dune:devel/ocaml-dune	\
17
		opam:devel/ocaml-opam
18
19
USE_OCAML=	yes
20
21
GLTAG=		4f8151679e73cdfe598c42220ae869f904dfaa9a
22
WRKSRC=		${WRKDIR}/${DIST_SUBDIR}-${GLTAG}
23
INSTALL_ARGS=	--destdir=${STAGEDIR} --libdir=${OCAML_SITELIBDIR}
24
DOCSDIR=	${OCAML_DOCSDIR}/${PORTNAME}
25
26
MISSING_INSTALL=coq-menhirlib menhir menhirSdk
27
28
OPTIONS_DEFINE=	DOCS
29
30
do-build:
31
	(cd ${WRKSRC} && ${LOCALBASE}/bin/dune build -p menhirLib)
32
33
post-build:
34
	# To be fixed?
35
.for mi in ${MISSING_INSTALL}
36
	${TOUCH} ${WRKSRC}/_build/default/${mi}.install
37
.endfor
38
39
do-install:
40
	(cd ${WRKSRC} && ${LOCALBASE}/bin/dune install ${INSTALL_ARGS})
41
42
post-install:
43
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/${PORTNAME}/${PORTNAME}.cmxs
44
45
.include <bsd.port.mk>
(-)b/devel/ocaml-menhirLib/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1647609420
2
SHA256 (menhir-20220210/archive.tar.gz) = 57a4e81af5f90c52b896a65b6105132765a385501eaa039b7a2ff952f8df5735
3
SIZE (menhir-20220210/archive.tar.gz) = 1304983
(-)b/devel/ocaml-menhirLib/pkg-descr (+4 lines)
Added Link Here
1
This is the runtime support library for parsers generated by Menhir.
2
3
WWW: http://cambium.inria.fr/~fpottier/menhir/
4
WWW: https://gitlab.inria.fr/fpottier/menhir
(-)b/devel/ocaml-menhirLib/pkg-plist (-2 / +13 lines)
Added Link Here
0
- 
1
%%OCAML_SITELIBDIR%%/menhirLib/META
2
%%OCAML_SITELIBDIR%%/menhirLib/dune-package
3
%%OCAML_SITELIBDIR%%/menhirLib/menhirLib.a
4
%%OCAML_SITELIBDIR%%/menhirLib/menhirLib.cma
5
%%OCAML_SITELIBDIR%%/menhirLib/menhirLib.cmi
6
%%OCAML_SITELIBDIR%%/menhirLib/menhirLib.cmt
7
%%OCAML_SITELIBDIR%%/menhirLib/menhirLib.cmti
8
%%OCAML_SITELIBDIR%%/menhirLib/menhirLib.cmx
9
%%OCAML_SITELIBDIR%%/menhirLib/menhirLib.cmxa
10
%%OCAML_SITELIBDIR%%/menhirLib/menhirLib.cmxs
11
%%OCAML_SITELIBDIR%%/menhirLib/menhirLib.ml
12
%%OCAML_SITELIBDIR%%/menhirLib/menhirLib.mli
13
%%PORTDOCS%%%%DOCSDIR%%/LICENSE
1
for auxiliary tools related to Menhir
14
for auxiliary tools related to Menhir
2
--
3
devel/ocaml-menhirSdk/Makefile  | 45 +++++++++++++++++++++++++++++++++
15
devel/ocaml-menhirSdk/Makefile  | 45 +++++++++++++++++++++++++++++++++
4
devel/ocaml-menhirSdk/distinfo  |  3 +++
16
devel/ocaml-menhirSdk/distinfo  |  3 +++
5
devel/ocaml-menhirSdk/pkg-descr |  4 +++
17
devel/ocaml-menhirSdk/pkg-descr |  4 +++
6
devel/ocaml-menhirSdk/pkg-plist | 35 +++++++++++++++++++++++++
18
devel/ocaml-menhirSdk/pkg-plist | 35 +++++++++++++++++++++++++
7
4 files changed, 87 insertions(+)
19
4 files changed, 87 insertions(+)
8
create mode 100644 devel/ocaml-menhirSdk/Makefile
20
create mode 100644 devel/ocaml-menhirSdk/Makefile
9
create mode 100644 devel/ocaml-menhirSdk/distinfo
21
create mode 100644 devel/ocaml-menhirSdk/distinfo
10
create mode 100644 devel/ocaml-menhirSdk/pkg-descr
22
create mode 100644 devel/ocaml-menhirSdk/pkg-descr
11
create mode 100644 devel/ocaml-menhirSdk/pkg-plist
23
create mode 100644 devel/ocaml-menhirSdk/pkg-plist
(-)b/devel/ocaml-menhirSdk/Makefile (+45 lines)
Added Link Here
1
# Created by: Thierry Thomas <thierry@pompo.net>
2
3
PORTNAME=	menhirSdk
4
PORTVERSION=	20220210
5
CATEGORIES=	devel
6
MASTER_SITES=	https://gitlab.inria.fr/fpottier/menhir/-/archive/${PORTVERSION}/
7
PKGNAMEPREFIX=	ocaml-
8
DISTNAME=	archive
9
DIST_SUBDIR=	menhir-${PORTVERSION}
10
11
MAINTAINER=	thierry@FreeBSD.org
12
COMMENT=	Compile-time library for auxiliary tools related to Menhir
13
14
LICENSE=	LGPL20
15
16
BUILD_DEPENDS=	dune:devel/ocaml-dune	\
17
		opam:devel/ocaml-opam
18
19
USE_OCAML=	yes
20
21
GLTAG=		4f8151679e73cdfe598c42220ae869f904dfaa9a
22
WRKSRC=		${WRKDIR}/${DIST_SUBDIR}-${GLTAG}
23
INSTALL_ARGS=	--destdir=${STAGEDIR} --libdir=${OCAML_SITELIBDIR}
24
DOCSDIR=	${OCAML_DOCSDIR}/${PORTNAME}
25
26
MISSING_INSTALL=coq-menhirlib menhir menhirLib
27
28
OPTIONS_DEFINE=	DOCS
29
30
do-build:
31
	(cd ${WRKSRC} && ${LOCALBASE}/bin/dune build -p menhirSdk)
32
33
post-build:
34
	# To be fixed?
35
.for mi in ${MISSING_INSTALL}
36
	${TOUCH} ${WRKSRC}/_build/default/${mi}.install
37
.endfor
38
39
do-install:
40
	(cd ${WRKSRC} && ${LOCALBASE}/bin/dune install ${INSTALL_ARGS})
41
42
post-install:
43
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/${PORTNAME}/${PORTNAME}.cmxs
44
45
.include <bsd.port.mk>
(-)b/devel/ocaml-menhirSdk/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1647609420
2
SHA256 (menhir-20220210/archive.tar.gz) = 57a4e81af5f90c52b896a65b6105132765a385501eaa039b7a2ff952f8df5735
3
SIZE (menhir-20220210/archive.tar.gz) = 1304983
(-)b/devel/ocaml-menhirSdk/pkg-descr (+4 lines)
Added Link Here
1
This is a compile-time library for auxiliary tools related to Menhir.
2
3
WWW: https://cambium.inria.fr/~fpottier/menhir/
4
WWW: https://gitlab.inria.fr/fpottier/menhir
(-)b/devel/ocaml-menhirSdk/pkg-plist (-2 / +35 lines)
Added Link Here
0
- 
1
%%OCAML_SITELIBDIR%%/menhirSdk/META
2
%%OCAML_SITELIBDIR%%/menhirSdk/cmly_api.ml
3
%%OCAML_SITELIBDIR%%/menhirSdk/cmly_format.ml
4
%%OCAML_SITELIBDIR%%/menhirSdk/cmly_read.ml
5
%%OCAML_SITELIBDIR%%/menhirSdk/cmly_read.mli
6
%%OCAML_SITELIBDIR%%/menhirSdk/dune-package
7
%%OCAML_SITELIBDIR%%/menhirSdk/keyword.ml
8
%%OCAML_SITELIBDIR%%/menhirSdk/keyword.mli
9
%%OCAML_SITELIBDIR%%/menhirSdk/menhirSdk.a
10
%%OCAML_SITELIBDIR%%/menhirSdk/menhirSdk.cma
11
%%OCAML_SITELIBDIR%%/menhirSdk/menhirSdk.cmi
12
%%OCAML_SITELIBDIR%%/menhirSdk/menhirSdk.cmt
13
%%OCAML_SITELIBDIR%%/menhirSdk/menhirSdk.cmx
14
%%OCAML_SITELIBDIR%%/menhirSdk/menhirSdk.cmxa
15
%%OCAML_SITELIBDIR%%/menhirSdk/menhirSdk.cmxs
16
%%OCAML_SITELIBDIR%%/menhirSdk/menhirSdk.ml
17
%%OCAML_SITELIBDIR%%/menhirSdk/menhirSdk__Cmly_api.cmi
18
%%OCAML_SITELIBDIR%%/menhirSdk/menhirSdk__Cmly_api.cmt
19
%%OCAML_SITELIBDIR%%/menhirSdk/menhirSdk__Cmly_api.cmx
20
%%OCAML_SITELIBDIR%%/menhirSdk/menhirSdk__Cmly_format.cmi
21
%%OCAML_SITELIBDIR%%/menhirSdk/menhirSdk__Cmly_format.cmt
22
%%OCAML_SITELIBDIR%%/menhirSdk/menhirSdk__Cmly_format.cmx
23
%%OCAML_SITELIBDIR%%/menhirSdk/menhirSdk__Cmly_read.cmi
24
%%OCAML_SITELIBDIR%%/menhirSdk/menhirSdk__Cmly_read.cmt
25
%%OCAML_SITELIBDIR%%/menhirSdk/menhirSdk__Cmly_read.cmti
26
%%OCAML_SITELIBDIR%%/menhirSdk/menhirSdk__Cmly_read.cmx
27
%%OCAML_SITELIBDIR%%/menhirSdk/menhirSdk__Keyword.cmi
28
%%OCAML_SITELIBDIR%%/menhirSdk/menhirSdk__Keyword.cmt
29
%%OCAML_SITELIBDIR%%/menhirSdk/menhirSdk__Keyword.cmti
30
%%OCAML_SITELIBDIR%%/menhirSdk/menhirSdk__Keyword.cmx
31
%%OCAML_SITELIBDIR%%/menhirSdk/menhirSdk__Version.cmi
32
%%OCAML_SITELIBDIR%%/menhirSdk/menhirSdk__Version.cmt
33
%%OCAML_SITELIBDIR%%/menhirSdk/menhirSdk__Version.cmx
34
%%OCAML_SITELIBDIR%%/menhirSdk/version.ml
35
%%PORTDOCS%%%%DOCSDIR%%/LICENSE
1
library for OCaml
36
library for OCaml
2
--
3
devel/ocaml-easy-format/Makefile              |  34 ++
37
devel/ocaml-easy-format/Makefile              |  34 ++
4
devel/ocaml-easy-format/distinfo              |   3 +
38
devel/ocaml-easy-format/distinfo              |   3 +
5
.../files/patch-src_easy__format.ml           | 293 ++++++++++++++++++
39
.../files/patch-src_easy__format.ml           | 293 ++++++++++++++++++
6
devel/ocaml-easy-format/pkg-descr             |  18 ++
40
devel/ocaml-easy-format/pkg-descr             |  18 ++
7
devel/ocaml-easy-format/pkg-plist             |  16 +
41
devel/ocaml-easy-format/pkg-plist             |  16 +
8
5 files changed, 364 insertions(+)
42
5 files changed, 364 insertions(+)
9
create mode 100644 devel/ocaml-easy-format/Makefile
43
create mode 100644 devel/ocaml-easy-format/Makefile
10
create mode 100644 devel/ocaml-easy-format/distinfo
44
create mode 100644 devel/ocaml-easy-format/distinfo
11
create mode 100644 devel/ocaml-easy-format/files/patch-src_easy__format.ml
45
create mode 100644 devel/ocaml-easy-format/files/patch-src_easy__format.ml
12
create mode 100644 devel/ocaml-easy-format/pkg-descr
46
create mode 100644 devel/ocaml-easy-format/pkg-descr
13
create mode 100644 devel/ocaml-easy-format/pkg-plist
47
create mode 100644 devel/ocaml-easy-format/pkg-plist
(-)b/devel/ocaml-easy-format/Makefile (+34 lines)
Added Link Here
1
# Created by: Thierry Thomas <thierry@pompo.net>
2
3
PORTNAME=	easy-format
4
PORTVERSION=	1.3.2
5
CATEGORIES=	devel
6
PKGNAMEPREFIX=	ocaml-
7
8
MAINTAINER=	thierry@FreeBSD.org
9
COMMENT=	High-level and functional interface to the Format module of the OCaml standard library
10
11
LICENSE=	BSD3CLAUSE
12
13
BUILD_DEPENDS=	dune:devel/ocaml-dune
14
15
USE_GITHUB=	yes
16
GH_ACCOUNT=	ocaml-community
17
18
USE_OCAML=	yes
19
20
INSTALL_ARGS=	--destdir=${STAGEDIR} --libdir=${OCAML_SITELIBDIR}
21
DOCSDIR=	${OCAML_DOCSDIR}/${PORTNAME}
22
23
OPTIONS_DEFINE=	DOCS
24
25
do-build:
26
	(cd ${WRKSRC} && ${LOCALBASE}/bin/dune build)
27
28
do-install:
29
	(cd ${WRKSRC} && ${LOCALBASE}/bin/dune install ${INSTALL_ARGS})
30
31
post-install:
32
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/${PORTNAME}/easy_format.cmxs
33
34
.include <bsd.port.mk>
(-)b/devel/ocaml-easy-format/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1647612409
2
SHA256 (ocaml-community-easy-format-1.3.2_GH0.tar.gz) = 8835b568ee013a8ad56e0912d8de7522e440f1e9d99a50ebd4ae697ea238a3b0
3
SIZE (ocaml-community-easy-format-1.3.2_GH0.tar.gz) = 16588
(-)b/devel/ocaml-easy-format/files/patch-src_easy__format.ml (+293 lines)
Added Link Here
1
--- src/easy_format.ml.orig	2019-08-02 05:28:25 UTC
2
+++ src/easy_format.ml
3
@@ -1,3 +1,6 @@
4
+(*
5
+   Patch taken from upstream fd030d0e5adeb7e172d7df1ebeac2cfaa9fed784
6
+*)
7
 open Format
8
 
9
 let rev_split l =
10
@@ -199,8 +202,8 @@ struct
11
     documentation of the Format module.
12
   *)
13
   let set_escape fmt escape =
14
-    let print0, flush0 = pp_get_formatter_output_functions fmt () in
15
-    let tagf0 = pp_get_formatter_tag_functions fmt () in
16
+    let print0, flush0 = Format.pp_get_formatter_output_functions fmt () [@warning "-3"] in
17
+    let tagf0 = Format.pp_get_formatter_tag_functions fmt () [@warning "-3"] in
18
 
19
     let is_tag = ref false in
20
 
21
@@ -228,8 +231,8 @@ struct
22
         mark_close_tag = mct
23
     }
24
     in
25
-    pp_set_formatter_output_functions fmt print flush0;
26
-    pp_set_formatter_tag_functions fmt tagf
27
+    Format.pp_set_formatter_output_functions fmt print flush0;
28
+    Format.pp_set_formatter_tag_functions fmt tagf [@warning "-3"]
29
 
30
 
31
   let set_escape_string fmt esc =
32
@@ -243,7 +246,7 @@ struct
33
 
34
   let define_styles fmt escape l =
35
     if l <> [] then (
36
-      pp_set_tags fmt true;
37
+      Format.pp_set_tags fmt true;
38
       let tbl1 = Hashtbl.create (2 * List.length l) in
39
       let tbl2 = Hashtbl.create (2 * List.length l) in
40
       List.iter (
41
@@ -261,12 +264,12 @@ struct
42
       in
43
 
44
       let tagf = {
45
-        (pp_get_formatter_tag_functions fmt ()) with
46
+        (Format.pp_get_formatter_tag_functions fmt () [@warning "-3"] ) with
47
           mark_open_tag = mark_open_tag;
48
           mark_close_tag = mark_close_tag
49
       }
50
       in
51
-      pp_set_formatter_tag_functions fmt tagf
52
+      Format.pp_set_formatter_tag_functions fmt tagf [@warning "-3"]
53
     );
54
 
55
     (match escape with
56
@@ -319,19 +322,19 @@ struct
57
 
58
   let open_tag fmt = function
59
       None -> ()
60
-    | Some s -> pp_open_tag fmt s
61
+    | Some s -> Format.pp_open_tag fmt s [@warning "-3"]
62
 
63
   let close_tag fmt = function
64
       None -> ()
65
-    | Some _ -> pp_close_tag fmt ()
66
+    | Some _ -> Format.pp_close_tag fmt () [@warning "-3"]
67
 
68
   let tag_string fmt o s =
69
     match o with
70
         None -> pp_print_string fmt s
71
       | Some tag ->
72
-          pp_open_tag fmt tag;
73
-          pp_print_string fmt s;
74
-          pp_close_tag fmt ()
75
+          Format.pp_open_tag fmt tag [@warning "-3"] ;
76
+          Format.pp_print_string fmt s;
77
+          Format.pp_close_tag fmt () [@warning "-3"]
78
 
79
   let rec fprint_t fmt = function
80
       Atom (s, p) ->
81
@@ -354,12 +357,12 @@ struct
82
     List.iter (
83
       fun x ->
84
         if p.space_before_separator then
85
-          pp_print_string fmt " ";
86
+          Format.pp_print_string fmt " ";
87
         tag_string fmt p.separator_style sep;
88
         if p.space_after_separator then
89
-          pp_print_space fmt ()
90
+          Format.pp_print_space fmt ()
91
         else
92
-          pp_print_cut fmt ();
93
+          Format.pp_print_cut fmt ();
94
         fprint_t fmt x
95
     ) tl;
96
     close_tag fmt p.body_style
97
@@ -370,12 +373,12 @@ struct
98
     List.iter (
99
       fun x ->
100
         if p.space_before_separator then
101
-          pp_print_space fmt ()
102
+          Format.pp_print_space fmt ()
103
         else
104
-          pp_print_cut fmt ();
105
+          Format.pp_print_cut fmt ();
106
         tag_string fmt p.separator_style sep;
107
         if p.space_after_separator then
108
-          pp_print_string fmt " ";
109
+          Format.pp_print_string fmt " ";
110
         fprint_t fmt x
111
     ) tl;
112
     close_tag fmt p.body_style
113
@@ -387,7 +390,7 @@ struct
114
         fprint_t fmt lab;
115
         close_tag fmt lp.label_style;
116
         if lp.space_after_label then
117
-          pp_print_string fmt " "
118
+          Format.pp_print_string fmt " "
119
 
120
   (* Either horizontal or vertical list *)
121
   and fprint_list fmt label ((op, _sep, cl, p) as param) = function
122
@@ -395,7 +398,7 @@ struct
123
         fprint_opt_label fmt label;
124
         tag_string fmt p.opening_style op;
125
         if p.space_after_opening || p.space_before_closing then
126
-          pp_print_string fmt " ";
127
+          Format.pp_print_string fmt " ";
128
         tag_string fmt p.closing_style cl
129
 
130
     | hd :: tl as l ->
131
@@ -414,9 +417,9 @@ struct
132
     tag_string fmt p.opening_style op;
133
 
134
     if p.space_after_opening then
135
-      pp_print_space fmt ()
136
+      Format.pp_print_space fmt ()
137
     else
138
-      pp_print_cut fmt ();
139
+      Format.pp_print_cut fmt ();
140
 
141
     let open_extra, close_extra = extra_box p l in
142
     open_extra fmt;
143
@@ -424,11 +427,11 @@ struct
144
     close_extra fmt;
145
 
146
     if p.space_before_closing then
147
-      pp_print_break fmt 1 (-indent)
148
+      Format.pp_print_break fmt 1 (-indent)
149
     else
150
-      pp_print_break fmt 0 (-indent);
151
+      Format.pp_print_break fmt 0 (-indent);
152
     tag_string fmt p.closing_style cl;
153
-    pp_close_box fmt ()
154
+    Format.pp_close_box fmt ()
155
 
156
   and fprint_list_stick_right fmt label (op, sep, cl, p) hd tl l =
157
     let base_indent = p.indent_body in
158
@@ -443,9 +446,9 @@ struct
159
     tag_string fmt p.opening_style op;
160
 
161
     if p.space_after_opening then
162
-      pp_print_space fmt ()
163
+      Format.pp_print_space fmt ()
164
     else
165
-      pp_print_cut fmt ();
166
+      Format.pp_print_cut fmt ();
167
 
168
     let open_extra, close_extra = extra_box p l in
169
     open_extra fmt;
170
@@ -454,23 +457,23 @@ struct
171
     List.iter (
172
       fun x ->
173
         if p.space_before_separator then
174
-          pp_print_break fmt 1 (-sep_indent)
175
+          Format.pp_print_break fmt 1 (-sep_indent)
176
         else
177
-          pp_print_break fmt 0 (-sep_indent);
178
+          Format.pp_print_break fmt 0 (-sep_indent);
179
         tag_string fmt p.separator_style sep;
180
         if p.space_after_separator then
181
-          pp_print_string fmt " ";
182
+          Format.pp_print_string fmt " ";
183
         fprint_t fmt x
184
     ) tl;
185
 
186
     close_extra fmt;
187
 
188
     if p.space_before_closing then
189
-      pp_print_break fmt 1 (-indent)
190
+      Format.pp_print_break fmt 1 (-indent)
191
     else
192
-      pp_print_break fmt 0 (-indent);
193
+      Format.pp_print_break fmt 0 (-indent);
194
     tag_string fmt p.closing_style cl;
195
-    pp_close_box fmt ()
196
+    Format.pp_close_box fmt ()
197
 
198
 
199
 
200
@@ -479,28 +482,27 @@ struct
201
       [] ->
202
         tag_string fmt p.opening_style op;
203
         if p.space_after_opening || p.space_before_closing then
204
-          pp_print_string fmt " ";
205
+          Format.pp_print_string fmt " ";
206
         tag_string fmt p.closing_style cl
207
 
208
     | hd :: tl as l ->
209
         tag_string fmt p.opening_style op;
210
         if p.space_after_opening then
211
-          pp_print_string fmt " ";
212
+          Format.pp_print_string fmt " ";
213
 
214
         pp_open_nonaligned_box fmt p 0 l ;
215
         if p.separators_stick_left then
216
           fprint_list_body_stick_left fmt p sep hd tl
217
         else
218
           fprint_list_body_stick_right fmt p sep hd tl;
219
-        pp_close_box fmt ();
220
+        Format.pp_close_box fmt ();
221
 
222
         if p.space_before_closing then
223
-          pp_print_string fmt " ";
224
+          Format.pp_print_string fmt " ";
225
         tag_string fmt p.closing_style cl
226
 
227
 
228
   (* Printing a label:value pair.
229
-
230
      The opening bracket stays on the same line as the key, no matter what,
231
      and the closing bracket is either on the same line
232
      or vertically aligned with the beginning of the key.
233
@@ -512,7 +514,7 @@ struct
234
 
235
       | _ ->
236
           let indent = lp.indent_after_label in
237
-          pp_open_hvbox fmt 0;
238
+          Format.pp_open_hvbox fmt 0;
239
 
240
           open_tag fmt lp.label_style;
241
           fprint_t fmt lab;
242
@@ -521,26 +523,26 @@ struct
243
           (match lp.label_break with
244
            | `Auto ->
245
                if lp.space_after_label then
246
-                 pp_print_break fmt 1 indent
247
+                 Format.pp_print_break fmt 1 indent
248
                else
249
-                 pp_print_break fmt 0 indent
250
+                 Format.pp_print_break fmt 0 indent
251
            | `Always
252
            | `Always_rec ->
253
-               pp_force_newline fmt ();
254
-               pp_print_string fmt (String.make indent ' ')
255
+               Format.pp_force_newline fmt ();
256
+               Format.pp_print_string fmt (String.make indent ' ')
257
            | `Never ->
258
                if lp.space_after_label then
259
-                 pp_print_char fmt ' '
260
+                 Format.pp_print_char fmt ' '
261
                else
262
                  ()
263
           );
264
           fprint_t fmt x;
265
-          pp_close_box fmt ()
266
+          Format.pp_close_box fmt ()
267
 
268
   let to_formatter fmt x =
269
     let x = rewrite x in
270
     fprint_t fmt x;
271
-    pp_print_flush fmt ()
272
+    Format.pp_print_flush fmt ()
273
 
274
   let to_buffer ?(escape = `None) ?(styles = []) buf x =
275
     let fmt = Format.formatter_of_buffer buf in
276
@@ -577,7 +579,7 @@ struct
277
         (* Will most likely not be compact *)
278
         let fmt = formatter_of_buffer buf in
279
         f fmt;
280
-        pp_print_flush fmt ()
281
+        Format.pp_print_flush fmt ()
282
 
283
   and fprint_list buf (op, sep, cl, _) = function
284
       [] -> bprintf buf "%s%s" op cl
285
@@ -606,7 +608,7 @@ struct
286
   let to_formatter fmt x =
287
     let s = to_string x in
288
     Format.fprintf fmt "%s" s;
289
-    pp_print_flush fmt ()
290
+    Format.pp_print_flush fmt ()
291
 
292
   let to_channel oc x =
293
     let buf = Buffer.create 500 in
(-)b/devel/ocaml-easy-format/pkg-descr (+18 lines)
Added Link Here
1
This module offers a high-level and functional interface to the Format module of
2
the OCaml standard library. It is a pretty-printing facility, i.e. it takes as
3
input some code represented as a tree and formats this code into the most
4
visually satisfying result, breaking and indenting lines of code where
5
appropriate.
6
7
Input data must be first modelled and converted into a tree using 3 kinds of
8
nodes:
9
10
 -  atoms
11
 -  lists
12
 -  labelled nodes
13
14
Atoms represent any text that is guaranteed to be printed as-is. Lists can model
15
any sequence of items such as arrays of data or lists of definitions that are
16
labelled with something like "int main", "let x =" or "x:".
17
18
WWW: https://github.com/ocaml-community/easy-format
(-)b/devel/ocaml-easy-format/pkg-plist (-2 / +16 lines)
Added Link Here
0
- 
1
%%OCAML_SITELIBDIR%%/easy-format/META
2
%%OCAML_SITELIBDIR%%/easy-format/dune-package
3
%%OCAML_SITELIBDIR%%/easy-format/easy_format.a
4
%%OCAML_SITELIBDIR%%/easy-format/easy_format.cma
5
%%OCAML_SITELIBDIR%%/easy-format/easy_format.cmi
6
%%OCAML_SITELIBDIR%%/easy-format/easy_format.cmt
7
%%OCAML_SITELIBDIR%%/easy-format/easy_format.cmti
8
%%OCAML_SITELIBDIR%%/easy-format/easy_format.cmx
9
%%OCAML_SITELIBDIR%%/easy-format/easy_format.cmxa
10
%%OCAML_SITELIBDIR%%/easy-format/easy_format.cmxs
11
%%OCAML_SITELIBDIR%%/easy-format/easy_format.ml
12
%%OCAML_SITELIBDIR%%/easy-format/easy_format.mli
13
%%OCAML_SITELIBDIR%%/easy-format/opam
14
%%PORTDOCS%%%%DOCSDIR%%/CHANGES.md
15
%%PORTDOCS%%%%DOCSDIR%%/LICENSE
16
%%PORTDOCS%%%%DOCSDIR%%/README.md
1
format, like JSON but faster
17
format, like JSON but faster
2
--
3
devel/ocaml-biniou/Makefile  | 36 +++++++++++++++++++++++
18
devel/ocaml-biniou/Makefile  | 36 +++++++++++++++++++++++
4
devel/ocaml-biniou/distinfo  |  3 ++
19
devel/ocaml-biniou/distinfo  |  3 ++
5
devel/ocaml-biniou/pkg-descr | 16 ++++++++++
20
devel/ocaml-biniou/pkg-descr | 16 ++++++++++
6
devel/ocaml-biniou/pkg-plist | 57 ++++++++++++++++++++++++++++++++++++
21
devel/ocaml-biniou/pkg-plist | 57 ++++++++++++++++++++++++++++++++++++
7
4 files changed, 112 insertions(+)
22
4 files changed, 112 insertions(+)
8
create mode 100644 devel/ocaml-biniou/Makefile
23
create mode 100644 devel/ocaml-biniou/Makefile
9
create mode 100644 devel/ocaml-biniou/distinfo
24
create mode 100644 devel/ocaml-biniou/distinfo
10
create mode 100644 devel/ocaml-biniou/pkg-descr
25
create mode 100644 devel/ocaml-biniou/pkg-descr
11
create mode 100644 devel/ocaml-biniou/pkg-plist
26
create mode 100644 devel/ocaml-biniou/pkg-plist
(-)b/devel/ocaml-biniou/Makefile (+36 lines)
Added Link Here
1
# Created by: Thierry Thomas <thierry@pompo.net>
2
3
PORTNAME=	biniou
4
PORTVERSION=	1.2.1
5
CATEGORIES=	devel
6
PKGNAMEPREFIX=	ocaml-
7
8
MAINTAINER=	thierry@FreeBSD.org
9
COMMENT=	Extensible binary data format, like JSON but faster
10
11
LICENSE=	BSD3CLAUSE
12
13
BUILD_DEPENDS=	dune:devel/ocaml-dune \
14
		ocaml-easy-format>0:devel/ocaml-easy-format
15
16
USE_GITHUB=	yes
17
GH_ACCOUNT=	ocaml-community
18
19
USE_OCAML=	yes
20
21
INSTALL_ARGS=	--destdir=${STAGEDIR} --libdir=${OCAML_SITELIBDIR}
22
DOCSDIR=	${OCAML_DOCSDIR}/${PORTNAME}
23
24
OPTIONS_DEFINE=	DOCS
25
26
do-build:
27
	(cd ${WRKSRC} && ${LOCALBASE}/bin/dune build)
28
29
do-install:
30
	(cd ${WRKSRC} && ${LOCALBASE}/bin/dune install ${INSTALL_ARGS})
31
32
post-install:
33
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/bdump
34
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/${PORTNAME}/${PORTNAME}.cmxs
35
36
.include <bsd.port.mk>
(-)b/devel/ocaml-biniou/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1647611898
2
SHA256 (ocaml-community-biniou-1.2.1_GH0.tar.gz) = 9e38566ede8f2593f9f743fb7da1c8a8674451eabe326b3e2b42a87834a66cb5
3
SIZE (ocaml-community-biniou-1.2.1_GH0.tar.gz) = 23970
(-)b/devel/ocaml-biniou/pkg-descr (+16 lines)
Added Link Here
1
Biniou (pronounced "be new") is a binary data format designed for speed, safety,
2
ease of use and backward compatibility as protocols evolve. Biniou is vastly
3
equivalent to JSON in terms of functionality but allows implementations several
4
times faster (4 times faster than yojson), with 25-35% space savings.
5
6
Biniou data can be decoded into human-readable form without knowledge of type
7
definitions except for field and variant names which are represented by 31-bit
8
hashes. A program named bdump is provided for routine visualization of biniou
9
data files.
10
11
The program atdgen is used to derive OCaml-Biniou serializers and deserializers
12
from type definitions.
13
14
Biniou format specification: mjambon.github.io/atdgen-doc/biniou-format.txt
15
16
WWW: https://github.com/ocaml-community/biniou
(-)b/devel/ocaml-biniou/pkg-plist (-2 / +57 lines)
Added Link Here
0
- 
1
bin/bdump
1
--
2
%%OCAML_SITELIBDIR%%/biniou/META
3
%%OCAML_SITELIBDIR%%/biniou/bi_dump.cmi
4
%%OCAML_SITELIBDIR%%/biniou/bi_dump.cmt
5
%%OCAML_SITELIBDIR%%/biniou/bi_dump.cmx
6
%%OCAML_SITELIBDIR%%/biniou/bi_dump.ml
7
%%OCAML_SITELIBDIR%%/biniou/bi_inbuf.cmi
8
%%OCAML_SITELIBDIR%%/biniou/bi_inbuf.cmt
9
%%OCAML_SITELIBDIR%%/biniou/bi_inbuf.cmti
10
%%OCAML_SITELIBDIR%%/biniou/bi_inbuf.cmx
11
%%OCAML_SITELIBDIR%%/biniou/bi_inbuf.ml
12
%%OCAML_SITELIBDIR%%/biniou/bi_inbuf.mli
13
%%OCAML_SITELIBDIR%%/biniou/bi_io.cmi
14
%%OCAML_SITELIBDIR%%/biniou/bi_io.cmt
15
%%OCAML_SITELIBDIR%%/biniou/bi_io.cmti
16
%%OCAML_SITELIBDIR%%/biniou/bi_io.cmx
17
%%OCAML_SITELIBDIR%%/biniou/bi_io.ml
18
%%OCAML_SITELIBDIR%%/biniou/bi_io.mli
19
%%OCAML_SITELIBDIR%%/biniou/bi_outbuf.cmi
20
%%OCAML_SITELIBDIR%%/biniou/bi_outbuf.cmt
21
%%OCAML_SITELIBDIR%%/biniou/bi_outbuf.cmti
22
%%OCAML_SITELIBDIR%%/biniou/bi_outbuf.cmx
23
%%OCAML_SITELIBDIR%%/biniou/bi_outbuf.ml
24
%%OCAML_SITELIBDIR%%/biniou/bi_outbuf.mli
25
%%OCAML_SITELIBDIR%%/biniou/bi_share.cmi
26
%%OCAML_SITELIBDIR%%/biniou/bi_share.cmt
27
%%OCAML_SITELIBDIR%%/biniou/bi_share.cmti
28
%%OCAML_SITELIBDIR%%/biniou/bi_share.cmx
29
%%OCAML_SITELIBDIR%%/biniou/bi_share.ml
30
%%OCAML_SITELIBDIR%%/biniou/bi_share.mli
31
%%OCAML_SITELIBDIR%%/biniou/bi_stream.cmi
32
%%OCAML_SITELIBDIR%%/biniou/bi_stream.cmt
33
%%OCAML_SITELIBDIR%%/biniou/bi_stream.cmti
34
%%OCAML_SITELIBDIR%%/biniou/bi_stream.cmx
35
%%OCAML_SITELIBDIR%%/biniou/bi_stream.ml
36
%%OCAML_SITELIBDIR%%/biniou/bi_stream.mli
37
%%OCAML_SITELIBDIR%%/biniou/bi_util.cmi
38
%%OCAML_SITELIBDIR%%/biniou/bi_util.cmt
39
%%OCAML_SITELIBDIR%%/biniou/bi_util.cmti
40
%%OCAML_SITELIBDIR%%/biniou/bi_util.cmx
41
%%OCAML_SITELIBDIR%%/biniou/bi_util.ml
42
%%OCAML_SITELIBDIR%%/biniou/bi_util.mli
43
%%OCAML_SITELIBDIR%%/biniou/bi_vint.cmi
44
%%OCAML_SITELIBDIR%%/biniou/bi_vint.cmt
45
%%OCAML_SITELIBDIR%%/biniou/bi_vint.cmti
46
%%OCAML_SITELIBDIR%%/biniou/bi_vint.cmx
47
%%OCAML_SITELIBDIR%%/biniou/bi_vint.ml
48
%%OCAML_SITELIBDIR%%/biniou/bi_vint.mli
49
%%OCAML_SITELIBDIR%%/biniou/biniou.a
50
%%OCAML_SITELIBDIR%%/biniou/biniou.cma
51
%%OCAML_SITELIBDIR%%/biniou/biniou.cmxa
52
%%OCAML_SITELIBDIR%%/biniou/biniou.cmxs
53
%%OCAML_SITELIBDIR%%/biniou/dune-package
54
%%OCAML_SITELIBDIR%%/biniou/opam
55
%%PORTDOCS%%%%DOCSDIR%%/CHANGES.md
56
%%PORTDOCS%%%%DOCSDIR%%/LICENSE
57
%%PORTDOCS%%%%DOCSDIR%%/README.md
2
devel/ocaml-yojson/Makefile  | 40 ++++++++++++++++++++++++++++++++++++
58
devel/ocaml-yojson/Makefile  | 40 ++++++++++++++++++++++++++++++++++++
3
devel/ocaml-yojson/distinfo  |  3 +++
59
devel/ocaml-yojson/distinfo  |  3 +++
4
devel/ocaml-yojson/pkg-descr | 12 +++++++++++
60
devel/ocaml-yojson/pkg-descr | 12 +++++++++++
5
devel/ocaml-yojson/pkg-plist | 23 +++++++++++++++++++++
61
devel/ocaml-yojson/pkg-plist | 23 +++++++++++++++++++++
6
4 files changed, 78 insertions(+)
62
4 files changed, 78 insertions(+)
7
create mode 100644 devel/ocaml-yojson/Makefile
63
create mode 100644 devel/ocaml-yojson/Makefile
8
create mode 100644 devel/ocaml-yojson/distinfo
64
create mode 100644 devel/ocaml-yojson/distinfo
9
create mode 100644 devel/ocaml-yojson/pkg-descr
65
create mode 100644 devel/ocaml-yojson/pkg-descr
10
create mode 100644 devel/ocaml-yojson/pkg-plist
66
create mode 100644 devel/ocaml-yojson/pkg-plist
(-)b/devel/ocaml-yojson/Makefile (+40 lines)
Added Link Here
1
# Created by: Thierry Thomas <thierry@pompo.net>
2
3
PORTNAME=	yojson
4
PORTVERSION=	1.7.0
5
CATEGORIES=	devel
6
PKGNAMEPREFIX=	ocaml-
7
8
MAINTAINER=	thierry@FreeBSD.org
9
COMMENT=	Low-level JSON parsing and pretty-printing library for OCaml
10
11
LICENSE=	BSD3CLAUSE
12
13
BUILD_DEPENDS=	dune:devel/ocaml-dune	\
14
		ocaml-cppo>0:devel/ocaml-cppo	\
15
		ocaml-biniou>0:devel/ocaml-biniou	\
16
		ocaml-easy-format>0:devel/ocaml-easy-format
17
RUN_DEPENDS=	ocaml-biniou>0:devel/ocaml-biniou	\
18
		ocaml-easy-format>0:devel/ocaml-easy-format
19
20
USE_GITHUB=	yes
21
GH_ACCOUNT=	ocaml-community
22
23
USE_OCAML=	yes
24
25
INSTALL_ARGS=	--destdir=${STAGEDIR} --libdir=${OCAML_SITELIBDIR}
26
DOCSDIR=	${OCAML_DOCSDIR}/${PORTNAME}
27
28
OPTIONS_DEFINE=	DOCS
29
30
do-build:
31
	(cd ${WRKSRC} && ${LOCALBASE}/bin/dune build)
32
33
do-install:
34
	(cd ${WRKSRC} && ${LOCALBASE}/bin/dune install ${INSTALL_ARGS})
35
36
post-install:
37
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/ydump
38
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/${PORTNAME}/${PORTNAME}.cmxs
39
40
.include <bsd.port.mk>
(-)b/devel/ocaml-yojson/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1647624359
2
SHA256 (ocaml-community-yojson-1.7.0_GH0.tar.gz) = fc8d388fbf707e259599324b6fedbf47f76fada1b755f1ec285a08b2b5a68bd3
3
SIZE (ocaml-community-yojson-1.7.0_GH0.tar.gz) = 29704
(-)b/devel/ocaml-yojson/pkg-descr (+12 lines)
Added Link Here
1
Yojson is an optimized parsing and printing library for the JSON format.
2
3
It addresses a few shortcomings of json-wheel including 2x speedup, polymorphic
4
variants and optional syntax for tuples and variants.
5
6
ydump is a pretty-printing command-line program provided with the yojson
7
package.
8
9
The program atdgen can be used to derive OCaml-JSON serializers and
10
deserializers from type definitions.
11
12
WWW: https://github.com/ocaml-community/yojson
(-)b/devel/ocaml-yojson/pkg-plist (-2 / +23 lines)
Added Link Here
0
- 
1
bin/ydump
2
%%OCAML_SITELIBDIR%%/yojson/META
3
%%OCAML_SITELIBDIR%%/yojson/dune-package
4
%%OCAML_SITELIBDIR%%/yojson/opam
5
%%OCAML_SITELIBDIR%%/yojson/yojson.a
6
%%OCAML_SITELIBDIR%%/yojson/yojson.cma
7
%%OCAML_SITELIBDIR%%/yojson/yojson.cmi
8
%%OCAML_SITELIBDIR%%/yojson/yojson.cmt
9
%%OCAML_SITELIBDIR%%/yojson/yojson.cmti
10
%%OCAML_SITELIBDIR%%/yojson/yojson.cmx
11
%%OCAML_SITELIBDIR%%/yojson/yojson.cmxa
12
%%OCAML_SITELIBDIR%%/yojson/yojson.cmxs
13
%%OCAML_SITELIBDIR%%/yojson/yojson.ml
14
%%OCAML_SITELIBDIR%%/yojson/yojson.mli
15
%%OCAML_SITELIBDIR%%/yojson/yojson_biniou.cmi
16
%%OCAML_SITELIBDIR%%/yojson/yojson_biniou.cmt
17
%%OCAML_SITELIBDIR%%/yojson/yojson_biniou.cmti
18
%%OCAML_SITELIBDIR%%/yojson/yojson_biniou.cmx
19
%%OCAML_SITELIBDIR%%/yojson/yojson_biniou.ml
20
%%OCAML_SITELIBDIR%%/yojson/yojson_biniou.mli
21
%%PORTDOCS%%%%DOCSDIR%%/CHANGES.md
22
%%PORTDOCS%%%%DOCSDIR%%/LICENSE.md
23
%%PORTDOCS%%%%DOCSDIR%%/README.md
1
libraries
24
libraries
2
--
3
devel/ocaml-camlp-streams/Makefile  | 35 +++++++++++++++++++++++++++++
25
devel/ocaml-camlp-streams/Makefile  | 35 +++++++++++++++++++++++++++++
4
devel/ocaml-camlp-streams/distinfo  |  3 +++
26
devel/ocaml-camlp-streams/distinfo  |  3 +++
5
devel/ocaml-camlp-streams/pkg-descr |  9 ++++++++
27
devel/ocaml-camlp-streams/pkg-descr |  9 ++++++++
6
devel/ocaml-camlp-streams/pkg-plist | 21 +++++++++++++++++
28
devel/ocaml-camlp-streams/pkg-plist | 21 +++++++++++++++++
7
4 files changed, 68 insertions(+)
29
4 files changed, 68 insertions(+)
8
create mode 100644 devel/ocaml-camlp-streams/Makefile
30
create mode 100644 devel/ocaml-camlp-streams/Makefile
9
create mode 100644 devel/ocaml-camlp-streams/distinfo
31
create mode 100644 devel/ocaml-camlp-streams/distinfo
10
create mode 100644 devel/ocaml-camlp-streams/pkg-descr
32
create mode 100644 devel/ocaml-camlp-streams/pkg-descr
11
create mode 100644 devel/ocaml-camlp-streams/pkg-plist
33
create mode 100644 devel/ocaml-camlp-streams/pkg-plist
(-)b/devel/ocaml-camlp-streams/Makefile (+35 lines)
Added Link Here
1
# Created by: Thierry Thomas <thierry@pompo.net>
2
3
PORTNAME=	camlp-streams
4
DISTVERSIONPREFIX=	v
5
DISTVERSION=	5.0
6
CATEGORIES=	devel
7
PKGNAMEPREFIX=	ocaml-
8
9
MAINTAINER=	thierry@FreeBSD.org
10
COMMENT=	Stream and Genlex libraries for use with Camlp4 and Camlp5
11
12
LICENSE=	LGPL21
13
14
BUILD_DEPENDS=	dune:devel/ocaml-dune
15
16
USE_GITHUB=	yes
17
GH_ACCOUNT=	ocaml
18
19
USE_OCAML=	yes
20
21
INSTALL_ARGS=	--destdir=${STAGEDIR} --libdir=${OCAML_SITELIBDIR}
22
DOCSDIR=	${OCAML_DOCSDIR}/${PORTNAME}
23
24
OPTIONS_DEFINE=	DOCS
25
26
do-build:
27
	(cd ${WRKSRC} && ${LOCALBASE}/bin/dune build)
28
29
do-install:
30
	(cd ${WRKSRC} && ${LOCALBASE}/bin/dune install ${INSTALL_ARGS})
31
32
post-install:
33
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/${PORTNAME}/camlp_streams.cmxs
34
35
.include <bsd.port.mk>
(-)b/devel/ocaml-camlp-streams/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1647797640
2
SHA256 (ocaml-camlp-streams-v5.0_GH0.tar.gz) = daa618bb57a876075a1801d9dcde7dee83635766185f565af913dff43ea4d226
3
SIZE (ocaml-camlp-streams-v5.0_GH0.tar.gz) = 6992
(-)b/devel/ocaml-camlp-streams/pkg-descr (+9 lines)
Added Link Here
1
The camlp-streams package provides two library modules:
2
3
    Stream: imperative streams, with in-place update and memoization of the
4
    latest element produced.
5
6
    Genlex: a small parameterized lexical analyzer producing streams of tokens
7
    from streams of characters.
8
9
WWW: https://github.com/ocaml/camlp-streams
(-)b/devel/ocaml-camlp-streams/pkg-plist (-2 / +21 lines)
Added Link Here
0
- 
1
%%OCAML_SITELIBDIR%%/camlp-streams/META
2
%%OCAML_SITELIBDIR%%/camlp-streams/camlp_streams.a
3
%%OCAML_SITELIBDIR%%/camlp-streams/camlp_streams.cma
4
%%OCAML_SITELIBDIR%%/camlp-streams/camlp_streams.cmxa
5
%%OCAML_SITELIBDIR%%/camlp-streams/camlp_streams.cmxs
6
%%OCAML_SITELIBDIR%%/camlp-streams/dune-package
7
%%OCAML_SITELIBDIR%%/camlp-streams/genlex.cmi
8
%%OCAML_SITELIBDIR%%/camlp-streams/genlex.cmt
9
%%OCAML_SITELIBDIR%%/camlp-streams/genlex.cmti
10
%%OCAML_SITELIBDIR%%/camlp-streams/genlex.cmx
11
%%OCAML_SITELIBDIR%%/camlp-streams/genlex.ml
12
%%OCAML_SITELIBDIR%%/camlp-streams/genlex.mli
13
%%OCAML_SITELIBDIR%%/camlp-streams/opam
14
%%OCAML_SITELIBDIR%%/camlp-streams/stream.cmi
15
%%OCAML_SITELIBDIR%%/camlp-streams/stream.cmt
16
%%OCAML_SITELIBDIR%%/camlp-streams/stream.cmti
17
%%OCAML_SITELIBDIR%%/camlp-streams/stream.cmx
18
%%OCAML_SITELIBDIR%%/camlp-streams/stream.ml
19
%%OCAML_SITELIBDIR%%/camlp-streams/stream.mli
20
%%PORTDOCS%%%%DOCSDIR%%/CHANGES.md
21
%%PORTDOCS%%%%DOCSDIR%%/README.md
1
1035 Internet domain names
22
1035 Internet domain names
2
--
3
devel/ocaml-domain-name/Makefile  | 36 +++++++++++++++++++++++++++++++
23
devel/ocaml-domain-name/Makefile  | 36 +++++++++++++++++++++++++++++++
4
devel/ocaml-domain-name/distinfo  |  3 +++
24
devel/ocaml-domain-name/distinfo  |  3 +++
5
devel/ocaml-domain-name/pkg-descr | 11 ++++++++++
25
devel/ocaml-domain-name/pkg-descr | 11 ++++++++++
6
devel/ocaml-domain-name/pkg-plist | 16 ++++++++++++++
26
devel/ocaml-domain-name/pkg-plist | 16 ++++++++++++++
7
4 files changed, 66 insertions(+)
27
4 files changed, 66 insertions(+)
8
create mode 100644 devel/ocaml-domain-name/Makefile
28
create mode 100644 devel/ocaml-domain-name/Makefile
9
create mode 100644 devel/ocaml-domain-name/distinfo
29
create mode 100644 devel/ocaml-domain-name/distinfo
10
create mode 100644 devel/ocaml-domain-name/pkg-descr
30
create mode 100644 devel/ocaml-domain-name/pkg-descr
11
create mode 100644 devel/ocaml-domain-name/pkg-plist
31
create mode 100644 devel/ocaml-domain-name/pkg-plist
(-)b/devel/ocaml-domain-name/Makefile (+36 lines)
Added Link Here
1
# Created by: Thierry Thomas <thierry@pompo.net>
2
3
PORTNAME=	domain-name
4
DISTVERSIONPREFIX=	v
5
DISTVERSION=	0.4.0
6
CATEGORIES=	devel
7
PKGNAMEPREFIX=	ocaml-
8
9
MAINTAINER=	thierry@FreeBSD.org
10
COMMENT=	OCaml module to handle RFC 1035 Internet domain names
11
12
LICENSE=	ISCL
13
14
BUILD_DEPENDS=	dune:devel/ocaml-dune	\
15
		ocaml-compiler-libs>0:devel/ocaml-compiler-libs
16
17
USE_GITHUB=	yes
18
GH_ACCOUNT=	hannesm
19
20
USE_OCAML=	yes
21
22
INSTALL_ARGS=	--destdir=${STAGEDIR} --libdir=${OCAML_SITELIBDIR}
23
DOCSDIR=	${OCAML_DOCSDIR}/${PORTNAME}
24
25
OPTIONS_DEFINE=	DOCS
26
27
do-build:
28
	(cd ${WRKSRC} && ${LOCALBASE}/bin/dune build)
29
30
do-install:
31
	(cd ${WRKSRC} && ${LOCALBASE}/bin/dune install ${INSTALL_ARGS})
32
33
post-install:
34
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/${PORTNAME}/domain_name.cmxs
35
36
.include <bsd.port.mk>
(-)b/devel/ocaml-domain-name/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1647894372
2
SHA256 (hannesm-domain-name-v0.4.0_GH0.tar.gz) = 95ab9a092b4111110b2d9c76937895766fd913042b09fe16b730321ae5183dd0
3
SIZE (hannesm-domain-name-v0.4.0_GH0.tar.gz) = 9585
(-)b/devel/ocaml-domain-name/pkg-descr (+11 lines)
Added Link Here
1
A domain name is a sequence of labels separated by dots, such as foo.example.
2
Each label may contain any bytes. The length of each label may not exceed 63
3
charactes. The total length of a domain name is limited to 253 (byte
4
representation is 255), but other protocols (such as SMTP) may apply even
5
smaller limits. A domain name label is case preserving, comparison is done in a
6
case insensitive manner.
7
8
The invariants on the length of domain names are preserved throughout the
9
module.
10
11
WWW: https://github.com/hannesm/domain-name
(-)b/devel/ocaml-domain-name/pkg-plist (-2 / +16 lines)
Added Link Here
0
- 
1
%%OCAML_SITELIBDIR%%/domain-name/META
2
%%OCAML_SITELIBDIR%%/domain-name/domain_name.a
3
%%OCAML_SITELIBDIR%%/domain-name/domain_name.cma
4
%%OCAML_SITELIBDIR%%/domain-name/domain_name.cmi
5
%%OCAML_SITELIBDIR%%/domain-name/domain_name.cmt
6
%%OCAML_SITELIBDIR%%/domain-name/domain_name.cmti
7
%%OCAML_SITELIBDIR%%/domain-name/domain_name.cmx
8
%%OCAML_SITELIBDIR%%/domain-name/domain_name.cmxa
9
%%OCAML_SITELIBDIR%%/domain-name/domain_name.cmxs
10
%%OCAML_SITELIBDIR%%/domain-name/domain_name.ml
11
%%OCAML_SITELIBDIR%%/domain-name/domain_name.mli
12
%%OCAML_SITELIBDIR%%/domain-name/dune-package
13
%%OCAML_SITELIBDIR%%/domain-name/opam
14
%%PORTDOCS%%%%DOCSDIR%%/CHANGES.md
15
%%PORTDOCS%%%%DOCSDIR%%/LICENSE.md
16
%%PORTDOCS%%%%DOCSDIR%%/README.md
1
asynchronous execution library (core)
17
asynchronous execution library (core)
2
--
3
devel/ocaml-async_kernel/Makefile  |  39 +++
18
devel/ocaml-async_kernel/Makefile  |  39 +++
4
devel/ocaml-async_kernel/distinfo  |   3 +
19
devel/ocaml-async_kernel/distinfo  |   3 +
5
devel/ocaml-async_kernel/pkg-descr |   4 +
20
devel/ocaml-async_kernel/pkg-descr |   4 +
6
devel/ocaml-async_kernel/pkg-plist | 408 +++++++++++++++++++++++++++++
21
devel/ocaml-async_kernel/pkg-plist | 408 +++++++++++++++++++++++++++++
7
4 files changed, 454 insertions(+)
22
4 files changed, 454 insertions(+)
8
create mode 100644 devel/ocaml-async_kernel/Makefile
23
create mode 100644 devel/ocaml-async_kernel/Makefile
9
create mode 100644 devel/ocaml-async_kernel/distinfo
24
create mode 100644 devel/ocaml-async_kernel/distinfo
10
create mode 100644 devel/ocaml-async_kernel/pkg-descr
25
create mode 100644 devel/ocaml-async_kernel/pkg-descr
11
create mode 100644 devel/ocaml-async_kernel/pkg-plist
26
create mode 100644 devel/ocaml-async_kernel/pkg-plist
(-)b/devel/ocaml-async_kernel/Makefile (+39 lines)
Added Link Here
1
# Created by: Thierry Thomas <thierry@pompo.net>
2
3
PORTNAME=	async_kernel
4
DISTVERSIONPREFIX=	v
5
DISTVERSION=	0.14.0
6
CATEGORIES=	devel
7
PKGNAMEPREFIX=	ocaml-
8
9
MAINTAINER=	thierry@FreeBSD.org
10
COMMENT=	Jane Street Capital's asynchronous execution library (core)
11
12
LICENSE=	MIT
13
14
BUILD_DEPENDS=	dune:devel/ocaml-dune	\
15
		ocaml-ppx_jane>0:devel/ocaml-ppx_jane	\
16
		ocaml-core_kernel>0:devel/ocaml-core_kernel
17
18
USE_GITHUB=	yes
19
GH_ACCOUNT=	janestreet
20
21
USE_OCAML=	yes
22
23
INSTALL_ARGS=	--destdir=${STAGEDIR} --libdir=${OCAML_SITELIBDIR}
24
DOCSDIR=	${OCAML_DOCSDIR}/${PORTNAME}
25
26
OPTIONS_DEFINE=	DOCS
27
28
do-build:
29
	(cd ${WRKSRC} && ${LOCALBASE}/bin/dune build --release)
30
31
do-install:
32
	(cd ${WRKSRC} && ${LOCALBASE}/bin/dune install ${INSTALL_ARGS})
33
34
post-install:
35
	${FIND} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/${PORTNAME} -name "*.cmxs" | \
36
		${XARGS} ${STRIP_CMD}
37
	#${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/${PORTNAME}/sexplib0.cmxs
38
39
.include <bsd.port.mk>
(-)b/devel/ocaml-async_kernel/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1647898492
2
SHA256 (janestreet-async_kernel-v0.14.0_GH0.tar.gz) = 2edbea16895fafac25d1bad10b81ce3f6e9fbb08a0432b03cfaacbaf0faff8bd
3
SIZE (janestreet-async_kernel-v0.14.0_GH0.tar.gz) = 138191
(-)b/devel/ocaml-async_kernel/pkg-descr (+4 lines)
Added Link Here
1
Async_kernel contains Async's core data structures, like Deferred. Async_kernel
2
is portable, and so can be used in JavaScript using Async_js.
3
4
WWW: https://github.com/janestreet/async_kernel
(-)b/devel/ocaml-async_kernel/pkg-plist (-2 / +408 lines)
Added Link Here
0
- 
1
%%OCAML_SITELIBDIR%%/async_kernel/META
1
--
2
%%OCAML_SITELIBDIR%%/async_kernel/async_condition.ml
3
%%OCAML_SITELIBDIR%%/async_kernel/async_condition.mli
4
%%OCAML_SITELIBDIR%%/async_kernel/async_gc.ml
5
%%OCAML_SITELIBDIR%%/async_kernel/async_gc.mli
6
%%OCAML_SITELIBDIR%%/async_kernel/async_invariant.ml
7
%%OCAML_SITELIBDIR%%/async_kernel/async_invariant.mli
8
%%OCAML_SITELIBDIR%%/async_kernel/async_invariant_intf.ml
9
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel.a
10
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel.cma
11
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel.cmi
12
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel.cmt
13
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel.cmx
14
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel.cmxa
15
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel.cmxs
16
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel.ml
17
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__.cmi
18
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__.cmt
19
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__.cmx
20
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__.ml
21
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Async_condition.cmi
22
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Async_condition.cmt
23
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Async_condition.cmti
24
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Async_condition.cmx
25
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Async_gc.cmi
26
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Async_gc.cmt
27
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Async_gc.cmti
28
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Async_gc.cmx
29
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Async_invariant.cmi
30
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Async_invariant.cmt
31
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Async_invariant.cmti
32
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Async_invariant.cmx
33
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Async_invariant_intf.cmi
34
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Async_invariant_intf.cmt
35
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Async_invariant_intf.cmx
36
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Async_kernel_config.cmi
37
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Async_kernel_config.cmt
38
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Async_kernel_config.cmti
39
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Async_kernel_config.cmx
40
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Async_kernel_scheduler.cmi
41
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Async_kernel_scheduler.cmt
42
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Async_kernel_scheduler.cmti
43
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Async_kernel_scheduler.cmx
44
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Async_stream.cmi
45
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Async_stream.cmt
46
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Async_stream.cmti
47
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Async_stream.cmx
48
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Bvar.cmi
49
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Bvar.cmt
50
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Bvar.cmti
51
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Bvar.cmx
52
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Clock_intf.cmi
53
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Clock_intf.cmt
54
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Clock_intf.cmx
55
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Clock_ns.cmi
56
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Clock_ns.cmt
57
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Clock_ns.cmti
58
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Clock_ns.cmx
59
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Debug.cmi
60
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Debug.cmt
61
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Debug.cmti
62
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Debug.cmx
63
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Deferred.cmi
64
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Deferred.cmt
65
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Deferred.cmti
66
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Deferred.cmx
67
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Deferred0.cmi
68
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Deferred0.cmt
69
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Deferred0.cmti
70
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Deferred0.cmx
71
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Deferred1.cmi
72
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Deferred1.cmt
73
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Deferred1.cmx
74
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Deferred_array.cmi
75
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Deferred_array.cmt
76
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Deferred_array.cmti
77
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Deferred_array.cmx
78
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Deferred_list.cmi
79
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Deferred_list.cmt
80
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Deferred_list.cmti
81
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Deferred_list.cmx
82
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Deferred_map.cmi
83
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Deferred_map.cmt
84
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Deferred_map.cmti
85
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Deferred_map.cmx
86
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Deferred_memo.cmi
87
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Deferred_memo.cmt
88
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Deferred_memo.cmti
89
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Deferred_memo.cmx
90
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Deferred_option.cmi
91
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Deferred_option.cmt
92
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Deferred_option.cmti
93
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Deferred_option.cmx
94
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Deferred_or_error.cmi
95
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Deferred_or_error.cmt
96
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Deferred_or_error.cmti
97
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Deferred_or_error.cmx
98
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Deferred_queue.cmi
99
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Deferred_queue.cmt
100
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Deferred_queue.cmti
101
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Deferred_queue.cmx
102
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Deferred_result.cmi
103
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Deferred_result.cmt
104
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Deferred_result.cmti
105
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Deferred_result.cmx
106
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Deferred_sequence.cmi
107
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Deferred_sequence.cmt
108
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Deferred_sequence.cmti
109
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Deferred_sequence.cmx
110
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Deferred_std.cmi
111
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Deferred_std.cmt
112
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Deferred_std.cmx
113
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Execution_context.cmi
114
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Execution_context.cmt
115
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Execution_context.cmti
116
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Execution_context.cmx
117
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__External_job.cmi
118
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__External_job.cmt
119
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__External_job.cmti
120
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__External_job.cmx
121
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Import.cmi
122
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Import.cmt
123
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Import.cmx
124
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Ivar.cmi
125
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Ivar.cmt
126
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Ivar.cmti
127
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Ivar.cmx
128
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Ivar0.cmi
129
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Ivar0.cmt
130
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Ivar0.cmti
131
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Ivar0.cmx
132
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Ivar_filler.cmi
133
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Ivar_filler.cmt
134
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Ivar_filler.cmti
135
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Ivar_filler.cmx
136
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Job.cmi
137
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Job.cmt
138
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Job.cmti
139
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Job.cmx
140
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Job_or_event.cmi
141
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Job_or_event.cmt
142
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Job_or_event.cmti
143
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Job_or_event.cmx
144
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Job_or_event_intf.cmi
145
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Job_or_event_intf.cmt
146
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Job_or_event_intf.cmx
147
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Job_pool.cmi
148
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Job_pool.cmt
149
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Job_pool.cmti
150
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Job_pool.cmx
151
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Job_queue.cmi
152
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Job_queue.cmt
153
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Job_queue.cmti
154
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Job_queue.cmx
155
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Lazy_deferred.cmi
156
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Lazy_deferred.cmt
157
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Lazy_deferred.cmti
158
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Lazy_deferred.cmx
159
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Monad_sequence.cmi
160
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Monad_sequence.cmt
161
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Monad_sequence.cmx
162
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Monitor.cmi
163
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Monitor.cmt
164
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Monitor.cmti
165
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Monitor.cmx
166
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Monitor0.cmi
167
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Monitor0.cmt
168
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Monitor0.cmx
169
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Mvar.cmi
170
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Mvar.cmt
171
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Mvar.cmti
172
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Mvar.cmx
173
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Pipe.cmi
174
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Pipe.cmt
175
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Pipe.cmti
176
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Pipe.cmx
177
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Priority.cmi
178
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Priority.cmt
179
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Priority.cmti
180
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Priority.cmx
181
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Require_explicit_time_source.cmi
182
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Require_explicit_time_source.cmt
183
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Require_explicit_time_source.cmti
184
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Require_explicit_time_source.cmx
185
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Scheduler.cmi
186
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Scheduler.cmt
187
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Scheduler.cmti
188
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Scheduler.cmx
189
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Scheduler0.cmi
190
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Scheduler0.cmt
191
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Scheduler0.cmx
192
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Scheduler1.cmi
193
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Scheduler1.cmt
194
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Scheduler1.cmx
195
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Stack_or_counter.cmi
196
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Stack_or_counter.cmt
197
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Stack_or_counter.cmti
198
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Stack_or_counter.cmx
199
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Synchronous_time_source.cmi
200
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Synchronous_time_source.cmt
201
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Synchronous_time_source.cmti
202
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Synchronous_time_source.cmx
203
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Synchronous_time_source0.cmi
204
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Synchronous_time_source0.cmt
205
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Synchronous_time_source0.cmx
206
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Tail.cmi
207
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Tail.cmt
208
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Tail.cmti
209
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Tail.cmx
210
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Throttle.cmi
211
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Throttle.cmt
212
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Throttle.cmti
213
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Throttle.cmx
214
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Time_ns.cmi
215
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Time_ns.cmt
216
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Time_ns.cmx
217
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Time_source.cmi
218
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Time_source.cmt
219
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Time_source.cmti
220
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Time_source.cmx
221
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Time_source_intf.cmi
222
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Time_source_intf.cmt
223
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Time_source_intf.cmx
224
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Types.cmi
225
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Types.cmt
226
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel__Types.cmx
227
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel_config.ml
228
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel_config.mli
229
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel_scheduler.ml
230
%%OCAML_SITELIBDIR%%/async_kernel/async_kernel_scheduler.mli
231
%%OCAML_SITELIBDIR%%/async_kernel/async_stream.ml
232
%%OCAML_SITELIBDIR%%/async_kernel/async_stream.mli
233
%%OCAML_SITELIBDIR%%/async_kernel/bvar.ml
234
%%OCAML_SITELIBDIR%%/async_kernel/bvar.mli
235
%%OCAML_SITELIBDIR%%/async_kernel/clock_intf.ml
236
%%OCAML_SITELIBDIR%%/async_kernel/clock_ns.ml
237
%%OCAML_SITELIBDIR%%/async_kernel/clock_ns.mli
238
%%OCAML_SITELIBDIR%%/async_kernel/debug.ml
239
%%OCAML_SITELIBDIR%%/async_kernel/debug.mli
240
%%OCAML_SITELIBDIR%%/async_kernel/deferred.ml
241
%%OCAML_SITELIBDIR%%/async_kernel/deferred.mli
242
%%OCAML_SITELIBDIR%%/async_kernel/deferred0.ml
243
%%OCAML_SITELIBDIR%%/async_kernel/deferred0.mli
244
%%OCAML_SITELIBDIR%%/async_kernel/deferred1.ml
245
%%OCAML_SITELIBDIR%%/async_kernel/deferred_array.ml
246
%%OCAML_SITELIBDIR%%/async_kernel/deferred_array.mli
247
%%OCAML_SITELIBDIR%%/async_kernel/deferred_list.ml
248
%%OCAML_SITELIBDIR%%/async_kernel/deferred_list.mli
249
%%OCAML_SITELIBDIR%%/async_kernel/deferred_map.ml
250
%%OCAML_SITELIBDIR%%/async_kernel/deferred_map.mli
251
%%OCAML_SITELIBDIR%%/async_kernel/deferred_memo.ml
252
%%OCAML_SITELIBDIR%%/async_kernel/deferred_memo.mli
253
%%OCAML_SITELIBDIR%%/async_kernel/deferred_option.ml
254
%%OCAML_SITELIBDIR%%/async_kernel/deferred_option.mli
255
%%OCAML_SITELIBDIR%%/async_kernel/deferred_or_error.ml
256
%%OCAML_SITELIBDIR%%/async_kernel/deferred_or_error.mli
257
%%OCAML_SITELIBDIR%%/async_kernel/deferred_queue.ml
258
%%OCAML_SITELIBDIR%%/async_kernel/deferred_queue.mli
259
%%OCAML_SITELIBDIR%%/async_kernel/deferred_result.ml
260
%%OCAML_SITELIBDIR%%/async_kernel/deferred_result.mli
261
%%OCAML_SITELIBDIR%%/async_kernel/deferred_sequence.ml
262
%%OCAML_SITELIBDIR%%/async_kernel/deferred_sequence.mli
263
%%OCAML_SITELIBDIR%%/async_kernel/deferred_std.ml
264
%%OCAML_SITELIBDIR%%/async_kernel/dune-package
265
%%OCAML_SITELIBDIR%%/async_kernel/eager_deferred/eager_deferred.a
266
%%OCAML_SITELIBDIR%%/async_kernel/eager_deferred/eager_deferred.cma
267
%%OCAML_SITELIBDIR%%/async_kernel/eager_deferred/eager_deferred.cmi
268
%%OCAML_SITELIBDIR%%/async_kernel/eager_deferred/eager_deferred.cmt
269
%%OCAML_SITELIBDIR%%/async_kernel/eager_deferred/eager_deferred.cmti
270
%%OCAML_SITELIBDIR%%/async_kernel/eager_deferred/eager_deferred.cmx
271
%%OCAML_SITELIBDIR%%/async_kernel/eager_deferred/eager_deferred.cmxa
272
%%OCAML_SITELIBDIR%%/async_kernel/eager_deferred/eager_deferred.cmxs
273
%%OCAML_SITELIBDIR%%/async_kernel/eager_deferred/eager_deferred.ml
274
%%OCAML_SITELIBDIR%%/async_kernel/eager_deferred/eager_deferred.mli
275
%%OCAML_SITELIBDIR%%/async_kernel/eager_deferred/eager_deferred0.ml
276
%%OCAML_SITELIBDIR%%/async_kernel/eager_deferred/eager_deferred1.ml
277
%%OCAML_SITELIBDIR%%/async_kernel/eager_deferred/eager_deferred1.mli
278
%%OCAML_SITELIBDIR%%/async_kernel/eager_deferred/eager_deferred__.cmi
279
%%OCAML_SITELIBDIR%%/async_kernel/eager_deferred/eager_deferred__.cmt
280
%%OCAML_SITELIBDIR%%/async_kernel/eager_deferred/eager_deferred__.cmx
281
%%OCAML_SITELIBDIR%%/async_kernel/eager_deferred/eager_deferred__.ml
282
%%OCAML_SITELIBDIR%%/async_kernel/eager_deferred/eager_deferred__Eager_deferred0.cmi
283
%%OCAML_SITELIBDIR%%/async_kernel/eager_deferred/eager_deferred__Eager_deferred0.cmt
284
%%OCAML_SITELIBDIR%%/async_kernel/eager_deferred/eager_deferred__Eager_deferred0.cmx
285
%%OCAML_SITELIBDIR%%/async_kernel/eager_deferred/eager_deferred__Eager_deferred1.cmi
286
%%OCAML_SITELIBDIR%%/async_kernel/eager_deferred/eager_deferred__Eager_deferred1.cmt
287
%%OCAML_SITELIBDIR%%/async_kernel/eager_deferred/eager_deferred__Eager_deferred1.cmti
288
%%OCAML_SITELIBDIR%%/async_kernel/eager_deferred/eager_deferred__Eager_deferred1.cmx
289
%%OCAML_SITELIBDIR%%/async_kernel/eager_deferred/eager_deferred__Eager_deferred_intf.cmi
290
%%OCAML_SITELIBDIR%%/async_kernel/eager_deferred/eager_deferred__Eager_deferred_intf.cmt
291
%%OCAML_SITELIBDIR%%/async_kernel/eager_deferred/eager_deferred__Eager_deferred_intf.cmx
292
%%OCAML_SITELIBDIR%%/async_kernel/eager_deferred/eager_deferred__Eager_deferred_or_error.cmi
293
%%OCAML_SITELIBDIR%%/async_kernel/eager_deferred/eager_deferred__Eager_deferred_or_error.cmt
294
%%OCAML_SITELIBDIR%%/async_kernel/eager_deferred/eager_deferred__Eager_deferred_or_error.cmti
295
%%OCAML_SITELIBDIR%%/async_kernel/eager_deferred/eager_deferred__Eager_deferred_or_error.cmx
296
%%OCAML_SITELIBDIR%%/async_kernel/eager_deferred/eager_deferred__Eager_deferred_result.cmi
297
%%OCAML_SITELIBDIR%%/async_kernel/eager_deferred/eager_deferred__Eager_deferred_result.cmt
298
%%OCAML_SITELIBDIR%%/async_kernel/eager_deferred/eager_deferred__Eager_deferred_result.cmx
299
%%OCAML_SITELIBDIR%%/async_kernel/eager_deferred/eager_deferred__Import.cmi
300
%%OCAML_SITELIBDIR%%/async_kernel/eager_deferred/eager_deferred__Import.cmt
301
%%OCAML_SITELIBDIR%%/async_kernel/eager_deferred/eager_deferred__Import.cmx
302
%%OCAML_SITELIBDIR%%/async_kernel/eager_deferred/eager_deferred_intf.ml
303
%%OCAML_SITELIBDIR%%/async_kernel/eager_deferred/eager_deferred_or_error.ml
304
%%OCAML_SITELIBDIR%%/async_kernel/eager_deferred/eager_deferred_or_error.mli
305
%%OCAML_SITELIBDIR%%/async_kernel/eager_deferred/eager_deferred_result.ml
306
%%OCAML_SITELIBDIR%%/async_kernel/eager_deferred/import.ml
307
%%OCAML_SITELIBDIR%%/async_kernel/execution_context.ml
308
%%OCAML_SITELIBDIR%%/async_kernel/execution_context.mli
309
%%OCAML_SITELIBDIR%%/async_kernel/external_job.ml
310
%%OCAML_SITELIBDIR%%/async_kernel/external_job.mli
311
%%OCAML_SITELIBDIR%%/async_kernel/import.ml
312
%%OCAML_SITELIBDIR%%/async_kernel/ivar.ml
313
%%OCAML_SITELIBDIR%%/async_kernel/ivar.mli
314
%%OCAML_SITELIBDIR%%/async_kernel/ivar0.ml
315
%%OCAML_SITELIBDIR%%/async_kernel/ivar0.mli
316
%%OCAML_SITELIBDIR%%/async_kernel/ivar_filler.ml
317
%%OCAML_SITELIBDIR%%/async_kernel/ivar_filler.mli
318
%%OCAML_SITELIBDIR%%/async_kernel/job.ml
319
%%OCAML_SITELIBDIR%%/async_kernel/job.mli
320
%%OCAML_SITELIBDIR%%/async_kernel/job_or_event.ml
321
%%OCAML_SITELIBDIR%%/async_kernel/job_or_event.mli
322
%%OCAML_SITELIBDIR%%/async_kernel/job_or_event_intf.ml
323
%%OCAML_SITELIBDIR%%/async_kernel/job_pool.ml
324
%%OCAML_SITELIBDIR%%/async_kernel/job_pool.mli
325
%%OCAML_SITELIBDIR%%/async_kernel/job_queue.ml
326
%%OCAML_SITELIBDIR%%/async_kernel/job_queue.mli
327
%%OCAML_SITELIBDIR%%/async_kernel/lazy_deferred.ml
328
%%OCAML_SITELIBDIR%%/async_kernel/lazy_deferred.mli
329
%%OCAML_SITELIBDIR%%/async_kernel/limiter_async/limiter_async.a
330
%%OCAML_SITELIBDIR%%/async_kernel/limiter_async/limiter_async.cma
331
%%OCAML_SITELIBDIR%%/async_kernel/limiter_async/limiter_async.cmi
332
%%OCAML_SITELIBDIR%%/async_kernel/limiter_async/limiter_async.cmt
333
%%OCAML_SITELIBDIR%%/async_kernel/limiter_async/limiter_async.cmti
334
%%OCAML_SITELIBDIR%%/async_kernel/limiter_async/limiter_async.cmx
335
%%OCAML_SITELIBDIR%%/async_kernel/limiter_async/limiter_async.cmxa
336
%%OCAML_SITELIBDIR%%/async_kernel/limiter_async/limiter_async.cmxs
337
%%OCAML_SITELIBDIR%%/async_kernel/limiter_async/limiter_async.ml
338
%%OCAML_SITELIBDIR%%/async_kernel/limiter_async/limiter_async.mli
339
%%OCAML_SITELIBDIR%%/async_kernel/monad_sequence.ml
340
%%OCAML_SITELIBDIR%%/async_kernel/monitor.ml
341
%%OCAML_SITELIBDIR%%/async_kernel/monitor.mli
342
%%OCAML_SITELIBDIR%%/async_kernel/monitor0.ml
343
%%OCAML_SITELIBDIR%%/async_kernel/mvar.ml
344
%%OCAML_SITELIBDIR%%/async_kernel/mvar.mli
345
%%OCAML_SITELIBDIR%%/async_kernel/opam
346
%%OCAML_SITELIBDIR%%/async_kernel/persistent_connection_kernel/persistent_connection_kernel.a
347
%%OCAML_SITELIBDIR%%/async_kernel/persistent_connection_kernel/persistent_connection_kernel.cma
348
%%OCAML_SITELIBDIR%%/async_kernel/persistent_connection_kernel/persistent_connection_kernel.cmi
349
%%OCAML_SITELIBDIR%%/async_kernel/persistent_connection_kernel/persistent_connection_kernel.cmt
350
%%OCAML_SITELIBDIR%%/async_kernel/persistent_connection_kernel/persistent_connection_kernel.cmti
351
%%OCAML_SITELIBDIR%%/async_kernel/persistent_connection_kernel/persistent_connection_kernel.cmx
352
%%OCAML_SITELIBDIR%%/async_kernel/persistent_connection_kernel/persistent_connection_kernel.cmxa
353
%%OCAML_SITELIBDIR%%/async_kernel/persistent_connection_kernel/persistent_connection_kernel.cmxs
354
%%OCAML_SITELIBDIR%%/async_kernel/persistent_connection_kernel/persistent_connection_kernel.ml
355
%%OCAML_SITELIBDIR%%/async_kernel/persistent_connection_kernel/persistent_connection_kernel.mli
356
%%OCAML_SITELIBDIR%%/async_kernel/persistent_connection_kernel/persistent_connection_kernel__.cmi
357
%%OCAML_SITELIBDIR%%/async_kernel/persistent_connection_kernel/persistent_connection_kernel__.cmt
358
%%OCAML_SITELIBDIR%%/async_kernel/persistent_connection_kernel/persistent_connection_kernel__.cmx
359
%%OCAML_SITELIBDIR%%/async_kernel/persistent_connection_kernel/persistent_connection_kernel__.ml
360
%%OCAML_SITELIBDIR%%/async_kernel/persistent_connection_kernel/persistent_connection_kernel__Persistent_connection_kernel_intf.cmi
361
%%OCAML_SITELIBDIR%%/async_kernel/persistent_connection_kernel/persistent_connection_kernel__Persistent_connection_kernel_intf.cmt
362
%%OCAML_SITELIBDIR%%/async_kernel/persistent_connection_kernel/persistent_connection_kernel__Persistent_connection_kernel_intf.cmx
363
%%OCAML_SITELIBDIR%%/async_kernel/persistent_connection_kernel/persistent_connection_kernel_intf.ml
364
%%OCAML_SITELIBDIR%%/async_kernel/pipe.ml
365
%%OCAML_SITELIBDIR%%/async_kernel/pipe.mli
366
%%OCAML_SITELIBDIR%%/async_kernel/priority.ml
367
%%OCAML_SITELIBDIR%%/async_kernel/priority.mli
368
%%OCAML_SITELIBDIR%%/async_kernel/require_explicit_time_source.ml
369
%%OCAML_SITELIBDIR%%/async_kernel/require_explicit_time_source.mli
370
%%OCAML_SITELIBDIR%%/async_kernel/scheduler.ml
371
%%OCAML_SITELIBDIR%%/async_kernel/scheduler.mli
372
%%OCAML_SITELIBDIR%%/async_kernel/scheduler0.ml
373
%%OCAML_SITELIBDIR%%/async_kernel/scheduler1.ml
374
%%OCAML_SITELIBDIR%%/async_kernel/stack_or_counter.ml
375
%%OCAML_SITELIBDIR%%/async_kernel/stack_or_counter.mli
376
%%OCAML_SITELIBDIR%%/async_kernel/synchronous_time_source.ml
377
%%OCAML_SITELIBDIR%%/async_kernel/synchronous_time_source.mli
378
%%OCAML_SITELIBDIR%%/async_kernel/synchronous_time_source0.ml
379
%%OCAML_SITELIBDIR%%/async_kernel/tail.ml
380
%%OCAML_SITELIBDIR%%/async_kernel/tail.mli
381
%%OCAML_SITELIBDIR%%/async_kernel/throttle.ml
382
%%OCAML_SITELIBDIR%%/async_kernel/throttle.mli
383
%%OCAML_SITELIBDIR%%/async_kernel/time_ns.ml
384
%%OCAML_SITELIBDIR%%/async_kernel/time_source.ml
385
%%OCAML_SITELIBDIR%%/async_kernel/time_source.mli
386
%%OCAML_SITELIBDIR%%/async_kernel/time_source_intf.ml
387
%%OCAML_SITELIBDIR%%/async_kernel/types.ml
388
%%OCAML_SITELIBDIR%%/async_kernel/weak_hashtbl_async/import.ml
389
%%OCAML_SITELIBDIR%%/async_kernel/weak_hashtbl_async/weak_hashtbl_async.a
390
%%OCAML_SITELIBDIR%%/async_kernel/weak_hashtbl_async/weak_hashtbl_async.cma
391
%%OCAML_SITELIBDIR%%/async_kernel/weak_hashtbl_async/weak_hashtbl_async.cmi
392
%%OCAML_SITELIBDIR%%/async_kernel/weak_hashtbl_async/weak_hashtbl_async.cmt
393
%%OCAML_SITELIBDIR%%/async_kernel/weak_hashtbl_async/weak_hashtbl_async.cmti
394
%%OCAML_SITELIBDIR%%/async_kernel/weak_hashtbl_async/weak_hashtbl_async.cmx
395
%%OCAML_SITELIBDIR%%/async_kernel/weak_hashtbl_async/weak_hashtbl_async.cmxa
396
%%OCAML_SITELIBDIR%%/async_kernel/weak_hashtbl_async/weak_hashtbl_async.cmxs
397
%%OCAML_SITELIBDIR%%/async_kernel/weak_hashtbl_async/weak_hashtbl_async.ml
398
%%OCAML_SITELIBDIR%%/async_kernel/weak_hashtbl_async/weak_hashtbl_async.mli
399
%%OCAML_SITELIBDIR%%/async_kernel/weak_hashtbl_async/weak_hashtbl_async__.cmi
400
%%OCAML_SITELIBDIR%%/async_kernel/weak_hashtbl_async/weak_hashtbl_async__.cmt
401
%%OCAML_SITELIBDIR%%/async_kernel/weak_hashtbl_async/weak_hashtbl_async__.cmx
402
%%OCAML_SITELIBDIR%%/async_kernel/weak_hashtbl_async/weak_hashtbl_async__.ml
403
%%OCAML_SITELIBDIR%%/async_kernel/weak_hashtbl_async/weak_hashtbl_async__Import.cmi
404
%%OCAML_SITELIBDIR%%/async_kernel/weak_hashtbl_async/weak_hashtbl_async__Import.cmt
405
%%OCAML_SITELIBDIR%%/async_kernel/weak_hashtbl_async/weak_hashtbl_async__Import.cmx
406
%%PORTDOCS%%%%DOCSDIR%%/CHANGES.md
407
%%PORTDOCS%%%%DOCSDIR%%/LICENSE.md
408
%%PORTDOCS%%%%DOCSDIR%%/README.md
2
devel/ocaml-timezone/Makefile  | 35 ++++++++++++++++++++++++++++++++++
409
devel/ocaml-timezone/Makefile  | 35 ++++++++++++++++++++++++++++++++++
3
devel/ocaml-timezone/distinfo  |  3 +++
410
devel/ocaml-timezone/distinfo  |  3 +++
4
devel/ocaml-timezone/pkg-descr |  4 ++++
411
devel/ocaml-timezone/pkg-descr |  4 ++++
5
devel/ocaml-timezone/pkg-plist | 24 +++++++++++++++++++++++
412
devel/ocaml-timezone/pkg-plist | 24 +++++++++++++++++++++++
6
4 files changed, 66 insertions(+)
413
4 files changed, 66 insertions(+)
7
create mode 100644 devel/ocaml-timezone/Makefile
414
create mode 100644 devel/ocaml-timezone/Makefile
8
create mode 100644 devel/ocaml-timezone/distinfo
415
create mode 100644 devel/ocaml-timezone/distinfo
9
create mode 100644 devel/ocaml-timezone/pkg-descr
416
create mode 100644 devel/ocaml-timezone/pkg-descr
10
create mode 100644 devel/ocaml-timezone/pkg-plist
417
create mode 100644 devel/ocaml-timezone/pkg-plist
(-)b/devel/ocaml-timezone/Makefile (+35 lines)
Added Link Here
1
# Created by: Thierry Thomas <thierry@pompo.net>
2
3
PORTNAME=	timezone
4
DISTVERSIONPREFIX=	v
5
DISTVERSION=	0.14.0
6
CATEGORIES=	devel
7
PKGNAMEPREFIX=	ocaml-
8
9
MAINTAINER=	thierry@FreeBSD.org
10
COMMENT=	Time-zone handling
11
12
LICENSE=	MIT
13
14
BUILD_DEPENDS=	dune:devel/ocaml-dune	\
15
		ocaml-ppx_jane>0:devel/ocaml-ppx_jane	\
16
		ocaml-core_kernel>0:devel/ocaml-core_kernel
17
18
USE_GITHUB=	yes
19
GH_ACCOUNT=	janestreet
20
21
USE_OCAML=	yes
22
23
MAKE_ENV=	INSTALL_ARGS="--destdir=${STAGEDIR} --libdir=${OCAML_SITELIBDIR}"
24
DOCSDIR=	${OCAML_DOCSDIR}/${PORTNAME}
25
ALL_TARGET=	default
26
27
OPTIONS_DEFINE=	DOCS
28
29
pre-build:
30
	${REINPLACE_CMD} -e 's|^INSTALL_ARGS|#INSTALL_ARGS|' ${WRKSRC}/${MAKEFILE}
31
32
post-install:
33
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/${PORTNAME}/${PORTNAME}.cmxs
34
35
.include <bsd.port.mk>
(-)b/devel/ocaml-timezone/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1647940090
2
SHA256 (janestreet-timezone-v0.14.0_GH0.tar.gz) = be08f903c569409d8aa1682bf67aadcab6a5b6966598b7c8a7caf5944156bdae
3
SIZE (janestreet-timezone-v0.14.0_GH0.tar.gz) = 9480
(-)b/devel/ocaml-timezone/pkg-descr (+4 lines)
Added Link Here
1
Timezone handles parsing timezone data and create [Timezone.t] that can later be
2
used to manipulate time in core_kernel or core.
3
4
WWW: https://github.com/janestreet/timezone
(-)b/devel/ocaml-timezone/pkg-plist (-2 / +24 lines)
Added Link Here
0
- 
1
%%OCAML_SITELIBDIR%%/timezone/META
2
%%OCAML_SITELIBDIR%%/timezone/dune-package
3
%%OCAML_SITELIBDIR%%/timezone/opam
4
%%OCAML_SITELIBDIR%%/timezone/runtime.js
5
%%OCAML_SITELIBDIR%%/timezone/timezone.a
6
%%OCAML_SITELIBDIR%%/timezone/timezone.cma
7
%%OCAML_SITELIBDIR%%/timezone/timezone.cmi
8
%%OCAML_SITELIBDIR%%/timezone/timezone.cmt
9
%%OCAML_SITELIBDIR%%/timezone/timezone.cmti
10
%%OCAML_SITELIBDIR%%/timezone/timezone.cmx
11
%%OCAML_SITELIBDIR%%/timezone/timezone.cmxa
12
%%OCAML_SITELIBDIR%%/timezone/timezone.cmxs
13
%%OCAML_SITELIBDIR%%/timezone/timezone.ml
14
%%OCAML_SITELIBDIR%%/timezone/timezone.mli
15
%%OCAML_SITELIBDIR%%/timezone/timezone__.cmi
16
%%OCAML_SITELIBDIR%%/timezone/timezone__.cmt
17
%%OCAML_SITELIBDIR%%/timezone/timezone__.cmx
18
%%OCAML_SITELIBDIR%%/timezone/timezone__.ml
19
%%OCAML_SITELIBDIR%%/timezone/timezone__Timezone_intf.cmi
20
%%OCAML_SITELIBDIR%%/timezone/timezone__Timezone_intf.cmt
21
%%OCAML_SITELIBDIR%%/timezone/timezone__Timezone_intf.cmx
22
%%OCAML_SITELIBDIR%%/timezone/timezone_intf.ml
23
%%PORTDOCS%%%%DOCSDIR%%/LICENSE.md
24
%%PORTDOCS%%%%DOCSDIR%%/README.md
1
sub-processes
25
sub-processes
2
--
3
devel/ocaml-spawn/Makefile  | 36 ++++++++++++++++++++++++++++++++++++
26
devel/ocaml-spawn/Makefile  | 36 ++++++++++++++++++++++++++++++++++++
4
devel/ocaml-spawn/distinfo  |  3 +++
27
devel/ocaml-spawn/distinfo  |  3 +++
5
devel/ocaml-spawn/pkg-descr | 18 ++++++++++++++++++
28
devel/ocaml-spawn/pkg-descr | 18 ++++++++++++++++++
6
devel/ocaml-spawn/pkg-plist | 18 ++++++++++++++++++
29
devel/ocaml-spawn/pkg-plist | 18 ++++++++++++++++++
7
4 files changed, 75 insertions(+)
30
4 files changed, 75 insertions(+)
8
create mode 100644 devel/ocaml-spawn/Makefile
31
create mode 100644 devel/ocaml-spawn/Makefile
9
create mode 100644 devel/ocaml-spawn/distinfo
32
create mode 100644 devel/ocaml-spawn/distinfo
10
create mode 100644 devel/ocaml-spawn/pkg-descr
33
create mode 100644 devel/ocaml-spawn/pkg-descr
11
create mode 100644 devel/ocaml-spawn/pkg-plist
34
create mode 100644 devel/ocaml-spawn/pkg-plist
(-)b/devel/ocaml-spawn/Makefile (+36 lines)
Added Link Here
1
# Created by: Thierry Thomas <thierry@pompo.net>
2
3
PORTNAME=	spawn
4
DISTVERSIONPREFIX=	v
5
DISTVERSION=	0.14.0
6
CATEGORIES=	devel
7
PKGNAMEPREFIX=	ocaml-
8
9
MAINTAINER=	thierry@FreeBSD.org
10
COMMENT=	Spawning sub-processes
11
12
LICENSE=	MIT
13
14
BUILD_DEPENDS=	dune:devel/ocaml-dune
15
16
USE_GITHUB=	yes
17
GH_ACCOUNT=	janestreet
18
19
USE_OCAML=	yes
20
USE_OCAML_LDCONFIG=	yes
21
OCAML_LDLIBS=	${OCAML_SITELIBDIR}/stublibs
22
23
MAKE_ENV=	INSTALL_ARGS="--destdir=${STAGEDIR} --libdir=${OCAML_SITELIBDIR}"
24
DOCSDIR=	${OCAML_DOCSDIR}/${PORTNAME}
25
ALL_TARGET=	default
26
27
OPTIONS_DEFINE=	DOCS
28
29
pre-build:
30
	${REINPLACE_CMD} -e 's|^INSTALL_ARGS|#INSTALL_ARGS|' ${WRKSRC}/${MAKEFILE}
31
32
post-install:
33
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/${PORTNAME}/${PORTNAME}.cmxs
34
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/stublibs/dllspawn_stubs.so
35
36
.include <bsd.port.mk>
(-)b/devel/ocaml-spawn/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1647941024
2
SHA256 (janestreet-spawn-v0.14.0_GH0.tar.gz) = 1727fed377b4623559699c355a11f1eb53e90bc282315a8cc2027c1b122ffa0e
3
SIZE (janestreet-spawn-v0.14.0_GH0.tar.gz) = 14986
(-)b/devel/ocaml-spawn/pkg-descr (+18 lines)
Added Link Here
1
Spawn is a small library exposing only one functionality: spawning sub-process.
2
3
It has three main goals:
4
5
1.  provide missing features of Unix.create_process such as providing a working
6
    directory
7
8
2.  provide better errors when a system call fails in the sub-process. For
9
    instance if a command is not found, you get a proper [Unix.Unix_error]
10
    exception
11
12
3.  improve performances by using vfork when available. It is often claimed that
13
    nowadays fork is as fast as vfork, however in practice fork takes time
14
    proportional to the process memory while vfork is constant time. In
15
    application using a lot of memory, vfork can be thousands of times faster
16
    than fork.
17
18
WWW: https://github.com/janestreet/spawn
(-)b/devel/ocaml-spawn/pkg-plist (-2 / +18 lines)
Added Link Here
0
- 
1
%%OCAML_SITELIBDIR%%/spawn/META
2
%%OCAML_SITELIBDIR%%/spawn/dune-package
3
%%OCAML_SITELIBDIR%%/spawn/libspawn_stubs.a
4
%%OCAML_SITELIBDIR%%/spawn/opam
5
%%OCAML_SITELIBDIR%%/spawn/spawn.a
6
%%OCAML_SITELIBDIR%%/spawn/spawn.cma
7
%%OCAML_SITELIBDIR%%/spawn/spawn.cmi
8
%%OCAML_SITELIBDIR%%/spawn/spawn.cmt
9
%%OCAML_SITELIBDIR%%/spawn/spawn.cmti
10
%%OCAML_SITELIBDIR%%/spawn/spawn.cmx
11
%%OCAML_SITELIBDIR%%/spawn/spawn.cmxa
12
%%OCAML_SITELIBDIR%%/spawn/spawn.cmxs
13
%%OCAML_SITELIBDIR%%/spawn/spawn.ml
14
%%OCAML_SITELIBDIR%%/spawn/spawn.mli
15
%%OCAML_SITELIBDIR%%/stublibs/dllspawn_stubs.so
16
%%PORTDOCS%%%%DOCSDIR%%/CHANGES.md
17
%%PORTDOCS%%%%DOCSDIR%%/LICENSE.md
18
%%PORTDOCS%%%%DOCSDIR%%/README.md
1
library overlay
19
library overlay
2
--
3
devel/ocaml-core/Makefile  |  58 ++++++
20
devel/ocaml-core/Makefile  |  58 ++++++
4
devel/ocaml-core/distinfo  |   3 +
21
devel/ocaml-core/distinfo  |   3 +
5
devel/ocaml-core/pkg-descr |   4 +
22
devel/ocaml-core/pkg-descr |   4 +
6
devel/ocaml-core/pkg-plist | 368 +++++++++++++++++++++++++++++++++++++
23
devel/ocaml-core/pkg-plist | 368 +++++++++++++++++++++++++++++++++++++
7
4 files changed, 433 insertions(+)
24
4 files changed, 433 insertions(+)
8
create mode 100644 devel/ocaml-core/Makefile
25
create mode 100644 devel/ocaml-core/Makefile
9
create mode 100644 devel/ocaml-core/distinfo
26
create mode 100644 devel/ocaml-core/distinfo
10
create mode 100644 devel/ocaml-core/pkg-descr
27
create mode 100644 devel/ocaml-core/pkg-descr
11
create mode 100644 devel/ocaml-core/pkg-plist
28
create mode 100644 devel/ocaml-core/pkg-plist
(-)b/devel/ocaml-core/Makefile (+58 lines)
Added Link Here
1
# Created by: Thierry Thomas <thierry@pompo.net>
2
3
PORTNAME=	core
4
DISTVERSIONPREFIX=	v
5
DISTVERSION=	0.14.1
6
CATEGORIES=	devel
7
PKGNAMEPREFIX=	ocaml-
8
9
MAINTAINER=	thierry@FreeBSD.org
10
COMMENT=	Jane Street Capital's standard library overlay
11
12
LICENSE=	MIT
13
14
BUILD_DEPENDS=	dune:devel/ocaml-dune	\
15
		ocaml-spawn>0:devel/ocaml-spawn	\
16
		ocaml-sexplib>0:devel/ocaml-sexplib	\
17
		ocaml-timezone>0:devel/ocaml-timezone	\
18
		ocaml-ppx_jane>0:devel/ocaml-ppx_jane	\
19
		ocaml-jst-config>0:devel/ocaml-jst-config	\
20
		ocaml-core_kernel>0:devel/ocaml-core_kernel	\
21
		ocaml-compiler-libs>0:devel/ocaml-compiler-libs
22
RUN_DEPENDS=	ocaml-spawn>0:devel/ocaml-spawn	\
23
		ocaml-sexplib>0:devel/ocaml-sexplib	\
24
		ocamlbuild:devel/ocaml-ocamlbuild	\
25
		ocaml-timezone>0:devel/ocaml-timezone	\
26
		ocaml-ppx_jane>0:devel/ocaml-ppx_jane	\
27
		ocaml-jst-config>0:devel/ocaml-jst-config	\
28
		ocaml-core_kernel>0:devel/ocaml-core_kernel	\
29
		ocaml-compiler-libs>0:devel/ocaml-compiler-libs
30
31
USE_GITHUB=	yes
32
GH_ACCOUNT=	janestreet
33
34
USE_OCAML=	yes
35
USE_OCAML_LDCONFIG=	yes
36
OCAML_LDLIBS=	${OCAML_SITELIBDIR}/stublibs
37
38
INSTALL_ARGS=	--destdir=${STAGEDIR} --libdir=${OCAML_SITELIBDIR}
39
DOCSDIR=	${OCAML_DOCSDIR}/${PORTNAME}
40
41
OPTIONS_DEFINE=	DOCS
42
43
do-build:
44
	(cd ${WRKSRC} && ${LOCALBASE}/bin/dune build --release)
45
46
do-install:
47
	(cd ${WRKSRC} && ${LOCALBASE}/bin/dune install ${INSTALL_ARGS})
48
49
post-install:
50
	# Do  not install coretop: it would require ocaml-utop as a run-time
51
	# dependency, and several more packages to build it.
52
	${RM} ${STAGEDIR}${PREFIX}/bin/coretop
53
	${FIND} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/stublibs/ -name "*.so" | \
54
		${XARGS} ${STRIP_CMD}
55
	${FIND} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/${PORTNAME} -name "*.cmxs" | \
56
		${XARGS} ${STRIP_CMD}
57
58
.include <bsd.port.mk>
(-)b/devel/ocaml-core/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1647938815
2
SHA256 (janestreet-core-v0.14.1_GH0.tar.gz) = 8c158c12345d36a5cdd71081728f4317b2b04c09eb4126b6de00c482a6fec2a0
3
SIZE (janestreet-core-v0.14.1_GH0.tar.gz) = 361679
(-)b/devel/ocaml-core/pkg-descr (+4 lines)
Added Link Here
1
The Core suite of libraries is an industrial strength alternative to OCaml's
2
standard library that was developed by Jane Street.
3
4
WWW: https://github.com/janestreet/core
(-)b/devel/ocaml-core/pkg-plist (-2 / +368 lines)
Added Link Here
0
- 
1
bin/corebuild
2
%%OCAML_SITELIBDIR%%/core/META
3
%%OCAML_SITELIBDIR%%/core/bigbuffer_blocking/bigbuffer_blocking.a
4
%%OCAML_SITELIBDIR%%/core/bigbuffer_blocking/bigbuffer_blocking.cma
5
%%OCAML_SITELIBDIR%%/core/bigbuffer_blocking/bigbuffer_blocking.cmi
6
%%OCAML_SITELIBDIR%%/core/bigbuffer_blocking/bigbuffer_blocking.cmt
7
%%OCAML_SITELIBDIR%%/core/bigbuffer_blocking/bigbuffer_blocking.cmti
8
%%OCAML_SITELIBDIR%%/core/bigbuffer_blocking/bigbuffer_blocking.cmx
9
%%OCAML_SITELIBDIR%%/core/bigbuffer_blocking/bigbuffer_blocking.cmxa
10
%%OCAML_SITELIBDIR%%/core/bigbuffer_blocking/bigbuffer_blocking.cmxs
11
%%OCAML_SITELIBDIR%%/core/bigbuffer_blocking/bigbuffer_blocking.ml
12
%%OCAML_SITELIBDIR%%/core/bigbuffer_blocking/bigbuffer_blocking.mli
13
%%OCAML_SITELIBDIR%%/core/bigbuffer_blocking/bigbuffer_blocking__.cmi
14
%%OCAML_SITELIBDIR%%/core/bigbuffer_blocking/bigbuffer_blocking__.cmt
15
%%OCAML_SITELIBDIR%%/core/bigbuffer_blocking/bigbuffer_blocking__.cmx
16
%%OCAML_SITELIBDIR%%/core/bigbuffer_blocking/bigbuffer_blocking__.ml
17
%%OCAML_SITELIBDIR%%/core/bigbuffer_blocking/bigbuffer_blocking__Import.cmi
18
%%OCAML_SITELIBDIR%%/core/bigbuffer_blocking/bigbuffer_blocking__Import.cmt
19
%%OCAML_SITELIBDIR%%/core/bigbuffer_blocking/bigbuffer_blocking__Import.cmx
20
%%OCAML_SITELIBDIR%%/core/bigbuffer_blocking/import.ml
21
%%OCAML_SITELIBDIR%%/core/bigstring_unix/bigstring_unix.a
22
%%OCAML_SITELIBDIR%%/core/bigstring_unix/bigstring_unix.cma
23
%%OCAML_SITELIBDIR%%/core/bigstring_unix/bigstring_unix.cmi
24
%%OCAML_SITELIBDIR%%/core/bigstring_unix/bigstring_unix.cmt
25
%%OCAML_SITELIBDIR%%/core/bigstring_unix/bigstring_unix.cmti
26
%%OCAML_SITELIBDIR%%/core/bigstring_unix/bigstring_unix.cmx
27
%%OCAML_SITELIBDIR%%/core/bigstring_unix/bigstring_unix.cmxa
28
%%OCAML_SITELIBDIR%%/core/bigstring_unix/bigstring_unix.cmxs
29
%%OCAML_SITELIBDIR%%/core/bigstring_unix/bigstring_unix.ml
30
%%OCAML_SITELIBDIR%%/core/bigstring_unix/bigstring_unix.mli
31
%%OCAML_SITELIBDIR%%/core/bigstring_unix/libbigstring_unix_stubs.a
32
%%OCAML_SITELIBDIR%%/core/config.h
33
%%OCAML_SITELIBDIR%%/core/core.a
34
%%OCAML_SITELIBDIR%%/core/core.cma
35
%%OCAML_SITELIBDIR%%/core/core.cmi
36
%%OCAML_SITELIBDIR%%/core/core.cmt
37
%%OCAML_SITELIBDIR%%/core/core.cmx
38
%%OCAML_SITELIBDIR%%/core/core.cmxa
39
%%OCAML_SITELIBDIR%%/core/core.cmxs
40
%%OCAML_SITELIBDIR%%/core/core.ml
41
%%OCAML_SITELIBDIR%%/core/core__.cmi
42
%%OCAML_SITELIBDIR%%/core/core__.cmt
43
%%OCAML_SITELIBDIR%%/core/core__.cmx
44
%%OCAML_SITELIBDIR%%/core/core__.ml
45
%%OCAML_SITELIBDIR%%/core/core__Core_caml.cmi
46
%%OCAML_SITELIBDIR%%/core/core__Core_caml.cmt
47
%%OCAML_SITELIBDIR%%/core/core__Core_caml.cmx
48
%%OCAML_SITELIBDIR%%/core/core__Core_command.cmi
49
%%OCAML_SITELIBDIR%%/core/core__Core_command.cmt
50
%%OCAML_SITELIBDIR%%/core/core__Core_command.cmti
51
%%OCAML_SITELIBDIR%%/core/core__Core_command.cmx
52
%%OCAML_SITELIBDIR%%/core/core__Core_date.cmi
53
%%OCAML_SITELIBDIR%%/core/core__Core_date.cmt
54
%%OCAML_SITELIBDIR%%/core/core__Core_date.cmti
55
%%OCAML_SITELIBDIR%%/core/core__Core_date.cmx
56
%%OCAML_SITELIBDIR%%/core/core__Core_date_intf.cmi
57
%%OCAML_SITELIBDIR%%/core/core__Core_date_intf.cmt
58
%%OCAML_SITELIBDIR%%/core/core__Core_date_intf.cmx
59
%%OCAML_SITELIBDIR%%/core/core__Core_filename.cmi
60
%%OCAML_SITELIBDIR%%/core/core__Core_filename.cmt
61
%%OCAML_SITELIBDIR%%/core/core__Core_filename.cmti
62
%%OCAML_SITELIBDIR%%/core/core__Core_filename.cmx
63
%%OCAML_SITELIBDIR%%/core/core__Core_sys.cmi
64
%%OCAML_SITELIBDIR%%/core/core__Core_sys.cmt
65
%%OCAML_SITELIBDIR%%/core/core__Core_sys.cmti
66
%%OCAML_SITELIBDIR%%/core/core__Core_sys.cmx
67
%%OCAML_SITELIBDIR%%/core/core__Core_thread.cmi
68
%%OCAML_SITELIBDIR%%/core/core__Core_thread.cmt
69
%%OCAML_SITELIBDIR%%/core/core__Core_thread.cmti
70
%%OCAML_SITELIBDIR%%/core/core__Core_thread.cmx
71
%%OCAML_SITELIBDIR%%/core/core__Core_time.cmi
72
%%OCAML_SITELIBDIR%%/core/core__Core_time.cmt
73
%%OCAML_SITELIBDIR%%/core/core__Core_time.cmti
74
%%OCAML_SITELIBDIR%%/core/core__Core_time.cmx
75
%%OCAML_SITELIBDIR%%/core/core__Core_time_float.cmi
76
%%OCAML_SITELIBDIR%%/core/core__Core_time_float.cmt
77
%%OCAML_SITELIBDIR%%/core/core__Core_time_float.cmti
78
%%OCAML_SITELIBDIR%%/core/core__Core_time_float.cmx
79
%%OCAML_SITELIBDIR%%/core/core__Core_time_intf.cmi
80
%%OCAML_SITELIBDIR%%/core/core__Core_time_intf.cmt
81
%%OCAML_SITELIBDIR%%/core/core__Core_time_intf.cmx
82
%%OCAML_SITELIBDIR%%/core/core__Core_time_ns.cmi
83
%%OCAML_SITELIBDIR%%/core/core__Core_time_ns.cmt
84
%%OCAML_SITELIBDIR%%/core/core__Core_time_ns.cmti
85
%%OCAML_SITELIBDIR%%/core/core__Core_time_ns.cmx
86
%%OCAML_SITELIBDIR%%/core/core__Core_unix.cmi
87
%%OCAML_SITELIBDIR%%/core/core__Core_unix.cmt
88
%%OCAML_SITELIBDIR%%/core/core__Core_unix.cmti
89
%%OCAML_SITELIBDIR%%/core/core__Core_unix.cmx
90
%%OCAML_SITELIBDIR%%/core/core__Import.cmi
91
%%OCAML_SITELIBDIR%%/core/core__Import.cmt
92
%%OCAML_SITELIBDIR%%/core/core__Import.cmx
93
%%OCAML_SITELIBDIR%%/core/core__Import_time.cmi
94
%%OCAML_SITELIBDIR%%/core/core__Import_time.cmt
95
%%OCAML_SITELIBDIR%%/core/core__Import_time.cmx
96
%%OCAML_SITELIBDIR%%/core/core__Interval.cmi
97
%%OCAML_SITELIBDIR%%/core/core__Interval.cmt
98
%%OCAML_SITELIBDIR%%/core/core__Interval.cmti
99
%%OCAML_SITELIBDIR%%/core/core__Interval.cmx
100
%%OCAML_SITELIBDIR%%/core/core__Interval_intf.cmi
101
%%OCAML_SITELIBDIR%%/core/core__Interval_intf.cmt
102
%%OCAML_SITELIBDIR%%/core/core__Interval_intf.cmx
103
%%OCAML_SITELIBDIR%%/core/core__Signal.cmi
104
%%OCAML_SITELIBDIR%%/core/core__Signal.cmt
105
%%OCAML_SITELIBDIR%%/core/core__Signal.cmti
106
%%OCAML_SITELIBDIR%%/core/core__Signal.cmx
107
%%OCAML_SITELIBDIR%%/core/core__Stable.cmi
108
%%OCAML_SITELIBDIR%%/core/core__Stable.cmt
109
%%OCAML_SITELIBDIR%%/core/core__Stable.cmx
110
%%OCAML_SITELIBDIR%%/core/core__Syscall_result.cmi
111
%%OCAML_SITELIBDIR%%/core/core__Syscall_result.cmt
112
%%OCAML_SITELIBDIR%%/core/core__Syscall_result.cmti
113
%%OCAML_SITELIBDIR%%/core/core__Syscall_result.cmx
114
%%OCAML_SITELIBDIR%%/core/core__Syscall_result_intf.cmi
115
%%OCAML_SITELIBDIR%%/core/core__Syscall_result_intf.cmt
116
%%OCAML_SITELIBDIR%%/core/core__Syscall_result_intf.cmx
117
%%OCAML_SITELIBDIR%%/core/core__Time_common.cmi
118
%%OCAML_SITELIBDIR%%/core/core__Time_common.cmt
119
%%OCAML_SITELIBDIR%%/core/core__Time_common.cmx
120
%%OCAML_SITELIBDIR%%/core/core__Time_ns_intf.cmi
121
%%OCAML_SITELIBDIR%%/core/core__Time_ns_intf.cmt
122
%%OCAML_SITELIBDIR%%/core/core__Time_ns_intf.cmx
123
%%OCAML_SITELIBDIR%%/core/core__Unix_error.cmi
124
%%OCAML_SITELIBDIR%%/core/core__Unix_error.cmt
125
%%OCAML_SITELIBDIR%%/core/core__Unix_error.cmx
126
%%OCAML_SITELIBDIR%%/core/core_caml.ml
127
%%OCAML_SITELIBDIR%%/core/core_command.ml
128
%%OCAML_SITELIBDIR%%/core/core_command.mli
129
%%OCAML_SITELIBDIR%%/core/core_date.ml
130
%%OCAML_SITELIBDIR%%/core/core_date.mli
131
%%OCAML_SITELIBDIR%%/core/core_date_intf.ml
132
%%OCAML_SITELIBDIR%%/core/core_filename.ml
133
%%OCAML_SITELIBDIR%%/core/core_filename.mli
134
%%OCAML_SITELIBDIR%%/core/core_sys.ml
135
%%OCAML_SITELIBDIR%%/core/core_sys.mli
136
%%OCAML_SITELIBDIR%%/core/core_thread.ml
137
%%OCAML_SITELIBDIR%%/core/core_thread.mli
138
%%OCAML_SITELIBDIR%%/core/core_time.ml
139
%%OCAML_SITELIBDIR%%/core/core_time.mli
140
%%OCAML_SITELIBDIR%%/core/core_time_float.ml
141
%%OCAML_SITELIBDIR%%/core/core_time_float.mli
142
%%OCAML_SITELIBDIR%%/core/core_time_intf.ml
143
%%OCAML_SITELIBDIR%%/core/core_time_ns.ml
144
%%OCAML_SITELIBDIR%%/core/core_time_ns.mli
145
%%OCAML_SITELIBDIR%%/core/core_unix.ml
146
%%OCAML_SITELIBDIR%%/core/core_unix.mli
147
%%OCAML_SITELIBDIR%%/core/daemon/daemon.a
148
%%OCAML_SITELIBDIR%%/core/daemon/daemon.cma
149
%%OCAML_SITELIBDIR%%/core/daemon/daemon.cmi
150
%%OCAML_SITELIBDIR%%/core/daemon/daemon.cmt
151
%%OCAML_SITELIBDIR%%/core/daemon/daemon.cmti
152
%%OCAML_SITELIBDIR%%/core/daemon/daemon.cmx
153
%%OCAML_SITELIBDIR%%/core/daemon/daemon.cmxa
154
%%OCAML_SITELIBDIR%%/core/daemon/daemon.cmxs
155
%%OCAML_SITELIBDIR%%/core/daemon/daemon.ml
156
%%OCAML_SITELIBDIR%%/core/daemon/daemon.mli
157
%%OCAML_SITELIBDIR%%/core/daemon/daemon__.cmi
158
%%OCAML_SITELIBDIR%%/core/daemon/daemon__.cmt
159
%%OCAML_SITELIBDIR%%/core/daemon/daemon__.cmx
160
%%OCAML_SITELIBDIR%%/core/daemon/daemon__.ml
161
%%OCAML_SITELIBDIR%%/core/daemon/daemon__Import.cmi
162
%%OCAML_SITELIBDIR%%/core/daemon/daemon__Import.cmt
163
%%OCAML_SITELIBDIR%%/core/daemon/daemon__Import.cmx
164
%%OCAML_SITELIBDIR%%/core/daemon/import.ml
165
%%OCAML_SITELIBDIR%%/core/dune-package
166
%%OCAML_SITELIBDIR%%/core/error_checking_mutex/error_checking_mutex.a
167
%%OCAML_SITELIBDIR%%/core/error_checking_mutex/error_checking_mutex.cma
168
%%OCAML_SITELIBDIR%%/core/error_checking_mutex/error_checking_mutex.cmi
169
%%OCAML_SITELIBDIR%%/core/error_checking_mutex/error_checking_mutex.cmt
170
%%OCAML_SITELIBDIR%%/core/error_checking_mutex/error_checking_mutex.cmti
171
%%OCAML_SITELIBDIR%%/core/error_checking_mutex/error_checking_mutex.cmx
172
%%OCAML_SITELIBDIR%%/core/error_checking_mutex/error_checking_mutex.cmxa
173
%%OCAML_SITELIBDIR%%/core/error_checking_mutex/error_checking_mutex.cmxs
174
%%OCAML_SITELIBDIR%%/core/error_checking_mutex/error_checking_mutex.ml
175
%%OCAML_SITELIBDIR%%/core/error_checking_mutex/error_checking_mutex.mli
176
%%OCAML_SITELIBDIR%%/core/error_checking_mutex/error_checking_mutex__.cmi
177
%%OCAML_SITELIBDIR%%/core/error_checking_mutex/error_checking_mutex__.cmt
178
%%OCAML_SITELIBDIR%%/core/error_checking_mutex/error_checking_mutex__.cmx
179
%%OCAML_SITELIBDIR%%/core/error_checking_mutex/error_checking_mutex__.ml
180
%%OCAML_SITELIBDIR%%/core/error_checking_mutex/error_checking_mutex__Import.cmi
181
%%OCAML_SITELIBDIR%%/core/error_checking_mutex/error_checking_mutex__Import.cmt
182
%%OCAML_SITELIBDIR%%/core/error_checking_mutex/error_checking_mutex__Import.cmx
183
%%OCAML_SITELIBDIR%%/core/error_checking_mutex/import.ml
184
%%OCAML_SITELIBDIR%%/core/error_checking_mutex/liberror_checking_mutex_stubs.a
185
%%OCAML_SITELIBDIR%%/core/import.ml
186
%%OCAML_SITELIBDIR%%/core/import_time.ml
187
%%OCAML_SITELIBDIR%%/core/interval.ml
188
%%OCAML_SITELIBDIR%%/core/interval.mli
189
%%OCAML_SITELIBDIR%%/core/interval_intf.ml
190
%%OCAML_SITELIBDIR%%/core/iobuf_unix/iobuf_unix.a
191
%%OCAML_SITELIBDIR%%/core/iobuf_unix/iobuf_unix.cma
192
%%OCAML_SITELIBDIR%%/core/iobuf_unix/iobuf_unix.cmi
193
%%OCAML_SITELIBDIR%%/core/iobuf_unix/iobuf_unix.cmt
194
%%OCAML_SITELIBDIR%%/core/iobuf_unix/iobuf_unix.cmti
195
%%OCAML_SITELIBDIR%%/core/iobuf_unix/iobuf_unix.cmx
196
%%OCAML_SITELIBDIR%%/core/iobuf_unix/iobuf_unix.cmxa
197
%%OCAML_SITELIBDIR%%/core/iobuf_unix/iobuf_unix.cmxs
198
%%OCAML_SITELIBDIR%%/core/iobuf_unix/iobuf_unix.ml
199
%%OCAML_SITELIBDIR%%/core/iobuf_unix/iobuf_unix.mli
200
%%OCAML_SITELIBDIR%%/core/iobuf_unix/libiobuf_unix_stubs.a
201
%%OCAML_SITELIBDIR%%/core/libcore_stubs.a
202
%%OCAML_SITELIBDIR%%/core/linux_ext/liblinux_ext_stubs.a
203
%%OCAML_SITELIBDIR%%/core/linux_ext/linux_ext.a
204
%%OCAML_SITELIBDIR%%/core/linux_ext/linux_ext.cma
205
%%OCAML_SITELIBDIR%%/core/linux_ext/linux_ext.cmi
206
%%OCAML_SITELIBDIR%%/core/linux_ext/linux_ext.cmt
207
%%OCAML_SITELIBDIR%%/core/linux_ext/linux_ext.cmti
208
%%OCAML_SITELIBDIR%%/core/linux_ext/linux_ext.cmx
209
%%OCAML_SITELIBDIR%%/core/linux_ext/linux_ext.cmxa
210
%%OCAML_SITELIBDIR%%/core/linux_ext/linux_ext.cmxs
211
%%OCAML_SITELIBDIR%%/core/linux_ext/linux_ext.ml
212
%%OCAML_SITELIBDIR%%/core/linux_ext/linux_ext.mli
213
%%OCAML_SITELIBDIR%%/core/linux_ext/linux_ext__.cmi
214
%%OCAML_SITELIBDIR%%/core/linux_ext/linux_ext__.cmt
215
%%OCAML_SITELIBDIR%%/core/linux_ext/linux_ext__.cmx
216
%%OCAML_SITELIBDIR%%/core/linux_ext/linux_ext__.ml
217
%%OCAML_SITELIBDIR%%/core/linux_ext/linux_ext__Linux_ext_intf.cmi
218
%%OCAML_SITELIBDIR%%/core/linux_ext/linux_ext__Linux_ext_intf.cmt
219
%%OCAML_SITELIBDIR%%/core/linux_ext/linux_ext__Linux_ext_intf.cmx
220
%%OCAML_SITELIBDIR%%/core/linux_ext/linux_ext_intf.ml
221
%%OCAML_SITELIBDIR%%/core/lock_file_blocking/import.ml
222
%%OCAML_SITELIBDIR%%/core/lock_file_blocking/lock_file_blocking.a
223
%%OCAML_SITELIBDIR%%/core/lock_file_blocking/lock_file_blocking.cma
224
%%OCAML_SITELIBDIR%%/core/lock_file_blocking/lock_file_blocking.cmi
225
%%OCAML_SITELIBDIR%%/core/lock_file_blocking/lock_file_blocking.cmt
226
%%OCAML_SITELIBDIR%%/core/lock_file_blocking/lock_file_blocking.cmti
227
%%OCAML_SITELIBDIR%%/core/lock_file_blocking/lock_file_blocking.cmx
228
%%OCAML_SITELIBDIR%%/core/lock_file_blocking/lock_file_blocking.cmxa
229
%%OCAML_SITELIBDIR%%/core/lock_file_blocking/lock_file_blocking.cmxs
230
%%OCAML_SITELIBDIR%%/core/lock_file_blocking/lock_file_blocking.ml
231
%%OCAML_SITELIBDIR%%/core/lock_file_blocking/lock_file_blocking.mli
232
%%OCAML_SITELIBDIR%%/core/lock_file_blocking/lock_file_blocking__.cmi
233
%%OCAML_SITELIBDIR%%/core/lock_file_blocking/lock_file_blocking__.cmt
234
%%OCAML_SITELIBDIR%%/core/lock_file_blocking/lock_file_blocking__.cmx
235
%%OCAML_SITELIBDIR%%/core/lock_file_blocking/lock_file_blocking__.ml
236
%%OCAML_SITELIBDIR%%/core/lock_file_blocking/lock_file_blocking__Import.cmi
237
%%OCAML_SITELIBDIR%%/core/lock_file_blocking/lock_file_blocking__Import.cmt
238
%%OCAML_SITELIBDIR%%/core/lock_file_blocking/lock_file_blocking__Import.cmx
239
%%OCAML_SITELIBDIR%%/core/nano_mutex/import.ml
240
%%OCAML_SITELIBDIR%%/core/nano_mutex/nano_mutex.a
241
%%OCAML_SITELIBDIR%%/core/nano_mutex/nano_mutex.cma
242
%%OCAML_SITELIBDIR%%/core/nano_mutex/nano_mutex.cmi
243
%%OCAML_SITELIBDIR%%/core/nano_mutex/nano_mutex.cmt
244
%%OCAML_SITELIBDIR%%/core/nano_mutex/nano_mutex.cmti
245
%%OCAML_SITELIBDIR%%/core/nano_mutex/nano_mutex.cmx
246
%%OCAML_SITELIBDIR%%/core/nano_mutex/nano_mutex.cmxa
247
%%OCAML_SITELIBDIR%%/core/nano_mutex/nano_mutex.cmxs
248
%%OCAML_SITELIBDIR%%/core/nano_mutex/nano_mutex.ml
249
%%OCAML_SITELIBDIR%%/core/nano_mutex/nano_mutex.mli
250
%%OCAML_SITELIBDIR%%/core/nano_mutex/nano_mutex__.cmi
251
%%OCAML_SITELIBDIR%%/core/nano_mutex/nano_mutex__.cmt
252
%%OCAML_SITELIBDIR%%/core/nano_mutex/nano_mutex__.cmx
253
%%OCAML_SITELIBDIR%%/core/nano_mutex/nano_mutex__.ml
254
%%OCAML_SITELIBDIR%%/core/nano_mutex/nano_mutex__Import.cmi
255
%%OCAML_SITELIBDIR%%/core/nano_mutex/nano_mutex__Import.cmt
256
%%OCAML_SITELIBDIR%%/core/nano_mutex/nano_mutex__Import.cmx
257
%%OCAML_SITELIBDIR%%/core/opam
258
%%OCAML_SITELIBDIR%%/core/process_env/import.ml
259
%%OCAML_SITELIBDIR%%/core/process_env/process_env.a
260
%%OCAML_SITELIBDIR%%/core/process_env/process_env.cma
261
%%OCAML_SITELIBDIR%%/core/process_env/process_env.cmi
262
%%OCAML_SITELIBDIR%%/core/process_env/process_env.cmt
263
%%OCAML_SITELIBDIR%%/core/process_env/process_env.cmti
264
%%OCAML_SITELIBDIR%%/core/process_env/process_env.cmx
265
%%OCAML_SITELIBDIR%%/core/process_env/process_env.cmxa
266
%%OCAML_SITELIBDIR%%/core/process_env/process_env.cmxs
267
%%OCAML_SITELIBDIR%%/core/process_env/process_env.ml
268
%%OCAML_SITELIBDIR%%/core/process_env/process_env.mli
269
%%OCAML_SITELIBDIR%%/core/process_env/process_env__.cmi
270
%%OCAML_SITELIBDIR%%/core/process_env/process_env__.cmt
271
%%OCAML_SITELIBDIR%%/core/process_env/process_env__.cmx
272
%%OCAML_SITELIBDIR%%/core/process_env/process_env__.ml
273
%%OCAML_SITELIBDIR%%/core/process_env/process_env__Import.cmi
274
%%OCAML_SITELIBDIR%%/core/process_env/process_env__Import.cmt
275
%%OCAML_SITELIBDIR%%/core/process_env/process_env__Import.cmx
276
%%OCAML_SITELIBDIR%%/core/signal.ml
277
%%OCAML_SITELIBDIR%%/core/signal.mli
278
%%OCAML_SITELIBDIR%%/core/socketaddr.h
279
%%OCAML_SITELIBDIR%%/core/squeue/import.ml
280
%%OCAML_SITELIBDIR%%/core/squeue/squeue.a
281
%%OCAML_SITELIBDIR%%/core/squeue/squeue.cma
282
%%OCAML_SITELIBDIR%%/core/squeue/squeue.cmi
283
%%OCAML_SITELIBDIR%%/core/squeue/squeue.cmt
284
%%OCAML_SITELIBDIR%%/core/squeue/squeue.cmti
285
%%OCAML_SITELIBDIR%%/core/squeue/squeue.cmx
286
%%OCAML_SITELIBDIR%%/core/squeue/squeue.cmxa
287
%%OCAML_SITELIBDIR%%/core/squeue/squeue.cmxs
288
%%OCAML_SITELIBDIR%%/core/squeue/squeue.ml
289
%%OCAML_SITELIBDIR%%/core/squeue/squeue.mli
290
%%OCAML_SITELIBDIR%%/core/squeue/squeue__.cmi
291
%%OCAML_SITELIBDIR%%/core/squeue/squeue__.cmt
292
%%OCAML_SITELIBDIR%%/core/squeue/squeue__.cmx
293
%%OCAML_SITELIBDIR%%/core/squeue/squeue__.ml
294
%%OCAML_SITELIBDIR%%/core/squeue/squeue__Import.cmi
295
%%OCAML_SITELIBDIR%%/core/squeue/squeue__Import.cmt
296
%%OCAML_SITELIBDIR%%/core/squeue/squeue__Import.cmx
297
%%OCAML_SITELIBDIR%%/core/stable.ml
298
%%OCAML_SITELIBDIR%%/core/syscall_result.ml
299
%%OCAML_SITELIBDIR%%/core/syscall_result.mli
300
%%OCAML_SITELIBDIR%%/core/syscall_result_intf.ml
301
%%OCAML_SITELIBDIR%%/core/syslog/import.ml
302
%%OCAML_SITELIBDIR%%/core/syslog/libsyslog_stubs.a
303
%%OCAML_SITELIBDIR%%/core/syslog/syslog.a
304
%%OCAML_SITELIBDIR%%/core/syslog/syslog.cma
305
%%OCAML_SITELIBDIR%%/core/syslog/syslog.cmi
306
%%OCAML_SITELIBDIR%%/core/syslog/syslog.cmt
307
%%OCAML_SITELIBDIR%%/core/syslog/syslog.cmti
308
%%OCAML_SITELIBDIR%%/core/syslog/syslog.cmx
309
%%OCAML_SITELIBDIR%%/core/syslog/syslog.cmxa
310
%%OCAML_SITELIBDIR%%/core/syslog/syslog.cmxs
311
%%OCAML_SITELIBDIR%%/core/syslog/syslog.ml
312
%%OCAML_SITELIBDIR%%/core/syslog/syslog.mli
313
%%OCAML_SITELIBDIR%%/core/syslog/syslog__.cmi
314
%%OCAML_SITELIBDIR%%/core/syslog/syslog__.cmt
315
%%OCAML_SITELIBDIR%%/core/syslog/syslog__.cmx
316
%%OCAML_SITELIBDIR%%/core/syslog/syslog__.ml
317
%%OCAML_SITELIBDIR%%/core/syslog/syslog__Import.cmi
318
%%OCAML_SITELIBDIR%%/core/syslog/syslog__Import.cmt
319
%%OCAML_SITELIBDIR%%/core/syslog/syslog__Import.cmx
320
%%OCAML_SITELIBDIR%%/core/time_common.ml
321
%%OCAML_SITELIBDIR%%/core/time_ns_intf.ml
322
%%OCAML_SITELIBDIR%%/core/time_stamp_counter/import.ml
323
%%OCAML_SITELIBDIR%%/core/time_stamp_counter/libtime_stamp_counter_stubs.a
324
%%OCAML_SITELIBDIR%%/core/time_stamp_counter/time_stamp_counter.a
325
%%OCAML_SITELIBDIR%%/core/time_stamp_counter/time_stamp_counter.cma
326
%%OCAML_SITELIBDIR%%/core/time_stamp_counter/time_stamp_counter.cmi
327
%%OCAML_SITELIBDIR%%/core/time_stamp_counter/time_stamp_counter.cmt
328
%%OCAML_SITELIBDIR%%/core/time_stamp_counter/time_stamp_counter.cmti
329
%%OCAML_SITELIBDIR%%/core/time_stamp_counter/time_stamp_counter.cmx
330
%%OCAML_SITELIBDIR%%/core/time_stamp_counter/time_stamp_counter.cmxa
331
%%OCAML_SITELIBDIR%%/core/time_stamp_counter/time_stamp_counter.cmxs
332
%%OCAML_SITELIBDIR%%/core/time_stamp_counter/time_stamp_counter.ml
333
%%OCAML_SITELIBDIR%%/core/time_stamp_counter/time_stamp_counter.mli
334
%%OCAML_SITELIBDIR%%/core/time_stamp_counter/time_stamp_counter__.cmi
335
%%OCAML_SITELIBDIR%%/core/time_stamp_counter/time_stamp_counter__.cmt
336
%%OCAML_SITELIBDIR%%/core/time_stamp_counter/time_stamp_counter__.cmx
337
%%OCAML_SITELIBDIR%%/core/time_stamp_counter/time_stamp_counter__.ml
338
%%OCAML_SITELIBDIR%%/core/time_stamp_counter/time_stamp_counter__Import.cmi
339
%%OCAML_SITELIBDIR%%/core/time_stamp_counter/time_stamp_counter__Import.cmt
340
%%OCAML_SITELIBDIR%%/core/time_stamp_counter/time_stamp_counter__Import.cmx
341
%%OCAML_SITELIBDIR%%/core/top/core_install_printers.ml
342
%%OCAML_SITELIBDIR%%/core/top/core_top.cma
343
%%OCAML_SITELIBDIR%%/core/top/core_top.cmi
344
%%OCAML_SITELIBDIR%%/core/top/core_top.cmt
345
%%OCAML_SITELIBDIR%%/core/top/core_top.ml
346
%%OCAML_SITELIBDIR%%/core/top/core_top__Core_install_printers.cmi
347
%%OCAML_SITELIBDIR%%/core/top/core_top__Core_install_printers.cmt
348
%%OCAML_SITELIBDIR%%/core/unix_error.ml
349
%%OCAML_SITELIBDIR%%/core/uuid/uuid_unix.a
350
%%OCAML_SITELIBDIR%%/core/uuid/uuid_unix.cma
351
%%OCAML_SITELIBDIR%%/core/uuid/uuid_unix.cmi
352
%%OCAML_SITELIBDIR%%/core/uuid/uuid_unix.cmt
353
%%OCAML_SITELIBDIR%%/core/uuid/uuid_unix.cmti
354
%%OCAML_SITELIBDIR%%/core/uuid/uuid_unix.cmx
355
%%OCAML_SITELIBDIR%%/core/uuid/uuid_unix.cmxa
356
%%OCAML_SITELIBDIR%%/core/uuid/uuid_unix.cmxs
357
%%OCAML_SITELIBDIR%%/core/uuid/uuid_unix.ml
358
%%OCAML_SITELIBDIR%%/core/uuid/uuid_unix.mli
359
%%OCAML_SITELIBDIR%%/stublibs/dllbigstring_unix_stubs.so
360
%%OCAML_SITELIBDIR%%/stublibs/dllcore_stubs.so
361
%%OCAML_SITELIBDIR%%/stublibs/dllerror_checking_mutex_stubs.so
362
%%OCAML_SITELIBDIR%%/stublibs/dlliobuf_unix_stubs.so
363
%%OCAML_SITELIBDIR%%/stublibs/dlllinux_ext_stubs.so
364
%%OCAML_SITELIBDIR%%/stublibs/dllsyslog_stubs.so
365
%%OCAML_SITELIBDIR%%/stublibs/dlltime_stamp_counter_stubs.so
366
%%PORTDOCS%%%%DOCSDIR%%/CHANGES.md
367
%%PORTDOCS%%%%DOCSDIR%%/LICENSE.md
368
%%PORTDOCS%%%%DOCSDIR%%/README.md
1
asynchronous execution library (unix)
369
asynchronous execution library (unix)
2
--
3
devel/ocaml-async_unix/Makefile  |  47 ++++++
370
devel/ocaml-async_unix/Makefile  |  47 ++++++
4
devel/ocaml-async_unix/distinfo  |   3 +
371
devel/ocaml-async_unix/distinfo  |   3 +
5
devel/ocaml-async_unix/pkg-descr |   6 +
372
devel/ocaml-async_unix/pkg-descr |   6 +
6
devel/ocaml-async_unix/pkg-plist | 280 +++++++++++++++++++++++++++++++
373
devel/ocaml-async_unix/pkg-plist | 280 +++++++++++++++++++++++++++++++
7
4 files changed, 336 insertions(+)
374
4 files changed, 336 insertions(+)
8
create mode 100644 devel/ocaml-async_unix/Makefile
375
create mode 100644 devel/ocaml-async_unix/Makefile
9
create mode 100644 devel/ocaml-async_unix/distinfo
376
create mode 100644 devel/ocaml-async_unix/distinfo
10
create mode 100644 devel/ocaml-async_unix/pkg-descr
377
create mode 100644 devel/ocaml-async_unix/pkg-descr
11
create mode 100644 devel/ocaml-async_unix/pkg-plist
378
create mode 100644 devel/ocaml-async_unix/pkg-plist
(-)b/devel/ocaml-async_unix/Makefile (+47 lines)
Added Link Here
1
# Created by: Thierry Thomas <thierry@pompo.net>
2
3
PORTNAME=	async_unix
4
DISTVERSIONPREFIX=	v
5
PORTVERSION=	0.14.0
6
CATEGORIES=	devel
7
PKGNAMEPREFIX=	ocaml-
8
9
MAINTAINER=	thierry@FreeBSD.org
10
COMMENT=	Jane Street Capital's asynchronous execution library (unix)
11
12
LICENSE=	MIT
13
14
BUILD_DEPENDS=	dune:devel/ocaml-dune	\
15
		ocaml-core>0:devel/ocaml-core	\
16
		ocaml-ppx_jane>0:devel/ocaml-ppx_jane	\
17
		ocaml-core_kernel>0:devel/ocaml-core_kernel	\
18
		ocaml-async_kernel>0:devel/ocaml-async_kernel
19
RUN_DEPENDS=	ocaml-core>0:devel/ocaml-core	\
20
		ocaml-ppx_jane>0:devel/ocaml-ppx_jane	\
21
		ocaml-async_kernel>0:devel/ocaml-async_kernel
22
23
USE_GITHUB=	yes
24
GH_ACCOUNT=	janestreet
25
26
USE_OCAML=	yes
27
USE_OCAML_LDCONFIG=	yes
28
OCAML_LDLIBS=	${OCAML_SITELIBDIR}/${PORTNAME}	\
29
		${OCAML_SITELIBDIR}/stublibs
30
31
INSTALL_ARGS=	--destdir=${STAGEDIR} --libdir=${OCAML_SITELIBDIR}
32
DOCSDIR=	${OCAML_DOCSDIR}/${PORTNAME}
33
34
OPTIONS_DEFINE=	DOCS
35
36
do-build:
37
	(cd ${WRKSRC} && ${LOCALBASE}/bin/dune build --release)
38
39
do-install:
40
	(cd ${WRKSRC} && ${LOCALBASE}/bin/dune install ${INSTALL_ARGS})
41
42
post-install:
43
	${FIND} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/${PORTNAME} -name "*.cmxs" | \
44
		${XARGS} ${STRIP_CMD}
45
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/stublibs/dllasync_unix_stubs.so
46
47
.include <bsd.port.mk>
(-)b/devel/ocaml-async_unix/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1647937646
2
SHA256 (janestreet-async_unix-v0.14.0_GH0.tar.gz) = 266d94e67299c9a1781781bec39abefe2b5db0534dbcea2f7a7210de4346bb72
3
SIZE (janestreet-async_unix-v0.14.0_GH0.tar.gz) = 171624
(-)b/devel/ocaml-async_unix/pkg-descr (+6 lines)
Added Link Here
1
Async_unix includes Unix-related dependencies for things like system calls and
2
threads. Using these, it hooks the Async_kernel scheduler up to either epoll or
3
select, depending on availability, and manages a thread pool that blocking
4
system calls run in.
5
6
WWW: https://github.com/janestreet/async_unix
(-)b/devel/ocaml-async_unix/pkg-plist (-2 / +280 lines)
Added Link Here
0
- 
1
%%OCAML_SITELIBDIR%%/async_unix/META
2
%%OCAML_SITELIBDIR%%/async_unix/assign_try_with_log_exn.ml
3
%%OCAML_SITELIBDIR%%/async_unix/assign_try_with_log_exn.mli
4
%%OCAML_SITELIBDIR%%/async_unix/async_print.ml
5
%%OCAML_SITELIBDIR%%/async_unix/async_print.mli
6
%%OCAML_SITELIBDIR%%/async_unix/async_sys.ml
7
%%OCAML_SITELIBDIR%%/async_unix/async_sys.mli
8
%%OCAML_SITELIBDIR%%/async_unix/async_unix.a
9
%%OCAML_SITELIBDIR%%/async_unix/async_unix.cma
10
%%OCAML_SITELIBDIR%%/async_unix/async_unix.cmi
11
%%OCAML_SITELIBDIR%%/async_unix/async_unix.cmt
12
%%OCAML_SITELIBDIR%%/async_unix/async_unix.cmx
13
%%OCAML_SITELIBDIR%%/async_unix/async_unix.cmxa
14
%%OCAML_SITELIBDIR%%/async_unix/async_unix.cmxs
15
%%OCAML_SITELIBDIR%%/async_unix/async_unix.ml
16
%%OCAML_SITELIBDIR%%/async_unix/async_unix__.cmi
17
%%OCAML_SITELIBDIR%%/async_unix/async_unix__.cmt
18
%%OCAML_SITELIBDIR%%/async_unix/async_unix__.cmx
19
%%OCAML_SITELIBDIR%%/async_unix/async_unix__.ml
20
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Assign_try_with_log_exn.cmi
21
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Assign_try_with_log_exn.cmt
22
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Assign_try_with_log_exn.cmti
23
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Assign_try_with_log_exn.cmx
24
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Async_print.cmi
25
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Async_print.cmt
26
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Async_print.cmti
27
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Async_print.cmx
28
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Async_sys.cmi
29
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Async_sys.cmt
30
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Async_sys.cmti
31
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Async_sys.cmx
32
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Backing_out_channel.cmi
33
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Backing_out_channel.cmt
34
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Backing_out_channel.cmti
35
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Backing_out_channel.cmx
36
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Clock.cmi
37
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Clock.cmt
38
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Clock.cmti
39
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Clock.cmx
40
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Config.cmi
41
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Config.cmt
42
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Config.cmti
43
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Config.cmx
44
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Dump_core_on_job_delay.cmi
45
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Dump_core_on_job_delay.cmt
46
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Dump_core_on_job_delay.cmti
47
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Dump_core_on_job_delay.cmx
48
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Epoll_file_descr_watcher.cmi
49
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Epoll_file_descr_watcher.cmt
50
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Epoll_file_descr_watcher.cmti
51
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Epoll_file_descr_watcher.cmx
52
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Fd.cmi
53
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Fd.cmt
54
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Fd.cmti
55
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Fd.cmx
56
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Fd_by_descr.cmi
57
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Fd_by_descr.cmt
58
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Fd_by_descr.cmti
59
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Fd_by_descr.cmx
60
%%OCAML_SITELIBDIR%%/async_unix/async_unix__File_descr_watcher_intf.cmi
61
%%OCAML_SITELIBDIR%%/async_unix/async_unix__File_descr_watcher_intf.cmt
62
%%OCAML_SITELIBDIR%%/async_unix/async_unix__File_descr_watcher_intf.cmx
63
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Import.cmi
64
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Import.cmt
65
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Import.cmx
66
%%OCAML_SITELIBDIR%%/async_unix/async_unix__In_thread.cmi
67
%%OCAML_SITELIBDIR%%/async_unix/async_unix__In_thread.cmt
68
%%OCAML_SITELIBDIR%%/async_unix/async_unix__In_thread.cmti
69
%%OCAML_SITELIBDIR%%/async_unix/async_unix__In_thread.cmx
70
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Interruptor.cmi
71
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Interruptor.cmt
72
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Interruptor.cmti
73
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Interruptor.cmx
74
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Io_stats.cmi
75
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Io_stats.cmt
76
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Io_stats.cmti
77
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Io_stats.cmx
78
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Log.cmi
79
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Log.cmt
80
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Log.cmti
81
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Log.cmx
82
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Process.cmi
83
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Process.cmt
84
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Process.cmti
85
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Process.cmx
86
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Raw_fd.cmi
87
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Raw_fd.cmt
88
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Raw_fd.cmx
89
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Raw_scheduler.cmi
90
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Raw_scheduler.cmt
91
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Raw_scheduler.cmx
92
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Raw_signal_manager.cmi
93
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Raw_signal_manager.cmt
94
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Raw_signal_manager.cmx
95
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Read_write.cmi
96
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Read_write.cmt
97
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Read_write.cmti
98
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Read_write.cmx
99
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Reader.cmi
100
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Reader.cmt
101
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Reader.cmti
102
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Reader.cmx
103
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Reader0.cmi
104
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Reader0.cmt
105
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Reader0.cmx
106
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Require_explicit_time_source.cmi
107
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Require_explicit_time_source.cmt
108
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Require_explicit_time_source.cmti
109
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Require_explicit_time_source.cmx
110
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Require_explicit_time_source_intf.cmi
111
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Require_explicit_time_source_intf.cmt
112
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Require_explicit_time_source_intf.cmx
113
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Scheduler.cmi
114
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Scheduler.cmt
115
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Scheduler.cmti
116
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Scheduler.cmx
117
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Select_file_descr_watcher.cmi
118
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Select_file_descr_watcher.cmt
119
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Select_file_descr_watcher.cmti
120
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Select_file_descr_watcher.cmx
121
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Shutdown.cmi
122
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Shutdown.cmt
123
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Shutdown.cmti
124
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Shutdown.cmx
125
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Signal.cmi
126
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Signal.cmt
127
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Signal.cmti
128
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Signal.cmx
129
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Signal_manager.cmi
130
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Signal_manager.cmt
131
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Signal_manager.cmti
132
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Signal_manager.cmx
133
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Syscall.cmi
134
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Syscall.cmt
135
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Syscall.cmti
136
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Syscall.cmx
137
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Tcp.cmi
138
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Tcp.cmt
139
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Tcp.cmti
140
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Tcp.cmx
141
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Thread_safe.cmi
142
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Thread_safe.cmt
143
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Thread_safe.cmti
144
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Thread_safe.cmx
145
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Time_source_tests.cmi
146
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Time_source_tests.cmt
147
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Time_source_tests.cmti
148
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Time_source_tests.cmx
149
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Unix_syscalls.cmi
150
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Unix_syscalls.cmt
151
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Unix_syscalls.cmti
152
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Unix_syscalls.cmx
153
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Writer.cmi
154
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Writer.cmt
155
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Writer.cmti
156
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Writer.cmx
157
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Writer0.cmi
158
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Writer0.cmt
159
%%OCAML_SITELIBDIR%%/async_unix/async_unix__Writer0.cmx
160
%%OCAML_SITELIBDIR%%/async_unix/backing_out_channel.ml
161
%%OCAML_SITELIBDIR%%/async_unix/backing_out_channel.mli
162
%%OCAML_SITELIBDIR%%/async_unix/clock.ml
163
%%OCAML_SITELIBDIR%%/async_unix/clock.mli
164
%%OCAML_SITELIBDIR%%/async_unix/config.ml
165
%%OCAML_SITELIBDIR%%/async_unix/config.mli
166
%%OCAML_SITELIBDIR%%/async_unix/dump_core_on_job_delay.ml
167
%%OCAML_SITELIBDIR%%/async_unix/dump_core_on_job_delay.mli
168
%%OCAML_SITELIBDIR%%/async_unix/dune-package
169
%%OCAML_SITELIBDIR%%/async_unix/epoll_file_descr_watcher.ml
170
%%OCAML_SITELIBDIR%%/async_unix/epoll_file_descr_watcher.mli
171
%%OCAML_SITELIBDIR%%/async_unix/fd.ml
172
%%OCAML_SITELIBDIR%%/async_unix/fd.mli
173
%%OCAML_SITELIBDIR%%/async_unix/fd_by_descr.ml
174
%%OCAML_SITELIBDIR%%/async_unix/fd_by_descr.mli
175
%%OCAML_SITELIBDIR%%/async_unix/file_descr_watcher_intf.ml
176
%%OCAML_SITELIBDIR%%/async_unix/import.ml
177
%%OCAML_SITELIBDIR%%/async_unix/in_thread.ml
178
%%OCAML_SITELIBDIR%%/async_unix/in_thread.mli
179
%%OCAML_SITELIBDIR%%/async_unix/interruptor.ml
180
%%OCAML_SITELIBDIR%%/async_unix/interruptor.mli
181
%%OCAML_SITELIBDIR%%/async_unix/io_stats.ml
182
%%OCAML_SITELIBDIR%%/async_unix/io_stats.mli
183
%%OCAML_SITELIBDIR%%/async_unix/libasync_unix_stubs.a
184
%%OCAML_SITELIBDIR%%/async_unix/log.ml
185
%%OCAML_SITELIBDIR%%/async_unix/log.mli
186
%%OCAML_SITELIBDIR%%/async_unix/opam
187
%%OCAML_SITELIBDIR%%/async_unix/process.ml
188
%%OCAML_SITELIBDIR%%/async_unix/process.mli
189
%%OCAML_SITELIBDIR%%/async_unix/raw_fd.ml
190
%%OCAML_SITELIBDIR%%/async_unix/raw_scheduler.ml
191
%%OCAML_SITELIBDIR%%/async_unix/raw_signal_manager.ml
192
%%OCAML_SITELIBDIR%%/async_unix/read_write.ml
193
%%OCAML_SITELIBDIR%%/async_unix/read_write.mli
194
%%OCAML_SITELIBDIR%%/async_unix/reader.ml
195
%%OCAML_SITELIBDIR%%/async_unix/reader.mli
196
%%OCAML_SITELIBDIR%%/async_unix/reader0.ml
197
%%OCAML_SITELIBDIR%%/async_unix/require_explicit_time_source.ml
198
%%OCAML_SITELIBDIR%%/async_unix/require_explicit_time_source.mli
199
%%OCAML_SITELIBDIR%%/async_unix/require_explicit_time_source_intf.ml
200
%%OCAML_SITELIBDIR%%/async_unix/scheduler.ml
201
%%OCAML_SITELIBDIR%%/async_unix/scheduler.mli
202
%%OCAML_SITELIBDIR%%/async_unix/select_file_descr_watcher.ml
203
%%OCAML_SITELIBDIR%%/async_unix/select_file_descr_watcher.mli
204
%%OCAML_SITELIBDIR%%/async_unix/shutdown.ml
205
%%OCAML_SITELIBDIR%%/async_unix/shutdown.mli
206
%%OCAML_SITELIBDIR%%/async_unix/signal.ml
207
%%OCAML_SITELIBDIR%%/async_unix/signal.mli
208
%%OCAML_SITELIBDIR%%/async_unix/signal_manager.ml
209
%%OCAML_SITELIBDIR%%/async_unix/signal_manager.mli
210
%%OCAML_SITELIBDIR%%/async_unix/syscall.ml
211
%%OCAML_SITELIBDIR%%/async_unix/syscall.mli
212
%%OCAML_SITELIBDIR%%/async_unix/tcp.ml
213
%%OCAML_SITELIBDIR%%/async_unix/tcp.mli
214
%%OCAML_SITELIBDIR%%/async_unix/thread_pool/import.ml
215
%%OCAML_SITELIBDIR%%/async_unix/thread_pool/thread_pool.a
216
%%OCAML_SITELIBDIR%%/async_unix/thread_pool/thread_pool.cma
217
%%OCAML_SITELIBDIR%%/async_unix/thread_pool/thread_pool.cmi
218
%%OCAML_SITELIBDIR%%/async_unix/thread_pool/thread_pool.cmt
219
%%OCAML_SITELIBDIR%%/async_unix/thread_pool/thread_pool.cmti
220
%%OCAML_SITELIBDIR%%/async_unix/thread_pool/thread_pool.cmx
221
%%OCAML_SITELIBDIR%%/async_unix/thread_pool/thread_pool.cmxa
222
%%OCAML_SITELIBDIR%%/async_unix/thread_pool/thread_pool.cmxs
223
%%OCAML_SITELIBDIR%%/async_unix/thread_pool/thread_pool.ml
224
%%OCAML_SITELIBDIR%%/async_unix/thread_pool/thread_pool.mli
225
%%OCAML_SITELIBDIR%%/async_unix/thread_pool/thread_pool__.cmi
226
%%OCAML_SITELIBDIR%%/async_unix/thread_pool/thread_pool__.cmt
227
%%OCAML_SITELIBDIR%%/async_unix/thread_pool/thread_pool__.cmx
228
%%OCAML_SITELIBDIR%%/async_unix/thread_pool/thread_pool__.ml
229
%%OCAML_SITELIBDIR%%/async_unix/thread_pool/thread_pool__Import.cmi
230
%%OCAML_SITELIBDIR%%/async_unix/thread_pool/thread_pool__Import.cmt
231
%%OCAML_SITELIBDIR%%/async_unix/thread_pool/thread_pool__Import.cmx
232
%%OCAML_SITELIBDIR%%/async_unix/thread_safe.ml
233
%%OCAML_SITELIBDIR%%/async_unix/thread_safe.mli
234
%%OCAML_SITELIBDIR%%/async_unix/thread_safe_ivar/import.ml
235
%%OCAML_SITELIBDIR%%/async_unix/thread_safe_ivar/thread_safe_ivar.a
236
%%OCAML_SITELIBDIR%%/async_unix/thread_safe_ivar/thread_safe_ivar.cma
237
%%OCAML_SITELIBDIR%%/async_unix/thread_safe_ivar/thread_safe_ivar.cmi
238
%%OCAML_SITELIBDIR%%/async_unix/thread_safe_ivar/thread_safe_ivar.cmt
239
%%OCAML_SITELIBDIR%%/async_unix/thread_safe_ivar/thread_safe_ivar.cmti
240
%%OCAML_SITELIBDIR%%/async_unix/thread_safe_ivar/thread_safe_ivar.cmx
241
%%OCAML_SITELIBDIR%%/async_unix/thread_safe_ivar/thread_safe_ivar.cmxa
242
%%OCAML_SITELIBDIR%%/async_unix/thread_safe_ivar/thread_safe_ivar.cmxs
243
%%OCAML_SITELIBDIR%%/async_unix/thread_safe_ivar/thread_safe_ivar.ml
244
%%OCAML_SITELIBDIR%%/async_unix/thread_safe_ivar/thread_safe_ivar.mli
245
%%OCAML_SITELIBDIR%%/async_unix/thread_safe_ivar/thread_safe_ivar__.cmi
246
%%OCAML_SITELIBDIR%%/async_unix/thread_safe_ivar/thread_safe_ivar__.cmt
247
%%OCAML_SITELIBDIR%%/async_unix/thread_safe_ivar/thread_safe_ivar__.cmx
248
%%OCAML_SITELIBDIR%%/async_unix/thread_safe_ivar/thread_safe_ivar__.ml
249
%%OCAML_SITELIBDIR%%/async_unix/thread_safe_ivar/thread_safe_ivar__Import.cmi
250
%%OCAML_SITELIBDIR%%/async_unix/thread_safe_ivar/thread_safe_ivar__Import.cmt
251
%%OCAML_SITELIBDIR%%/async_unix/thread_safe_ivar/thread_safe_ivar__Import.cmx
252
%%OCAML_SITELIBDIR%%/async_unix/thread_safe_pipe/import.ml
253
%%OCAML_SITELIBDIR%%/async_unix/thread_safe_pipe/thread_safe_pipe.a
254
%%OCAML_SITELIBDIR%%/async_unix/thread_safe_pipe/thread_safe_pipe.cma
255
%%OCAML_SITELIBDIR%%/async_unix/thread_safe_pipe/thread_safe_pipe.cmi
256
%%OCAML_SITELIBDIR%%/async_unix/thread_safe_pipe/thread_safe_pipe.cmt
257
%%OCAML_SITELIBDIR%%/async_unix/thread_safe_pipe/thread_safe_pipe.cmti
258
%%OCAML_SITELIBDIR%%/async_unix/thread_safe_pipe/thread_safe_pipe.cmx
259
%%OCAML_SITELIBDIR%%/async_unix/thread_safe_pipe/thread_safe_pipe.cmxa
260
%%OCAML_SITELIBDIR%%/async_unix/thread_safe_pipe/thread_safe_pipe.cmxs
261
%%OCAML_SITELIBDIR%%/async_unix/thread_safe_pipe/thread_safe_pipe.ml
262
%%OCAML_SITELIBDIR%%/async_unix/thread_safe_pipe/thread_safe_pipe.mli
263
%%OCAML_SITELIBDIR%%/async_unix/thread_safe_pipe/thread_safe_pipe__.cmi
264
%%OCAML_SITELIBDIR%%/async_unix/thread_safe_pipe/thread_safe_pipe__.cmt
265
%%OCAML_SITELIBDIR%%/async_unix/thread_safe_pipe/thread_safe_pipe__.cmx
266
%%OCAML_SITELIBDIR%%/async_unix/thread_safe_pipe/thread_safe_pipe__.ml
267
%%OCAML_SITELIBDIR%%/async_unix/thread_safe_pipe/thread_safe_pipe__Import.cmi
268
%%OCAML_SITELIBDIR%%/async_unix/thread_safe_pipe/thread_safe_pipe__Import.cmt
269
%%OCAML_SITELIBDIR%%/async_unix/thread_safe_pipe/thread_safe_pipe__Import.cmx
270
%%OCAML_SITELIBDIR%%/async_unix/time_source_tests.ml
271
%%OCAML_SITELIBDIR%%/async_unix/time_source_tests.mli
272
%%OCAML_SITELIBDIR%%/async_unix/unix_syscalls.ml
273
%%OCAML_SITELIBDIR%%/async_unix/unix_syscalls.mli
274
%%OCAML_SITELIBDIR%%/async_unix/writer.ml
275
%%OCAML_SITELIBDIR%%/async_unix/writer.mli
276
%%OCAML_SITELIBDIR%%/async_unix/writer0.ml
277
%%OCAML_SITELIBDIR%%/stublibs/dllasync_unix_stubs.so
278
%%PORTDOCS%%%%DOCSDIR%%/CHANGES.md
279
%%PORTDOCS%%%%DOCSDIR%%/LICENSE.md
280
%%PORTDOCS%%%%DOCSDIR%%/README.md
1
arrays onto C-like structs
281
arrays onto C-like structs
2
--
3
devel/ocaml-cstruct/Makefile  |  51 ++++++++++++++++
282
devel/ocaml-cstruct/Makefile  |  51 ++++++++++++++++
4
devel/ocaml-cstruct/distinfo  |   3 +
283
devel/ocaml-cstruct/distinfo  |   3 +
5
devel/ocaml-cstruct/pkg-descr |   5 ++
284
devel/ocaml-cstruct/pkg-descr |   5 ++
6
devel/ocaml-cstruct/pkg-plist | 106 ++++++++++++++++++++++++++++++++++
285
devel/ocaml-cstruct/pkg-plist | 106 ++++++++++++++++++++++++++++++++++
7
4 files changed, 165 insertions(+)
286
4 files changed, 165 insertions(+)
8
create mode 100644 devel/ocaml-cstruct/Makefile
287
create mode 100644 devel/ocaml-cstruct/Makefile
9
create mode 100644 devel/ocaml-cstruct/distinfo
288
create mode 100644 devel/ocaml-cstruct/distinfo
10
create mode 100644 devel/ocaml-cstruct/pkg-descr
289
create mode 100644 devel/ocaml-cstruct/pkg-descr
11
create mode 100644 devel/ocaml-cstruct/pkg-plist
290
create mode 100644 devel/ocaml-cstruct/pkg-plist
(-)b/devel/ocaml-cstruct/Makefile (+51 lines)
Added Link Here
1
# Created by: Thierry Thomas <thierry@pompo.net>
2
3
PORTNAME=	ocaml-cstruct
4
DISTVERSIONPREFIX=	v
5
DISTVERSION=	6.0.1
6
CATEGORIES=	devel
7
8
MAINTAINER=	thierry@FreeBSD.org
9
COMMENT=	Map OCaml arrays onto C-like structs
10
11
LICENSE=	ISCL
12
13
BUILD_DEPENDS=	dune:devel/ocaml-dune	\
14
		ocaml-lwt>0:devel/ocaml-lwt	\
15
		ocaml-ppxlib>0:devel/ocaml-ppxlib	\
16
		ocaml-sexplib>0:devel/ocaml-sexplib	\
17
		ocaml-async_unix>0:devel/ocaml-async_unix	\
18
		ocaml-core_kernel>0:devel/ocaml-core_kernel	\
19
		ocaml-async_kernel>0:devel/ocaml-async_kernel	\
20
		ocaml-stdlib-shims>0:devel/ocaml-stdlib-shims	\
21
		ocaml-bigarray-compat>0:devel/ocaml-bigarray-compat
22
RUN_DEPENDS=	ocaml-lwt>0:devel/ocaml-lwt	\
23
		ocaml-ppxlib>0:devel/ocaml-ppxlib	\
24
		ocaml-sexplib>0:devel/ocaml-sexplib	\
25
		ocaml-async_unix>0:devel/ocaml-async_unix	\
26
		ocaml-core_kernel>0:devel/ocaml-core_kernel	\
27
		ocaml-async_kernel>0:devel/ocaml-async_kernel	\
28
		ocaml-stdlib-shims>0:devel/ocaml-stdlib-shims	\
29
		ocaml-bigarray-compat>0:devel/ocaml-bigarray-compat
30
31
USE_GITHUB=	yes
32
GH_ACCOUNT=	mirage
33
34
USE_OCAML=	yes
35
OCAML_LDLIBS=	${OCAML_SITELIBDIR}/stublibs
36
37
INSTALL_ARGS=	--destdir=${STAGEDIR} --libdir=${OCAML_SITELIBDIR}
38
39
do-build:
40
	(cd ${WRKSRC} && ${LOCALBASE}/bin/dune build --release)
41
42
do-install:
43
	(cd ${WRKSRC} && ${LOCALBASE}/bin/dune install ${INSTALL_ARGS})
44
45
post-install:
46
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/ppx_cstruct/ppx.exe
47
	${FIND} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/ -name "*.cmxs" | \
48
		${XARGS} ${STRIP_CMD}
49
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/stublibs/dllcstruct_stubs.so
50
51
.include <bsd.port.mk>
(-)b/devel/ocaml-cstruct/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1647896043
2
SHA256 (mirage-ocaml-cstruct-v6.0.1_GH0.tar.gz) = 3a59130c57aa1f637ddc2eb189dd9a6ef903647c308b6d565a9382e2b380d01d
3
SIZE (mirage-ocaml-cstruct-v6.0.1_GH0.tar.gz) = 243082
(-)b/devel/ocaml-cstruct/pkg-descr (+5 lines)
Added Link Here
1
Cstruct is a library and syntax extension to make it easier to access C-like
2
structures directly from OCaml. It supports both reading and writing to these
3
structures, and they are accessed via the Bigarray module.
4
5
WWW: https://github.com/mirage/ocaml-cstruct
(-)b/devel/ocaml-cstruct/pkg-plist (-2 / +106 lines)
Added Link Here
0
- 
1
%%OCAML_SITELIBDIR%%/cstruct-async/META
2
%%OCAML_SITELIBDIR%%/cstruct-async/async_cstruct.a
3
%%OCAML_SITELIBDIR%%/cstruct-async/async_cstruct.cma
4
%%OCAML_SITELIBDIR%%/cstruct-async/async_cstruct.cmi
5
%%OCAML_SITELIBDIR%%/cstruct-async/async_cstruct.cmt
6
%%OCAML_SITELIBDIR%%/cstruct-async/async_cstruct.cmti
7
%%OCAML_SITELIBDIR%%/cstruct-async/async_cstruct.cmx
8
%%OCAML_SITELIBDIR%%/cstruct-async/async_cstruct.cmxa
9
%%OCAML_SITELIBDIR%%/cstruct-async/async_cstruct.cmxs
10
%%OCAML_SITELIBDIR%%/cstruct-async/async_cstruct.ml
11
%%OCAML_SITELIBDIR%%/cstruct-async/async_cstruct.mli
12
%%OCAML_SITELIBDIR%%/cstruct-async/dune-package
13
%%OCAML_SITELIBDIR%%/cstruct-async/opam
14
%%OCAML_SITELIBDIR%%/cstruct-lwt/META
15
%%OCAML_SITELIBDIR%%/cstruct-lwt/cstruct_lwt.a
16
%%OCAML_SITELIBDIR%%/cstruct-lwt/cstruct_lwt.cma
17
%%OCAML_SITELIBDIR%%/cstruct-lwt/cstruct_lwt.cmxa
18
%%OCAML_SITELIBDIR%%/cstruct-lwt/cstruct_lwt.cmxs
19
%%OCAML_SITELIBDIR%%/cstruct-lwt/dune-package
20
%%OCAML_SITELIBDIR%%/cstruct-lwt/lwt_cstruct.cmi
21
%%OCAML_SITELIBDIR%%/cstruct-lwt/lwt_cstruct.cmt
22
%%OCAML_SITELIBDIR%%/cstruct-lwt/lwt_cstruct.cmti
23
%%OCAML_SITELIBDIR%%/cstruct-lwt/lwt_cstruct.cmx
24
%%OCAML_SITELIBDIR%%/cstruct-lwt/lwt_cstruct.ml
25
%%OCAML_SITELIBDIR%%/cstruct-lwt/lwt_cstruct.mli
26
%%OCAML_SITELIBDIR%%/cstruct-lwt/opam
27
%%OCAML_SITELIBDIR%%/cstruct-sexp/META
28
%%OCAML_SITELIBDIR%%/cstruct-sexp/cstruct_sexp.a
29
%%OCAML_SITELIBDIR%%/cstruct-sexp/cstruct_sexp.cma
30
%%OCAML_SITELIBDIR%%/cstruct-sexp/cstruct_sexp.cmi
31
%%OCAML_SITELIBDIR%%/cstruct-sexp/cstruct_sexp.cmt
32
%%OCAML_SITELIBDIR%%/cstruct-sexp/cstruct_sexp.cmti
33
%%OCAML_SITELIBDIR%%/cstruct-sexp/cstruct_sexp.cmx
34
%%OCAML_SITELIBDIR%%/cstruct-sexp/cstruct_sexp.cmxa
35
%%OCAML_SITELIBDIR%%/cstruct-sexp/cstruct_sexp.cmxs
36
%%OCAML_SITELIBDIR%%/cstruct-sexp/cstruct_sexp.ml
37
%%OCAML_SITELIBDIR%%/cstruct-sexp/cstruct_sexp.mli
38
%%OCAML_SITELIBDIR%%/cstruct-sexp/dune-package
39
%%OCAML_SITELIBDIR%%/cstruct-sexp/opam
40
%%OCAML_SITELIBDIR%%/cstruct-unix/META
41
%%OCAML_SITELIBDIR%%/cstruct-unix/cstruct_unix.a
42
%%OCAML_SITELIBDIR%%/cstruct-unix/cstruct_unix.cma
43
%%OCAML_SITELIBDIR%%/cstruct-unix/cstruct_unix.cmxa
44
%%OCAML_SITELIBDIR%%/cstruct-unix/cstruct_unix.cmxs
45
%%OCAML_SITELIBDIR%%/cstruct-unix/dune-package
46
%%OCAML_SITELIBDIR%%/cstruct-unix/opam
47
%%OCAML_SITELIBDIR%%/cstruct-unix/unix_cstruct.cmi
48
%%OCAML_SITELIBDIR%%/cstruct-unix/unix_cstruct.cmt
49
%%OCAML_SITELIBDIR%%/cstruct-unix/unix_cstruct.cmti
50
%%OCAML_SITELIBDIR%%/cstruct-unix/unix_cstruct.cmx
51
%%OCAML_SITELIBDIR%%/cstruct-unix/unix_cstruct.ml
52
%%OCAML_SITELIBDIR%%/cstruct-unix/unix_cstruct.mli
53
%%OCAML_SITELIBDIR%%/cstruct/META
54
%%OCAML_SITELIBDIR%%/cstruct/cstruct.a
55
%%OCAML_SITELIBDIR%%/cstruct/cstruct.cma
56
%%OCAML_SITELIBDIR%%/cstruct/cstruct.cmi
57
%%OCAML_SITELIBDIR%%/cstruct/cstruct.cmt
58
%%OCAML_SITELIBDIR%%/cstruct/cstruct.cmti
59
%%OCAML_SITELIBDIR%%/cstruct/cstruct.cmx
60
%%OCAML_SITELIBDIR%%/cstruct/cstruct.cmxa
61
%%OCAML_SITELIBDIR%%/cstruct/cstruct.cmxs
62
%%OCAML_SITELIBDIR%%/cstruct/cstruct.js
63
%%OCAML_SITELIBDIR%%/cstruct/cstruct.ml
64
%%OCAML_SITELIBDIR%%/cstruct/cstruct.mli
65
%%OCAML_SITELIBDIR%%/cstruct/cstruct_cap.cmi
66
%%OCAML_SITELIBDIR%%/cstruct/cstruct_cap.cmt
67
%%OCAML_SITELIBDIR%%/cstruct/cstruct_cap.cmti
68
%%OCAML_SITELIBDIR%%/cstruct/cstruct_cap.cmx
69
%%OCAML_SITELIBDIR%%/cstruct/cstruct_cap.ml
70
%%OCAML_SITELIBDIR%%/cstruct/cstruct_cap.mli
71
%%OCAML_SITELIBDIR%%/cstruct/dune-package
72
%%OCAML_SITELIBDIR%%/cstruct/libcstruct_stubs.a
73
%%OCAML_SITELIBDIR%%/cstruct/opam
74
%%OCAML_SITELIBDIR%%/ppx_cstruct/META
75
%%OCAML_SITELIBDIR%%/ppx_cstruct/dune-package
76
%%OCAML_SITELIBDIR%%/ppx_cstruct/opam
77
%%OCAML_SITELIBDIR%%/ppx_cstruct/ppx.exe
78
%%OCAML_SITELIBDIR%%/ppx_cstruct/ppx_cstruct.a
79
%%OCAML_SITELIBDIR%%/ppx_cstruct/ppx_cstruct.cma
80
%%OCAML_SITELIBDIR%%/ppx_cstruct/ppx_cstruct.cmi
81
%%OCAML_SITELIBDIR%%/ppx_cstruct/ppx_cstruct.cmt
82
%%OCAML_SITELIBDIR%%/ppx_cstruct/ppx_cstruct.cmti
83
%%OCAML_SITELIBDIR%%/ppx_cstruct/ppx_cstruct.cmx
84
%%OCAML_SITELIBDIR%%/ppx_cstruct/ppx_cstruct.cmxa
85
%%OCAML_SITELIBDIR%%/ppx_cstruct/ppx_cstruct.cmxs
86
%%OCAML_SITELIBDIR%%/ppx_cstruct/ppx_cstruct.ml
87
%%OCAML_SITELIBDIR%%/ppx_cstruct/ppx_cstruct.mli
88
%%OCAML_SITELIBDIR%%/stublibs/dllcstruct_stubs.so
89
share/doc/ocaml/cstruct-async/CHANGES.md
90
share/doc/ocaml/cstruct-async/LICENSE.md
91
share/doc/ocaml/cstruct-async/README.md
92
share/doc/ocaml/cstruct-lwt/CHANGES.md
93
share/doc/ocaml/cstruct-lwt/LICENSE.md
94
share/doc/ocaml/cstruct-lwt/README.md
95
share/doc/ocaml/cstruct-sexp/CHANGES.md
96
share/doc/ocaml/cstruct-sexp/LICENSE.md
97
share/doc/ocaml/cstruct-sexp/README.md
98
share/doc/ocaml/cstruct-unix/CHANGES.md
99
share/doc/ocaml/cstruct-unix/LICENSE.md
100
share/doc/ocaml/cstruct-unix/README.md
101
share/doc/ocaml/cstruct/CHANGES.md
102
share/doc/ocaml/cstruct/LICENSE.md
103
share/doc/ocaml/cstruct/README.md
104
share/doc/ocaml/ppx_cstruct/CHANGES.md
105
share/doc/ocaml/ppx_cstruct/LICENSE.md
106
share/doc/ocaml/ppx_cstruct/README.md
1
generator for OCaml
107
generator for OCaml
2
--
3
devel/ocaml-ppx_deriving_yojson/Makefile      | 44 +++++++++++++++++++
108
devel/ocaml-ppx_deriving_yojson/Makefile      | 44 +++++++++++++++++++
4
devel/ocaml-ppx_deriving_yojson/distinfo      |  3 ++
109
devel/ocaml-ppx_deriving_yojson/distinfo      |  3 ++
5
...tch-src_ppx__deriving__yojson__runtime.mli | 17 +++++++
110
...tch-src_ppx__deriving__yojson__runtime.mli | 17 +++++++
6
devel/ocaml-ppx_deriving_yojson/pkg-descr     |  9 ++++
111
devel/ocaml-ppx_deriving_yojson/pkg-descr     |  9 ++++
7
devel/ocaml-ppx_deriving_yojson/pkg-plist     | 24 ++++++++++
112
devel/ocaml-ppx_deriving_yojson/pkg-plist     | 24 ++++++++++
8
5 files changed, 97 insertions(+)
113
5 files changed, 97 insertions(+)
9
create mode 100644 devel/ocaml-ppx_deriving_yojson/Makefile
114
create mode 100644 devel/ocaml-ppx_deriving_yojson/Makefile
10
create mode 100644 devel/ocaml-ppx_deriving_yojson/distinfo
115
create mode 100644 devel/ocaml-ppx_deriving_yojson/distinfo
11
create mode 100644 devel/ocaml-ppx_deriving_yojson/files/patch-src_ppx__deriving__yojson__runtime.mli
116
create mode 100644 devel/ocaml-ppx_deriving_yojson/files/patch-src_ppx__deriving__yojson__runtime.mli
12
create mode 100644 devel/ocaml-ppx_deriving_yojson/pkg-descr
117
create mode 100644 devel/ocaml-ppx_deriving_yojson/pkg-descr
13
create mode 100644 devel/ocaml-ppx_deriving_yojson/pkg-plist
118
create mode 100644 devel/ocaml-ppx_deriving_yojson/pkg-plist
(-)b/devel/ocaml-ppx_deriving_yojson/Makefile (+44 lines)
Added Link Here
1
# Created by: Thierry Thomas <thierry@pompo.net>
2
3
PORTNAME=	ppx_deriving_yojson
4
PORTVERSION=	3.6.1
5
DISTVERSIONPREFIX=	v
6
CATEGORIES=	devel
7
PKGNAMEPREFIX=	ocaml-
8
9
MAINTAINER=	thierry@FreeBSD.org
10
COMMENT=	Yojson codec generator for OCaml
11
12
LICENSE=	MIT
13
14
BUILD_DEPENDS=	dune:devel/ocaml-dune	\
15
		ocaml-ppxlib>0:devel/ocaml-ppxlib	\
16
		ocaml-result>0:devel/ocaml-result	\
17
		ocaml-yojson>0:devel/ocaml-yojson	\
18
		ocaml-ppx_deriving>0:devel/ocaml-ppx_deriving
19
RUN_DEPENDS=	ocaml-ppxlib>0:devel/ocaml-ppxlib	\
20
		ocaml-result>0:devel/ocaml-result	\
21
		ocaml-yojson>0:devel/ocaml-yojson	\
22
		ocaml-ppx_deriving>0:devel/ocaml-ppx_deriving
23
24
USE_GITHUB=	yes
25
GH_ACCOUNT=	ocaml-ppx
26
27
USE_OCAML=	yes
28
29
INSTALL_ARGS=	--destdir=${STAGEDIR} --libdir=${OCAML_SITELIBDIR}
30
DOCSDIR=	${OCAML_DOCSDIR}/${PORTNAME}
31
32
OPTIONS_DEFINE=	DOCS
33
34
do-build:
35
	(cd ${WRKSRC} && ${LOCALBASE}/bin/dune build)
36
37
do-install:
38
	(cd ${WRKSRC} && ${LOCALBASE}/bin/dune install ${INSTALL_ARGS})
39
40
post-install:
41
	${FIND} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/${PORTNAME} -name "*.cmxs" | \
42
		${XARGS} ${STRIP_CMD}
43
44
.include <bsd.port.mk>
(-)b/devel/ocaml-ppx_deriving_yojson/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1648804225
2
SHA256 (ocaml-ppx-ppx_deriving_yojson-v3.6.1_GH0.tar.gz) = 037c8b488c2b83c3b914895864ec7677829c8eff90f9e20755137a9e998343b7
3
SIZE (ocaml-ppx-ppx_deriving_yojson-v3.6.1_GH0.tar.gz) = 19477
(-)b/devel/ocaml-ppx_deriving_yojson/files/patch-src_ppx__deriving__yojson__runtime.mli (+17 lines)
Added Link Here
1
--- src/ppx_deriving_yojson_runtime.mli.orig	2020-11-07 23:40:55 UTC
2
+++ src/ppx_deriving_yojson_runtime.mli
3
@@ -1,4 +1,4 @@
4
-type 'a error_or = ('a, string) Result.result
5
+type 'a error_or = ('a, string) Result.t
6
 
7
 val ( >>= ) : 'a error_or -> ('a -> 'b error_or) -> 'b error_or
8
 val ( >|= ) : 'a error_or -> ('a -> 'b) -> 'b error_or
9
@@ -18,7 +18,7 @@ module Int64 : (module type of Int64)
10
 module Nativeint : (module type of Nativeint)
11
 module Array : (module type of Array)
12
 module Result : sig
13
-  type ('a, 'b) result = ('a, 'b) Result.result =
14
+  type ('a, 'b) result = ('a, 'b) Result.t =
15
     | Ok of 'a
16
     | Error of 'b
17
 end
(-)b/devel/ocaml-ppx_deriving_yojson/pkg-descr (+9 lines)
Added Link Here
1
deriving Yojson is a ppx_deriving plugin that generates JSON serializers and
2
deserializes that use the Yojson library from an OCaml type definition.
3
4
Note: ppx_yojson_conv is a more recent deriving extension for Yojson that uses a
5
more durable technical foundation and is more actively maintained. We keep
6
maintaing ppx_deriving_yojson for the existing users, but we would recommend
7
that new projects start from ppx_yojson_conv instead.
8
9
WWW: https://github.com/ocaml-ppx/ppx_deriving_yojson
(-)b/devel/ocaml-ppx_deriving_yojson/pkg-plist (-2 / +24 lines)
Added Link Here
0
- 
1
%%OCAML_SITELIBDIR%%/ppx_deriving_yojson/META
2
%%OCAML_SITELIBDIR%%/ppx_deriving_yojson/dune-package
3
%%OCAML_SITELIBDIR%%/ppx_deriving_yojson/opam
4
%%OCAML_SITELIBDIR%%/ppx_deriving_yojson/ppx_deriving_yojson.a
5
%%OCAML_SITELIBDIR%%/ppx_deriving_yojson/ppx_deriving_yojson.cma
6
%%OCAML_SITELIBDIR%%/ppx_deriving_yojson/ppx_deriving_yojson.cmi
7
%%OCAML_SITELIBDIR%%/ppx_deriving_yojson/ppx_deriving_yojson.cmt
8
%%OCAML_SITELIBDIR%%/ppx_deriving_yojson/ppx_deriving_yojson.cmx
9
%%OCAML_SITELIBDIR%%/ppx_deriving_yojson/ppx_deriving_yojson.cmxa
10
%%OCAML_SITELIBDIR%%/ppx_deriving_yojson/ppx_deriving_yojson.cmxs
11
%%OCAML_SITELIBDIR%%/ppx_deriving_yojson/ppx_deriving_yojson.ml
12
%%OCAML_SITELIBDIR%%/ppx_deriving_yojson/runtime/ppx_deriving_yojson_runtime.a
13
%%OCAML_SITELIBDIR%%/ppx_deriving_yojson/runtime/ppx_deriving_yojson_runtime.cma
14
%%OCAML_SITELIBDIR%%/ppx_deriving_yojson/runtime/ppx_deriving_yojson_runtime.cmi
15
%%OCAML_SITELIBDIR%%/ppx_deriving_yojson/runtime/ppx_deriving_yojson_runtime.cmt
16
%%OCAML_SITELIBDIR%%/ppx_deriving_yojson/runtime/ppx_deriving_yojson_runtime.cmti
17
%%OCAML_SITELIBDIR%%/ppx_deriving_yojson/runtime/ppx_deriving_yojson_runtime.cmx
18
%%OCAML_SITELIBDIR%%/ppx_deriving_yojson/runtime/ppx_deriving_yojson_runtime.cmxa
19
%%OCAML_SITELIBDIR%%/ppx_deriving_yojson/runtime/ppx_deriving_yojson_runtime.cmxs
20
%%OCAML_SITELIBDIR%%/ppx_deriving_yojson/runtime/ppx_deriving_yojson_runtime.ml
21
%%OCAML_SITELIBDIR%%/ppx_deriving_yojson/runtime/ppx_deriving_yojson_runtime.mli
22
%%PORTDOCS%%%%DOCSDIR%%/CHANGELOG.md
23
%%PORTDOCS%%%%DOCSDIR%%/LICENSE.txt
24
%%PORTDOCS%%%%DOCSDIR%%/README.md
1
standard library extension
25
standard library extension
2
--
3
devel/ocaml-batteries/Makefile  |  30 ++
26
devel/ocaml-batteries/Makefile  |  30 ++
4
devel/ocaml-batteries/distinfo  |   3 +
27
devel/ocaml-batteries/distinfo  |   3 +
5
devel/ocaml-batteries/pkg-descr |  11 +
28
devel/ocaml-batteries/pkg-descr |  11 +
6
devel/ocaml-batteries/pkg-plist | 482 ++++++++++++++++++++++++++++++++
29
devel/ocaml-batteries/pkg-plist | 482 ++++++++++++++++++++++++++++++++
7
4 files changed, 526 insertions(+)
30
4 files changed, 526 insertions(+)
8
create mode 100644 devel/ocaml-batteries/Makefile
31
create mode 100644 devel/ocaml-batteries/Makefile
9
create mode 100644 devel/ocaml-batteries/distinfo
32
create mode 100644 devel/ocaml-batteries/distinfo
10
create mode 100644 devel/ocaml-batteries/pkg-descr
33
create mode 100644 devel/ocaml-batteries/pkg-descr
11
create mode 100644 devel/ocaml-batteries/pkg-plist
34
create mode 100644 devel/ocaml-batteries/pkg-plist
(-)b/devel/ocaml-batteries/Makefile (+30 lines)
Added Link Here
1
# Created by: Thierry Thomas <thierry@pompo.net>
2
3
PORTNAME=	batteries
4
DISTVERSIONPREFIX=	v
5
PORTVERSION=	3.5.1
6
CATEGORIES=	devel
7
PKGNAMEPREFIX=	ocaml-
8
9
MAINTAINER=	thierry@FreeBSD.org
10
COMMENT=	Community-maintained standard library extension
11
12
LICENSE=	MIT
13
14
BUILD_DEPENDS=	ocamlbuild:devel/ocaml-ocamlbuild	\
15
		ocaml-num>0:devel/ocaml-num
16
RUN_DEPENDS=	ocaml-num>0:devel/ocaml-num
17
18
USE_GITHUB=	yes
19
GH_ACCOUNT=	ocaml-batteries-team
20
GH_PROJECT=	batteries-included
21
22
USES=		gmake
23
24
USE_OCAML=	yes
25
USE_OCAML_FINDLIB=	yes
26
27
post-install:
28
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/${PORTNAME}/${PORTNAME}.cmxs
29
30
.include <bsd.port.mk>
(-)b/devel/ocaml-batteries/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1648830281
2
SHA256 (ocaml-batteries-team-batteries-included-v3.5.1_GH0.tar.gz) = 1a630f12afd2098d5c2006bf35e6d0b361399a6f47b76f586d537729e9c39232
3
SIZE (ocaml-batteries-team-batteries-included-v3.5.1_GH0.tar.gz) = 835112
(-)b/devel/ocaml-batteries/pkg-descr (+11 lines)
Added Link Here
1
OCaml Batteries Included, or just Batteries, is a community-maintained
2
foundation library for your OCaml projects.
3
4
Batteries
5
- defines a standard set of libraries which may be expected on every compliant
6
  installation of OCaml;
7
- organizes these libraries into a hierarchy of modules, with a single source of
8
  documentation;
9
- provides a consistent API for otherwise independent libraries.
10
11
WWW: https://github.com/ocaml-batteries-team/batteries-included
(-)b/devel/ocaml-batteries/pkg-plist (-2 / +482 lines)
Added Link Here
0
- 
1
%%OCAML_SITELIBDIR%%/batteries/META
2
%%OCAML_SITELIBDIR%%/batteries/batArray.cmi
3
%%OCAML_SITELIBDIR%%/batteries/batArray.cmt
4
%%OCAML_SITELIBDIR%%/batteries/batArray.cmti
5
%%OCAML_SITELIBDIR%%/batteries/batArray.cmx
6
%%OCAML_SITELIBDIR%%/batteries/batArray.mli
7
%%OCAML_SITELIBDIR%%/batteries/batAvlTree.cmi
8
%%OCAML_SITELIBDIR%%/batteries/batAvlTree.cmt
9
%%OCAML_SITELIBDIR%%/batteries/batAvlTree.cmti
10
%%OCAML_SITELIBDIR%%/batteries/batAvlTree.cmx
11
%%OCAML_SITELIBDIR%%/batteries/batAvlTree.mli
12
%%OCAML_SITELIBDIR%%/batteries/batBase64.cmi
13
%%OCAML_SITELIBDIR%%/batteries/batBase64.cmt
14
%%OCAML_SITELIBDIR%%/batteries/batBase64.cmti
15
%%OCAML_SITELIBDIR%%/batteries/batBase64.cmx
16
%%OCAML_SITELIBDIR%%/batteries/batBase64.mli
17
%%OCAML_SITELIBDIR%%/batteries/batBig_int.cmi
18
%%OCAML_SITELIBDIR%%/batteries/batBig_int.cmt
19
%%OCAML_SITELIBDIR%%/batteries/batBig_int.cmti
20
%%OCAML_SITELIBDIR%%/batteries/batBig_int.cmx
21
%%OCAML_SITELIBDIR%%/batteries/batBig_int.mli
22
%%OCAML_SITELIBDIR%%/batteries/batBigarray.cmi
23
%%OCAML_SITELIBDIR%%/batteries/batBigarray.cmt
24
%%OCAML_SITELIBDIR%%/batteries/batBigarray.cmti
25
%%OCAML_SITELIBDIR%%/batteries/batBigarray.cmx
26
%%OCAML_SITELIBDIR%%/batteries/batBigarray.mli
27
%%OCAML_SITELIBDIR%%/batteries/batBitSet.cmi
28
%%OCAML_SITELIBDIR%%/batteries/batBitSet.cmt
29
%%OCAML_SITELIBDIR%%/batteries/batBitSet.cmti
30
%%OCAML_SITELIBDIR%%/batteries/batBitSet.cmx
31
%%OCAML_SITELIBDIR%%/batteries/batBitSet.mli
32
%%OCAML_SITELIBDIR%%/batteries/batBool.cmi
33
%%OCAML_SITELIBDIR%%/batteries/batBool.cmt
34
%%OCAML_SITELIBDIR%%/batteries/batBool.cmti
35
%%OCAML_SITELIBDIR%%/batteries/batBool.cmx
36
%%OCAML_SITELIBDIR%%/batteries/batBool.mli
37
%%OCAML_SITELIBDIR%%/batteries/batBounded.cmi
38
%%OCAML_SITELIBDIR%%/batteries/batBounded.cmt
39
%%OCAML_SITELIBDIR%%/batteries/batBounded.cmti
40
%%OCAML_SITELIBDIR%%/batteries/batBounded.cmx
41
%%OCAML_SITELIBDIR%%/batteries/batBounded.mli
42
%%OCAML_SITELIBDIR%%/batteries/batBuffer.cmi
43
%%OCAML_SITELIBDIR%%/batteries/batBuffer.cmt
44
%%OCAML_SITELIBDIR%%/batteries/batBuffer.cmti
45
%%OCAML_SITELIBDIR%%/batteries/batBuffer.cmx
46
%%OCAML_SITELIBDIR%%/batteries/batBuffer.mli
47
%%OCAML_SITELIBDIR%%/batteries/batBytes.cmi
48
%%OCAML_SITELIBDIR%%/batteries/batBytes.cmt
49
%%OCAML_SITELIBDIR%%/batteries/batBytes.cmti
50
%%OCAML_SITELIBDIR%%/batteries/batBytes.cmx
51
%%OCAML_SITELIBDIR%%/batteries/batBytes.mli
52
%%OCAML_SITELIBDIR%%/batteries/batBytesCompat.cmi
53
%%OCAML_SITELIBDIR%%/batteries/batBytesCompat.cmt
54
%%OCAML_SITELIBDIR%%/batteries/batBytesCompat.cmx
55
%%OCAML_SITELIBDIR%%/batteries/batCache.cmi
56
%%OCAML_SITELIBDIR%%/batteries/batCache.cmt
57
%%OCAML_SITELIBDIR%%/batteries/batCache.cmti
58
%%OCAML_SITELIBDIR%%/batteries/batCache.cmx
59
%%OCAML_SITELIBDIR%%/batteries/batCache.mli
60
%%OCAML_SITELIBDIR%%/batteries/batChar.cmi
61
%%OCAML_SITELIBDIR%%/batteries/batChar.cmt
62
%%OCAML_SITELIBDIR%%/batteries/batChar.cmti
63
%%OCAML_SITELIBDIR%%/batteries/batChar.cmx
64
%%OCAML_SITELIBDIR%%/batteries/batChar.mli
65
%%OCAML_SITELIBDIR%%/batteries/batCharParser.cmi
66
%%OCAML_SITELIBDIR%%/batteries/batCharParser.cmt
67
%%OCAML_SITELIBDIR%%/batteries/batCharParser.cmti
68
%%OCAML_SITELIBDIR%%/batteries/batCharParser.cmx
69
%%OCAML_SITELIBDIR%%/batteries/batCharParser.mli
70
%%OCAML_SITELIBDIR%%/batteries/batComplex.cmi
71
%%OCAML_SITELIBDIR%%/batteries/batComplex.cmt
72
%%OCAML_SITELIBDIR%%/batteries/batComplex.cmti
73
%%OCAML_SITELIBDIR%%/batteries/batComplex.cmx
74
%%OCAML_SITELIBDIR%%/batteries/batComplex.mli
75
%%OCAML_SITELIBDIR%%/batteries/batConcreteQueue.cmi
76
%%OCAML_SITELIBDIR%%/batteries/batConcreteQueue.cmt
77
%%OCAML_SITELIBDIR%%/batteries/batConcreteQueue.cmx
78
%%OCAML_SITELIBDIR%%/batteries/batConcurrent.cmi
79
%%OCAML_SITELIBDIR%%/batteries/batConcurrent.cmt
80
%%OCAML_SITELIBDIR%%/batteries/batConcurrent.cmti
81
%%OCAML_SITELIBDIR%%/batteries/batConcurrent.cmx
82
%%OCAML_SITELIBDIR%%/batteries/batConcurrent.mli
83
%%OCAML_SITELIBDIR%%/batteries/batDeque.cmi
84
%%OCAML_SITELIBDIR%%/batteries/batDeque.cmt
85
%%OCAML_SITELIBDIR%%/batteries/batDeque.cmti
86
%%OCAML_SITELIBDIR%%/batteries/batDeque.cmx
87
%%OCAML_SITELIBDIR%%/batteries/batDeque.mli
88
%%OCAML_SITELIBDIR%%/batteries/batDigest.cmi
89
%%OCAML_SITELIBDIR%%/batteries/batDigest.cmt
90
%%OCAML_SITELIBDIR%%/batteries/batDigest.cmti
91
%%OCAML_SITELIBDIR%%/batteries/batDigest.cmx
92
%%OCAML_SITELIBDIR%%/batteries/batDigest.mli
93
%%OCAML_SITELIBDIR%%/batteries/batDllist.cmi
94
%%OCAML_SITELIBDIR%%/batteries/batDllist.cmt
95
%%OCAML_SITELIBDIR%%/batteries/batDllist.cmti
96
%%OCAML_SITELIBDIR%%/batteries/batDllist.cmx
97
%%OCAML_SITELIBDIR%%/batteries/batDllist.mli
98
%%OCAML_SITELIBDIR%%/batteries/batDynArray.cmi
99
%%OCAML_SITELIBDIR%%/batteries/batDynArray.cmt
100
%%OCAML_SITELIBDIR%%/batteries/batDynArray.cmti
101
%%OCAML_SITELIBDIR%%/batteries/batDynArray.cmx
102
%%OCAML_SITELIBDIR%%/batteries/batDynArray.mli
103
%%OCAML_SITELIBDIR%%/batteries/batEither.cmi
104
%%OCAML_SITELIBDIR%%/batteries/batEither.cmt
105
%%OCAML_SITELIBDIR%%/batteries/batEither.cmti
106
%%OCAML_SITELIBDIR%%/batteries/batEither.cmx
107
%%OCAML_SITELIBDIR%%/batteries/batEither.mli
108
%%OCAML_SITELIBDIR%%/batteries/batEnum.cmi
109
%%OCAML_SITELIBDIR%%/batteries/batEnum.cmt
110
%%OCAML_SITELIBDIR%%/batteries/batEnum.cmti
111
%%OCAML_SITELIBDIR%%/batteries/batEnum.cmx
112
%%OCAML_SITELIBDIR%%/batteries/batEnum.mli
113
%%OCAML_SITELIBDIR%%/batteries/batFile.cmi
114
%%OCAML_SITELIBDIR%%/batteries/batFile.cmt
115
%%OCAML_SITELIBDIR%%/batteries/batFile.cmti
116
%%OCAML_SITELIBDIR%%/batteries/batFile.cmx
117
%%OCAML_SITELIBDIR%%/batteries/batFile.mli
118
%%OCAML_SITELIBDIR%%/batteries/batFilename.cmi
119
%%OCAML_SITELIBDIR%%/batteries/batFilename.cmt
120
%%OCAML_SITELIBDIR%%/batteries/batFilename.cmti
121
%%OCAML_SITELIBDIR%%/batteries/batFilename.cmx
122
%%OCAML_SITELIBDIR%%/batteries/batFilename.mli
123
%%OCAML_SITELIBDIR%%/batteries/batFingerTree.cmi
124
%%OCAML_SITELIBDIR%%/batteries/batFingerTree.cmt
125
%%OCAML_SITELIBDIR%%/batteries/batFingerTree.cmti
126
%%OCAML_SITELIBDIR%%/batteries/batFingerTree.cmx
127
%%OCAML_SITELIBDIR%%/batteries/batFingerTree.mli
128
%%OCAML_SITELIBDIR%%/batteries/batFloat.cmi
129
%%OCAML_SITELIBDIR%%/batteries/batFloat.cmt
130
%%OCAML_SITELIBDIR%%/batteries/batFloat.cmti
131
%%OCAML_SITELIBDIR%%/batteries/batFloat.cmx
132
%%OCAML_SITELIBDIR%%/batteries/batFloat.mli
133
%%OCAML_SITELIBDIR%%/batteries/batFormat.cmi
134
%%OCAML_SITELIBDIR%%/batteries/batFormat.cmt
135
%%OCAML_SITELIBDIR%%/batteries/batFormat.cmti
136
%%OCAML_SITELIBDIR%%/batteries/batFormat.cmx
137
%%OCAML_SITELIBDIR%%/batteries/batFormat.mli
138
%%OCAML_SITELIBDIR%%/batteries/batGc.cmi
139
%%OCAML_SITELIBDIR%%/batteries/batGc.cmt
140
%%OCAML_SITELIBDIR%%/batteries/batGc.cmti
141
%%OCAML_SITELIBDIR%%/batteries/batGc.cmx
142
%%OCAML_SITELIBDIR%%/batteries/batGc.mli
143
%%OCAML_SITELIBDIR%%/batteries/batGenlex.cmi
144
%%OCAML_SITELIBDIR%%/batteries/batGenlex.cmt
145
%%OCAML_SITELIBDIR%%/batteries/batGenlex.cmti
146
%%OCAML_SITELIBDIR%%/batteries/batGenlex.cmx
147
%%OCAML_SITELIBDIR%%/batteries/batGenlex.mli
148
%%OCAML_SITELIBDIR%%/batteries/batGlobal.cmi
149
%%OCAML_SITELIBDIR%%/batteries/batGlobal.cmt
150
%%OCAML_SITELIBDIR%%/batteries/batGlobal.cmti
151
%%OCAML_SITELIBDIR%%/batteries/batGlobal.cmx
152
%%OCAML_SITELIBDIR%%/batteries/batGlobal.mli
153
%%OCAML_SITELIBDIR%%/batteries/batHashcons.cmi
154
%%OCAML_SITELIBDIR%%/batteries/batHashcons.cmt
155
%%OCAML_SITELIBDIR%%/batteries/batHashcons.cmti
156
%%OCAML_SITELIBDIR%%/batteries/batHashcons.cmx
157
%%OCAML_SITELIBDIR%%/batteries/batHashcons.mli
158
%%OCAML_SITELIBDIR%%/batteries/batHashtbl.cmi
159
%%OCAML_SITELIBDIR%%/batteries/batHashtbl.cmt
160
%%OCAML_SITELIBDIR%%/batteries/batHashtbl.cmti
161
%%OCAML_SITELIBDIR%%/batteries/batHashtbl.cmx
162
%%OCAML_SITELIBDIR%%/batteries/batHashtbl.mli
163
%%OCAML_SITELIBDIR%%/batteries/batHeap.cmi
164
%%OCAML_SITELIBDIR%%/batteries/batHeap.cmt
165
%%OCAML_SITELIBDIR%%/batteries/batHeap.cmti
166
%%OCAML_SITELIBDIR%%/batteries/batHeap.cmx
167
%%OCAML_SITELIBDIR%%/batteries/batHeap.mli
168
%%OCAML_SITELIBDIR%%/batteries/batIMap.cmi
169
%%OCAML_SITELIBDIR%%/batteries/batIMap.cmt
170
%%OCAML_SITELIBDIR%%/batteries/batIMap.cmti
171
%%OCAML_SITELIBDIR%%/batteries/batIMap.cmx
172
%%OCAML_SITELIBDIR%%/batteries/batIMap.mli
173
%%OCAML_SITELIBDIR%%/batteries/batIO.cmi
174
%%OCAML_SITELIBDIR%%/batteries/batIO.cmt
175
%%OCAML_SITELIBDIR%%/batteries/batIO.cmti
176
%%OCAML_SITELIBDIR%%/batteries/batIO.cmx
177
%%OCAML_SITELIBDIR%%/batteries/batIO.mli
178
%%OCAML_SITELIBDIR%%/batteries/batISet.cmi
179
%%OCAML_SITELIBDIR%%/batteries/batISet.cmt
180
%%OCAML_SITELIBDIR%%/batteries/batISet.cmti
181
%%OCAML_SITELIBDIR%%/batteries/batISet.cmx
182
%%OCAML_SITELIBDIR%%/batteries/batISet.mli
183
%%OCAML_SITELIBDIR%%/batteries/batInnerIO.cmi
184
%%OCAML_SITELIBDIR%%/batteries/batInnerIO.cmt
185
%%OCAML_SITELIBDIR%%/batteries/batInnerIO.cmti
186
%%OCAML_SITELIBDIR%%/batteries/batInnerIO.cmx
187
%%OCAML_SITELIBDIR%%/batteries/batInnerIO.mli
188
%%OCAML_SITELIBDIR%%/batteries/batInnerPervasives.cmi
189
%%OCAML_SITELIBDIR%%/batteries/batInnerPervasives.cmt
190
%%OCAML_SITELIBDIR%%/batteries/batInnerPervasives.cmx
191
%%OCAML_SITELIBDIR%%/batteries/batInnerShuffle.cmi
192
%%OCAML_SITELIBDIR%%/batteries/batInnerShuffle.cmt
193
%%OCAML_SITELIBDIR%%/batteries/batInnerShuffle.cmx
194
%%OCAML_SITELIBDIR%%/batteries/batInnerWeaktbl.cmi
195
%%OCAML_SITELIBDIR%%/batteries/batInnerWeaktbl.cmt
196
%%OCAML_SITELIBDIR%%/batteries/batInnerWeaktbl.cmti
197
%%OCAML_SITELIBDIR%%/batteries/batInnerWeaktbl.cmx
198
%%OCAML_SITELIBDIR%%/batteries/batInnerWeaktbl.mli
199
%%OCAML_SITELIBDIR%%/batteries/batInt.cmi
200
%%OCAML_SITELIBDIR%%/batteries/batInt.cmt
201
%%OCAML_SITELIBDIR%%/batteries/batInt.cmti
202
%%OCAML_SITELIBDIR%%/batteries/batInt.cmx
203
%%OCAML_SITELIBDIR%%/batteries/batInt.mli
204
%%OCAML_SITELIBDIR%%/batteries/batInt32.cmi
205
%%OCAML_SITELIBDIR%%/batteries/batInt32.cmt
206
%%OCAML_SITELIBDIR%%/batteries/batInt32.cmti
207
%%OCAML_SITELIBDIR%%/batteries/batInt32.cmx
208
%%OCAML_SITELIBDIR%%/batteries/batInt32.mli
209
%%OCAML_SITELIBDIR%%/batteries/batInt64.cmi
210
%%OCAML_SITELIBDIR%%/batteries/batInt64.cmt
211
%%OCAML_SITELIBDIR%%/batteries/batInt64.cmti
212
%%OCAML_SITELIBDIR%%/batteries/batInt64.cmx
213
%%OCAML_SITELIBDIR%%/batteries/batInt64.mli
214
%%OCAML_SITELIBDIR%%/batteries/batInterfaces.cmi
215
%%OCAML_SITELIBDIR%%/batteries/batInterfaces.cmt
216
%%OCAML_SITELIBDIR%%/batteries/batInterfaces.cmti
217
%%OCAML_SITELIBDIR%%/batteries/batInterfaces.cmx
218
%%OCAML_SITELIBDIR%%/batteries/batInterfaces.mli
219
%%OCAML_SITELIBDIR%%/batteries/batLazyList.cmi
220
%%OCAML_SITELIBDIR%%/batteries/batLazyList.cmt
221
%%OCAML_SITELIBDIR%%/batteries/batLazyList.cmti
222
%%OCAML_SITELIBDIR%%/batteries/batLazyList.cmx
223
%%OCAML_SITELIBDIR%%/batteries/batLazyList.mli
224
%%OCAML_SITELIBDIR%%/batteries/batLexing.cmi
225
%%OCAML_SITELIBDIR%%/batteries/batLexing.cmt
226
%%OCAML_SITELIBDIR%%/batteries/batLexing.cmti
227
%%OCAML_SITELIBDIR%%/batteries/batLexing.cmx
228
%%OCAML_SITELIBDIR%%/batteries/batLexing.mli
229
%%OCAML_SITELIBDIR%%/batteries/batList.cmi
230
%%OCAML_SITELIBDIR%%/batteries/batList.cmt
231
%%OCAML_SITELIBDIR%%/batteries/batList.cmti
232
%%OCAML_SITELIBDIR%%/batteries/batList.cmx
233
%%OCAML_SITELIBDIR%%/batteries/batList.mli
234
%%OCAML_SITELIBDIR%%/batteries/batLog.cmi
235
%%OCAML_SITELIBDIR%%/batteries/batLog.cmt
236
%%OCAML_SITELIBDIR%%/batteries/batLog.cmti
237
%%OCAML_SITELIBDIR%%/batteries/batLog.cmx
238
%%OCAML_SITELIBDIR%%/batteries/batLog.mli
239
%%OCAML_SITELIBDIR%%/batteries/batLogger.cmi
240
%%OCAML_SITELIBDIR%%/batteries/batLogger.cmt
241
%%OCAML_SITELIBDIR%%/batteries/batLogger.cmti
242
%%OCAML_SITELIBDIR%%/batteries/batLogger.cmx
243
%%OCAML_SITELIBDIR%%/batteries/batLogger.mli
244
%%OCAML_SITELIBDIR%%/batteries/batMap.cmi
245
%%OCAML_SITELIBDIR%%/batteries/batMap.cmt
246
%%OCAML_SITELIBDIR%%/batteries/batMap.cmti
247
%%OCAML_SITELIBDIR%%/batteries/batMap.cmx
248
%%OCAML_SITELIBDIR%%/batteries/batMap.mli
249
%%OCAML_SITELIBDIR%%/batteries/batMarshal.cmi
250
%%OCAML_SITELIBDIR%%/batteries/batMarshal.cmt
251
%%OCAML_SITELIBDIR%%/batteries/batMarshal.cmti
252
%%OCAML_SITELIBDIR%%/batteries/batMarshal.cmx
253
%%OCAML_SITELIBDIR%%/batteries/batMarshal.mli
254
%%OCAML_SITELIBDIR%%/batteries/batMultiMap.cmi
255
%%OCAML_SITELIBDIR%%/batteries/batMultiMap.cmt
256
%%OCAML_SITELIBDIR%%/batteries/batMultiMap.cmti
257
%%OCAML_SITELIBDIR%%/batteries/batMultiMap.cmx
258
%%OCAML_SITELIBDIR%%/batteries/batMultiMap.mli
259
%%OCAML_SITELIBDIR%%/batteries/batMultiPMap.cmi
260
%%OCAML_SITELIBDIR%%/batteries/batMultiPMap.cmt
261
%%OCAML_SITELIBDIR%%/batteries/batMultiPMap.cmti
262
%%OCAML_SITELIBDIR%%/batteries/batMultiPMap.cmx
263
%%OCAML_SITELIBDIR%%/batteries/batMultiPMap.mli
264
%%OCAML_SITELIBDIR%%/batteries/batMutex.cmi
265
%%OCAML_SITELIBDIR%%/batteries/batMutex.cmt
266
%%OCAML_SITELIBDIR%%/batteries/batMutex.cmti
267
%%OCAML_SITELIBDIR%%/batteries/batMutex.cmx
268
%%OCAML_SITELIBDIR%%/batteries/batMutex.mli
269
%%OCAML_SITELIBDIR%%/batteries/batNativeint.cmi
270
%%OCAML_SITELIBDIR%%/batteries/batNativeint.cmt
271
%%OCAML_SITELIBDIR%%/batteries/batNativeint.cmti
272
%%OCAML_SITELIBDIR%%/batteries/batNativeint.cmx
273
%%OCAML_SITELIBDIR%%/batteries/batNativeint.mli
274
%%OCAML_SITELIBDIR%%/batteries/batNum.cmi
275
%%OCAML_SITELIBDIR%%/batteries/batNum.cmt
276
%%OCAML_SITELIBDIR%%/batteries/batNum.cmti
277
%%OCAML_SITELIBDIR%%/batteries/batNum.cmx
278
%%OCAML_SITELIBDIR%%/batteries/batNum.mli
279
%%OCAML_SITELIBDIR%%/batteries/batNumber.cmi
280
%%OCAML_SITELIBDIR%%/batteries/batNumber.cmt
281
%%OCAML_SITELIBDIR%%/batteries/batNumber.cmti
282
%%OCAML_SITELIBDIR%%/batteries/batNumber.cmx
283
%%OCAML_SITELIBDIR%%/batteries/batNumber.mli
284
%%OCAML_SITELIBDIR%%/batteries/batOpaqueInnerSys.cmi
285
%%OCAML_SITELIBDIR%%/batteries/batOpaqueInnerSys.cmt
286
%%OCAML_SITELIBDIR%%/batteries/batOpaqueInnerSys.cmx
287
%%OCAML_SITELIBDIR%%/batteries/batOptParse.cmi
288
%%OCAML_SITELIBDIR%%/batteries/batOptParse.cmt
289
%%OCAML_SITELIBDIR%%/batteries/batOptParse.cmti
290
%%OCAML_SITELIBDIR%%/batteries/batOptParse.cmx
291
%%OCAML_SITELIBDIR%%/batteries/batOptParse.mli
292
%%OCAML_SITELIBDIR%%/batteries/batOption.cmi
293
%%OCAML_SITELIBDIR%%/batteries/batOption.cmt
294
%%OCAML_SITELIBDIR%%/batteries/batOption.cmti
295
%%OCAML_SITELIBDIR%%/batteries/batOption.cmx
296
%%OCAML_SITELIBDIR%%/batteries/batOption.mli
297
%%OCAML_SITELIBDIR%%/batteries/batOrd.cmi
298
%%OCAML_SITELIBDIR%%/batteries/batOrd.cmt
299
%%OCAML_SITELIBDIR%%/batteries/batOrd.cmti
300
%%OCAML_SITELIBDIR%%/batteries/batOrd.cmx
301
%%OCAML_SITELIBDIR%%/batteries/batOrd.mli
302
%%OCAML_SITELIBDIR%%/batteries/batParserCo.cmi
303
%%OCAML_SITELIBDIR%%/batteries/batParserCo.cmt
304
%%OCAML_SITELIBDIR%%/batteries/batParserCo.cmti
305
%%OCAML_SITELIBDIR%%/batteries/batParserCo.cmx
306
%%OCAML_SITELIBDIR%%/batteries/batParserCo.mli
307
%%OCAML_SITELIBDIR%%/batteries/batPathGen.cmi
308
%%OCAML_SITELIBDIR%%/batteries/batPathGen.cmt
309
%%OCAML_SITELIBDIR%%/batteries/batPathGen.cmti
310
%%OCAML_SITELIBDIR%%/batteries/batPathGen.cmx
311
%%OCAML_SITELIBDIR%%/batteries/batPathGen.mli
312
%%OCAML_SITELIBDIR%%/batteries/batPervasives.cmi
313
%%OCAML_SITELIBDIR%%/batteries/batPervasives.cmt
314
%%OCAML_SITELIBDIR%%/batteries/batPervasives.cmti
315
%%OCAML_SITELIBDIR%%/batteries/batPervasives.cmx
316
%%OCAML_SITELIBDIR%%/batteries/batPervasives.mli
317
%%OCAML_SITELIBDIR%%/batteries/batPrintexc.cmi
318
%%OCAML_SITELIBDIR%%/batteries/batPrintexc.cmt
319
%%OCAML_SITELIBDIR%%/batteries/batPrintexc.cmti
320
%%OCAML_SITELIBDIR%%/batteries/batPrintexc.cmx
321
%%OCAML_SITELIBDIR%%/batteries/batPrintexc.mli
322
%%OCAML_SITELIBDIR%%/batteries/batPrintf.cmi
323
%%OCAML_SITELIBDIR%%/batteries/batPrintf.cmt
324
%%OCAML_SITELIBDIR%%/batteries/batPrintf.cmti
325
%%OCAML_SITELIBDIR%%/batteries/batPrintf.cmx
326
%%OCAML_SITELIBDIR%%/batteries/batPrintf.mli
327
%%OCAML_SITELIBDIR%%/batteries/batQueue.cmi
328
%%OCAML_SITELIBDIR%%/batteries/batQueue.cmt
329
%%OCAML_SITELIBDIR%%/batteries/batQueue.cmti
330
%%OCAML_SITELIBDIR%%/batteries/batQueue.cmx
331
%%OCAML_SITELIBDIR%%/batteries/batQueue.mli
332
%%OCAML_SITELIBDIR%%/batteries/batRMutex.cmi
333
%%OCAML_SITELIBDIR%%/batteries/batRMutex.cmt
334
%%OCAML_SITELIBDIR%%/batteries/batRMutex.cmti
335
%%OCAML_SITELIBDIR%%/batteries/batRMutex.cmx
336
%%OCAML_SITELIBDIR%%/batteries/batRMutex.mli
337
%%OCAML_SITELIBDIR%%/batteries/batRandom.cmi
338
%%OCAML_SITELIBDIR%%/batteries/batRandom.cmt
339
%%OCAML_SITELIBDIR%%/batteries/batRandom.cmti
340
%%OCAML_SITELIBDIR%%/batteries/batRandom.cmx
341
%%OCAML_SITELIBDIR%%/batteries/batRandom.mli
342
%%OCAML_SITELIBDIR%%/batteries/batRef.cmi
343
%%OCAML_SITELIBDIR%%/batteries/batRef.cmt
344
%%OCAML_SITELIBDIR%%/batteries/batRef.cmti
345
%%OCAML_SITELIBDIR%%/batteries/batRef.cmx
346
%%OCAML_SITELIBDIR%%/batteries/batRef.mli
347
%%OCAML_SITELIBDIR%%/batteries/batRefList.cmi
348
%%OCAML_SITELIBDIR%%/batteries/batRefList.cmt
349
%%OCAML_SITELIBDIR%%/batteries/batRefList.cmti
350
%%OCAML_SITELIBDIR%%/batteries/batRefList.cmx
351
%%OCAML_SITELIBDIR%%/batteries/batRefList.mli
352
%%OCAML_SITELIBDIR%%/batteries/batResult.cmi
353
%%OCAML_SITELIBDIR%%/batteries/batResult.cmt
354
%%OCAML_SITELIBDIR%%/batteries/batResult.cmti
355
%%OCAML_SITELIBDIR%%/batteries/batResult.cmx
356
%%OCAML_SITELIBDIR%%/batteries/batResult.mli
357
%%OCAML_SITELIBDIR%%/batteries/batReturn.cmi
358
%%OCAML_SITELIBDIR%%/batteries/batReturn.cmt
359
%%OCAML_SITELIBDIR%%/batteries/batReturn.cmti
360
%%OCAML_SITELIBDIR%%/batteries/batReturn.cmx
361
%%OCAML_SITELIBDIR%%/batteries/batReturn.mli
362
%%OCAML_SITELIBDIR%%/batteries/batScanf.cmi
363
%%OCAML_SITELIBDIR%%/batteries/batScanf.cmt
364
%%OCAML_SITELIBDIR%%/batteries/batScanf.cmti
365
%%OCAML_SITELIBDIR%%/batteries/batScanf.cmx
366
%%OCAML_SITELIBDIR%%/batteries/batScanf.mli
367
%%OCAML_SITELIBDIR%%/batteries/batSeq.cmi
368
%%OCAML_SITELIBDIR%%/batteries/batSeq.cmt
369
%%OCAML_SITELIBDIR%%/batteries/batSeq.cmti
370
%%OCAML_SITELIBDIR%%/batteries/batSeq.cmx
371
%%OCAML_SITELIBDIR%%/batteries/batSeq.mli
372
%%OCAML_SITELIBDIR%%/batteries/batSet.cmi
373
%%OCAML_SITELIBDIR%%/batteries/batSet.cmt
374
%%OCAML_SITELIBDIR%%/batteries/batSet.cmti
375
%%OCAML_SITELIBDIR%%/batteries/batSet.cmx
376
%%OCAML_SITELIBDIR%%/batteries/batSet.mli
377
%%OCAML_SITELIBDIR%%/batteries/batSplay.cmi
378
%%OCAML_SITELIBDIR%%/batteries/batSplay.cmt
379
%%OCAML_SITELIBDIR%%/batteries/batSplay.cmti
380
%%OCAML_SITELIBDIR%%/batteries/batSplay.cmx
381
%%OCAML_SITELIBDIR%%/batteries/batSplay.mli
382
%%OCAML_SITELIBDIR%%/batteries/batStack.cmi
383
%%OCAML_SITELIBDIR%%/batteries/batStack.cmt
384
%%OCAML_SITELIBDIR%%/batteries/batStack.cmti
385
%%OCAML_SITELIBDIR%%/batteries/batStack.cmx
386
%%OCAML_SITELIBDIR%%/batteries/batStack.mli
387
%%OCAML_SITELIBDIR%%/batteries/batStream.cmi
388
%%OCAML_SITELIBDIR%%/batteries/batStream.cmt
389
%%OCAML_SITELIBDIR%%/batteries/batStream.cmti
390
%%OCAML_SITELIBDIR%%/batteries/batStream.cmx
391
%%OCAML_SITELIBDIR%%/batteries/batStream.mli
392
%%OCAML_SITELIBDIR%%/batteries/batString.cmi
393
%%OCAML_SITELIBDIR%%/batteries/batString.cmt
394
%%OCAML_SITELIBDIR%%/batteries/batString.cmti
395
%%OCAML_SITELIBDIR%%/batteries/batString.cmx
396
%%OCAML_SITELIBDIR%%/batteries/batString.mli
397
%%OCAML_SITELIBDIR%%/batteries/batSubstring.cmi
398
%%OCAML_SITELIBDIR%%/batteries/batSubstring.cmt
399
%%OCAML_SITELIBDIR%%/batteries/batSubstring.cmti
400
%%OCAML_SITELIBDIR%%/batteries/batSubstring.cmx
401
%%OCAML_SITELIBDIR%%/batteries/batSubstring.mli
402
%%OCAML_SITELIBDIR%%/batteries/batSys.cmi
403
%%OCAML_SITELIBDIR%%/batteries/batSys.cmt
404
%%OCAML_SITELIBDIR%%/batteries/batSys.cmti
405
%%OCAML_SITELIBDIR%%/batteries/batSys.cmx
406
%%OCAML_SITELIBDIR%%/batteries/batSys.mli
407
%%OCAML_SITELIBDIR%%/batteries/batText.cmi
408
%%OCAML_SITELIBDIR%%/batteries/batText.cmt
409
%%OCAML_SITELIBDIR%%/batteries/batText.cmti
410
%%OCAML_SITELIBDIR%%/batteries/batText.cmx
411
%%OCAML_SITELIBDIR%%/batteries/batText.mli
412
%%OCAML_SITELIBDIR%%/batteries/batTuple.cmi
413
%%OCAML_SITELIBDIR%%/batteries/batTuple.cmt
414
%%OCAML_SITELIBDIR%%/batteries/batTuple.cmti
415
%%OCAML_SITELIBDIR%%/batteries/batTuple.cmx
416
%%OCAML_SITELIBDIR%%/batteries/batTuple.mli
417
%%OCAML_SITELIBDIR%%/batteries/batUChar.cmi
418
%%OCAML_SITELIBDIR%%/batteries/batUChar.cmt
419
%%OCAML_SITELIBDIR%%/batteries/batUChar.cmti
420
%%OCAML_SITELIBDIR%%/batteries/batUChar.cmx
421
%%OCAML_SITELIBDIR%%/batteries/batUChar.mli
422
%%OCAML_SITELIBDIR%%/batteries/batUTF8.cmi
423
%%OCAML_SITELIBDIR%%/batteries/batUTF8.cmt
424
%%OCAML_SITELIBDIR%%/batteries/batUTF8.cmti
425
%%OCAML_SITELIBDIR%%/batteries/batUTF8.cmx
426
%%OCAML_SITELIBDIR%%/batteries/batUTF8.mli
427
%%OCAML_SITELIBDIR%%/batteries/batUnit.cmi
428
%%OCAML_SITELIBDIR%%/batteries/batUnit.cmt
429
%%OCAML_SITELIBDIR%%/batteries/batUnit.cmti
430
%%OCAML_SITELIBDIR%%/batteries/batUnit.cmx
431
%%OCAML_SITELIBDIR%%/batteries/batUnit.mli
432
%%OCAML_SITELIBDIR%%/batteries/batUnix.cmi
433
%%OCAML_SITELIBDIR%%/batteries/batUnix.cmt
434
%%OCAML_SITELIBDIR%%/batteries/batUnix.cmti
435
%%OCAML_SITELIBDIR%%/batteries/batUnix.cmx
436
%%OCAML_SITELIBDIR%%/batteries/batUnix.mli
437
%%OCAML_SITELIBDIR%%/batteries/batUref.cmi
438
%%OCAML_SITELIBDIR%%/batteries/batUref.cmt
439
%%OCAML_SITELIBDIR%%/batteries/batUref.cmti
440
%%OCAML_SITELIBDIR%%/batteries/batUref.cmx
441
%%OCAML_SITELIBDIR%%/batteries/batUref.mli
442
%%OCAML_SITELIBDIR%%/batteries/batVect.cmi
443
%%OCAML_SITELIBDIR%%/batteries/batVect.cmt
444
%%OCAML_SITELIBDIR%%/batteries/batVect.cmti
445
%%OCAML_SITELIBDIR%%/batteries/batVect.cmx
446
%%OCAML_SITELIBDIR%%/batteries/batVect.mli
447
%%OCAML_SITELIBDIR%%/batteries/batteries.a
448
%%OCAML_SITELIBDIR%%/batteries/batteries.cma
449
%%OCAML_SITELIBDIR%%/batteries/batteries.cmi
450
%%OCAML_SITELIBDIR%%/batteries/batteries.cmt
451
%%OCAML_SITELIBDIR%%/batteries/batteries.cmx
452
%%OCAML_SITELIBDIR%%/batteries/batteries.cmxa
453
%%OCAML_SITELIBDIR%%/batteries/batteries.cmxs
454
%%OCAML_SITELIBDIR%%/batteries/batteriesConfig.cmi
455
%%OCAML_SITELIBDIR%%/batteries/batteriesConfig.cmo
456
%%OCAML_SITELIBDIR%%/batteries/batteriesConfig.cmt
457
%%OCAML_SITELIBDIR%%/batteries/batteriesConfig.cmx
458
%%OCAML_SITELIBDIR%%/batteries/batteriesExceptionless.cmi
459
%%OCAML_SITELIBDIR%%/batteries/batteriesExceptionless.cmt
460
%%OCAML_SITELIBDIR%%/batteries/batteriesExceptionless.cmx
461
%%OCAML_SITELIBDIR%%/batteries/batteriesHelp.cmi
462
%%OCAML_SITELIBDIR%%/batteries/batteriesHelp.cmo
463
%%OCAML_SITELIBDIR%%/batteries/batteriesHelp.cmt
464
%%OCAML_SITELIBDIR%%/batteries/batteriesHelp.cmti
465
%%OCAML_SITELIBDIR%%/batteries/batteriesHelp.mli
466
%%OCAML_SITELIBDIR%%/batteries/batteriesPrint.cmi
467
%%OCAML_SITELIBDIR%%/batteries/batteriesPrint.cmo
468
%%OCAML_SITELIBDIR%%/batteries/batteriesPrint.cmt
469
%%OCAML_SITELIBDIR%%/batteries/batteriesPrint.cmx
470
%%OCAML_SITELIBDIR%%/batteries/batteriesThread.a
471
%%OCAML_SITELIBDIR%%/batteries/batteriesThread.cma
472
%%OCAML_SITELIBDIR%%/batteries/batteriesThread.cmi
473
%%OCAML_SITELIBDIR%%/batteries/batteriesThread.cmt
474
%%OCAML_SITELIBDIR%%/batteries/batteriesThread.cmx
475
%%OCAML_SITELIBDIR%%/batteries/batteriesThread.cmxa
476
%%OCAML_SITELIBDIR%%/batteries/batteriesThread.cmxs
477
%%OCAML_SITELIBDIR%%/batteries/battop.ml
478
%%OCAML_SITELIBDIR%%/batteries/extlib.cmi
479
%%OCAML_SITELIBDIR%%/batteries/extlib.cmt
480
%%OCAML_SITELIBDIR%%/batteries/extlib.cmx
481
%%OCAML_SITELIBDIR%%/batteries/ocaml
482
%%OCAML_SITELIBDIR%%/batteries/ocamlinit
1
and type-check a conservative extension of the SMT-LIB 2 standard
483
and type-check a conservative extension of the SMT-LIB 2 standard
2
--
3
devel/ocaml-psmt2-frontend/Makefile  | 36 +++++++++++++
484
devel/ocaml-psmt2-frontend/Makefile  | 36 +++++++++++++
4
devel/ocaml-psmt2-frontend/distinfo  |  3 ++
485
devel/ocaml-psmt2-frontend/distinfo  |  3 ++
5
devel/ocaml-psmt2-frontend/pkg-descr |  4 ++
486
devel/ocaml-psmt2-frontend/pkg-descr |  4 ++
6
devel/ocaml-psmt2-frontend/pkg-plist | 79 ++++++++++++++++++++++++++++
487
devel/ocaml-psmt2-frontend/pkg-plist | 79 ++++++++++++++++++++++++++++
7
4 files changed, 122 insertions(+)
488
4 files changed, 122 insertions(+)
8
create mode 100644 devel/ocaml-psmt2-frontend/Makefile
489
create mode 100644 devel/ocaml-psmt2-frontend/Makefile
9
create mode 100644 devel/ocaml-psmt2-frontend/distinfo
490
create mode 100644 devel/ocaml-psmt2-frontend/distinfo
10
create mode 100644 devel/ocaml-psmt2-frontend/pkg-descr
491
create mode 100644 devel/ocaml-psmt2-frontend/pkg-descr
11
create mode 100644 devel/ocaml-psmt2-frontend/pkg-plist
492
create mode 100644 devel/ocaml-psmt2-frontend/pkg-plist
(-)b/devel/ocaml-psmt2-frontend/Makefile (+36 lines)
Added Link Here
1
# Created by: Thierry Thomas <thierry@pompo.net>
2
3
PORTNAME=	psmt2-frontend
4
DISTVERSION=	0.4.0
5
CATEGORIES=	devel
6
PKGNAMEPREFIX=	ocaml-
7
8
MAINTAINER=	thierry@FreeBSD.org
9
COMMENT=	Parser and type-checker for polomorphic extension of the SMT-LIB 2 language
10
11
LICENSE=	APACHE20
12
13
BUILD_DEPENDS=	dune:devel/ocaml-dune	\
14
		ocaml-menhir>0:devel/menhir
15
16
USE_GITHUB=	yes
17
GH_ACCOUNT=	ACoquereau
18
19
USE_OCAML=	yes
20
21
INSTALL_ARGS=	--destdir=${STAGEDIR} --libdir=${OCAML_SITELIBDIR}
22
DOCSDIR=	${OCAML_DOCSDIR}/${PORTNAME}
23
24
OPTIONS_DEFINE=	DOCS
25
26
do-build:
27
	(cd ${WRKSRC} && ${LOCALBASE}/bin/dune build)
28
29
do-install:
30
	(cd ${WRKSRC} && ${LOCALBASE}/bin/dune install ${INSTALL_ARGS})
31
32
post-install:
33
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/psmt2-frontend_bin
34
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/${PORTNAME}/psmt2Frontend.cmxs
35
36
.include <bsd.port.mk>
(-)b/devel/ocaml-psmt2-frontend/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1648574972
2
SHA256 (ACoquereau-psmt2-frontend-0.4.0_GH0.tar.gz) = 06eff884b629ce30704d08fb4559e54812e8c234e6086da770ea693613fe9780
3
SIZE (ACoquereau-psmt2-frontend-0.4.0_GH0.tar.gz) = 70801
(-)b/devel/ocaml-psmt2-frontend/pkg-descr (+4 lines)
Added Link Here
1
psmt2-frontend is a library to parse and type-check a conservative extension of
2
the SMT-LIB 2 standard with prenex polymorphism.
3
4
WWW: https://github.com/ACoquereau/psmt2-frontend
(-)b/devel/ocaml-psmt2-frontend/pkg-plist (-2 / +79 lines)
Added Link Here
0
- 
1
bin/psmt2-frontend_bin
2
%%OCAML_SITELIBDIR%%/psmt2-frontend/META
3
%%OCAML_SITELIBDIR%%/psmt2-frontend/dune-package
4
%%OCAML_SITELIBDIR%%/psmt2-frontend/main.ml
5
%%OCAML_SITELIBDIR%%/psmt2-frontend/opam
6
%%OCAML_SITELIBDIR%%/psmt2-frontend/options.ml
7
%%OCAML_SITELIBDIR%%/psmt2-frontend/options.mli
8
%%OCAML_SITELIBDIR%%/psmt2-frontend/psmt2Frontend.a
9
%%OCAML_SITELIBDIR%%/psmt2-frontend/psmt2Frontend.cma
10
%%OCAML_SITELIBDIR%%/psmt2-frontend/psmt2Frontend.cmi
11
%%OCAML_SITELIBDIR%%/psmt2-frontend/psmt2Frontend.cmt
12
%%OCAML_SITELIBDIR%%/psmt2-frontend/psmt2Frontend.cmx
13
%%OCAML_SITELIBDIR%%/psmt2-frontend/psmt2Frontend.cmxa
14
%%OCAML_SITELIBDIR%%/psmt2-frontend/psmt2Frontend.cmxs
15
%%OCAML_SITELIBDIR%%/psmt2-frontend/psmt2Frontend.ml
16
%%OCAML_SITELIBDIR%%/psmt2-frontend/psmt2Frontend__Main.cmi
17
%%OCAML_SITELIBDIR%%/psmt2-frontend/psmt2Frontend__Main.cmt
18
%%OCAML_SITELIBDIR%%/psmt2-frontend/psmt2Frontend__Main.cmx
19
%%OCAML_SITELIBDIR%%/psmt2-frontend/psmt2Frontend__Options.cmi
20
%%OCAML_SITELIBDIR%%/psmt2-frontend/psmt2Frontend__Options.cmt
21
%%OCAML_SITELIBDIR%%/psmt2-frontend/psmt2Frontend__Options.cmti
22
%%OCAML_SITELIBDIR%%/psmt2-frontend/psmt2Frontend__Options.cmx
23
%%OCAML_SITELIBDIR%%/psmt2-frontend/psmt2Frontend__Smtlib_error.cmi
24
%%OCAML_SITELIBDIR%%/psmt2-frontend/psmt2Frontend__Smtlib_error.cmt
25
%%OCAML_SITELIBDIR%%/psmt2-frontend/psmt2Frontend__Smtlib_error.cmx
26
%%OCAML_SITELIBDIR%%/psmt2-frontend/psmt2Frontend__Smtlib_lexer.cmi
27
%%OCAML_SITELIBDIR%%/psmt2-frontend/psmt2Frontend__Smtlib_lexer.cmt
28
%%OCAML_SITELIBDIR%%/psmt2-frontend/psmt2Frontend__Smtlib_lexer.cmx
29
%%OCAML_SITELIBDIR%%/psmt2-frontend/psmt2Frontend__Smtlib_parser.cmi
30
%%OCAML_SITELIBDIR%%/psmt2-frontend/psmt2Frontend__Smtlib_parser.cmt
31
%%OCAML_SITELIBDIR%%/psmt2-frontend/psmt2Frontend__Smtlib_parser.cmti
32
%%OCAML_SITELIBDIR%%/psmt2-frontend/psmt2Frontend__Smtlib_parser.cmx
33
%%OCAML_SITELIBDIR%%/psmt2-frontend/psmt2Frontend__Smtlib_printer.cmi
34
%%OCAML_SITELIBDIR%%/psmt2-frontend/psmt2Frontend__Smtlib_printer.cmt
35
%%OCAML_SITELIBDIR%%/psmt2-frontend/psmt2Frontend__Smtlib_printer.cmx
36
%%OCAML_SITELIBDIR%%/psmt2-frontend/psmt2Frontend__Smtlib_syntax.cmi
37
%%OCAML_SITELIBDIR%%/psmt2-frontend/psmt2Frontend__Smtlib_syntax.cmt
38
%%OCAML_SITELIBDIR%%/psmt2-frontend/psmt2Frontend__Smtlib_syntax.cmx
39
%%OCAML_SITELIBDIR%%/psmt2-frontend/psmt2Frontend__Smtlib_ty.cmi
40
%%OCAML_SITELIBDIR%%/psmt2-frontend/psmt2Frontend__Smtlib_ty.cmt
41
%%OCAML_SITELIBDIR%%/psmt2-frontend/psmt2Frontend__Smtlib_ty.cmx
42
%%OCAML_SITELIBDIR%%/psmt2-frontend/psmt2Frontend__Smtlib_typed_env.cmi
43
%%OCAML_SITELIBDIR%%/psmt2-frontend/psmt2Frontend__Smtlib_typed_env.cmt
44
%%OCAML_SITELIBDIR%%/psmt2-frontend/psmt2Frontend__Smtlib_typed_env.cmx
45
%%OCAML_SITELIBDIR%%/psmt2-frontend/psmt2Frontend__Smtlib_typed_logic.cmi
46
%%OCAML_SITELIBDIR%%/psmt2-frontend/psmt2Frontend__Smtlib_typed_logic.cmt
47
%%OCAML_SITELIBDIR%%/psmt2-frontend/psmt2Frontend__Smtlib_typed_logic.cmx
48
%%OCAML_SITELIBDIR%%/psmt2-frontend/psmt2Frontend__Smtlib_typing.cmi
49
%%OCAML_SITELIBDIR%%/psmt2-frontend/psmt2Frontend__Smtlib_typing.cmt
50
%%OCAML_SITELIBDIR%%/psmt2-frontend/psmt2Frontend__Smtlib_typing.cmx
51
%%OCAML_SITELIBDIR%%/psmt2-frontend/psmt2Frontend__Version.cmi
52
%%OCAML_SITELIBDIR%%/psmt2-frontend/psmt2Frontend__Version.cmt
53
%%OCAML_SITELIBDIR%%/psmt2-frontend/psmt2Frontend__Version.cmti
54
%%OCAML_SITELIBDIR%%/psmt2-frontend/psmt2Frontend__Version.cmx
55
%%OCAML_SITELIBDIR%%/psmt2-frontend/smtlib_error.ml
56
%%OCAML_SITELIBDIR%%/psmt2-frontend/smtlib_lexer.ml
57
%%OCAML_SITELIBDIR%%/psmt2-frontend/smtlib_parser.ml
58
%%OCAML_SITELIBDIR%%/psmt2-frontend/smtlib_parser.mli
59
%%OCAML_SITELIBDIR%%/psmt2-frontend/smtlib_printer.ml
60
%%OCAML_SITELIBDIR%%/psmt2-frontend/smtlib_syntax.ml
61
%%OCAML_SITELIBDIR%%/psmt2-frontend/smtlib_ty.ml
62
%%OCAML_SITELIBDIR%%/psmt2-frontend/smtlib_typed_env.ml
63
%%OCAML_SITELIBDIR%%/psmt2-frontend/smtlib_typed_logic.ml
64
%%OCAML_SITELIBDIR%%/psmt2-frontend/smtlib_typing.ml
65
%%OCAML_SITELIBDIR%%/psmt2-frontend/version.ml
66
%%OCAML_SITELIBDIR%%/psmt2-frontend/version.mli
67
%%OCAML_SITELIBDIR%%/psmt2-frontend_bin/META
68
%%OCAML_SITELIBDIR%%/psmt2-frontend_bin/dune-package
69
%%OCAML_SITELIBDIR%%/psmt2-frontend_bin/opam
70
%%PORTDOCS%%%%DOCSDIR%%/CHANGES.md
71
%%PORTDOCS%%%%DOCSDIR%%/LICENSE
72
%%PORTDOCS%%%%DOCSDIR%%/LICENSE.md
73
%%PORTDOCS%%%%DOCSDIR%%/README.md
74
%%PORTDOCS%%%%DOCSDIR%%/odoc-pages/index.mld
75
%%PORTDOCS%%%%DOCSDIR%%_bin/CHANGES.md
76
%%PORTDOCS%%%%DOCSDIR%%_bin/LICENSE
77
%%PORTDOCS%%%%DOCSDIR%%_bin/LICENSE.md
78
%%PORTDOCS%%%%DOCSDIR%%_bin/README.md
79
%%PORTDOCS%%%%DOCSDIR%%_bin/odoc-pages/index.mld
1
of linear inequalities
80
of linear inequalities
2
--
3
devel/ocaml-ocplib-simplex/Makefile           | 28 +++++++++++++++++++
81
devel/ocaml-ocplib-simplex/Makefile           | 28 +++++++++++++++++++
4
devel/ocaml-ocplib-simplex/distinfo           |  3 ++
82
devel/ocaml-ocplib-simplex/distinfo           |  3 ++
5
.../files/patch-Makefile.in                   | 16 +++++++++++
83
.../files/patch-Makefile.in                   | 16 +++++++++++
6
devel/ocaml-ocplib-simplex/pkg-descr          |  5 ++++
84
devel/ocaml-ocplib-simplex/pkg-descr          |  5 ++++
7
devel/ocaml-ocplib-simplex/pkg-plist          | 20 +++++++++++++
85
devel/ocaml-ocplib-simplex/pkg-plist          | 20 +++++++++++++
8
5 files changed, 72 insertions(+)
86
5 files changed, 72 insertions(+)
9
create mode 100644 devel/ocaml-ocplib-simplex/Makefile
87
create mode 100644 devel/ocaml-ocplib-simplex/Makefile
10
create mode 100644 devel/ocaml-ocplib-simplex/distinfo
88
create mode 100644 devel/ocaml-ocplib-simplex/distinfo
11
create mode 100644 devel/ocaml-ocplib-simplex/files/patch-Makefile.in
89
create mode 100644 devel/ocaml-ocplib-simplex/files/patch-Makefile.in
12
create mode 100644 devel/ocaml-ocplib-simplex/pkg-descr
90
create mode 100644 devel/ocaml-ocplib-simplex/pkg-descr
13
create mode 100644 devel/ocaml-ocplib-simplex/pkg-plist
91
create mode 100644 devel/ocaml-ocplib-simplex/pkg-plist
(-)b/devel/ocaml-ocplib-simplex/Makefile (+28 lines)
Added Link Here
1
# Created by: Thierry Thomas <thierry@pompo.net>
2
3
PORTNAME=	ocplib-simplex
4
DISTVERSIONPREFIX=	v
5
DISTVERSION=	0.4
6
CATEGORIES=	devel
7
PKGNAMEPREFIX=	ocaml-
8
9
MAINTAINER=	thierry@FreeBSD.org
10
COMMENT=	Solver for systems of linear inequalities
11
12
LICENSE=	LGPL21
13
14
USE_GITHUB=	yes
15
GH_ACCOUNT=	OCamlPro
16
17
USES=		autoreconf gmake
18
19
USE_OCAML=	yes
20
USE_OCAML_FINDLIB=	yes
21
22
GNU_CONFIGURE=	yes
23
MAKE_ENV=	DESTDIR="${STAGEDIR}" OCAML_SITELIBDIR="${OCAML_SITELIBDIR}"
24
25
post-install:
26
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/${PORTNAME}/ocplibSimplex.cmxs
27
28
.include <bsd.port.mk>
(-)b/devel/ocaml-ocplib-simplex/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1648576743
2
SHA256 (OCamlPro-ocplib-simplex-v0.4_GH0.tar.gz) = e17dab080508f2d02ce727c3dbc8dbc2613b15229cc74c67d3d11d4fdf22d878
3
SIZE (OCamlPro-ocplib-simplex-v0.4_GH0.tar.gz) = 31784
(-)b/devel/ocaml-ocplib-simplex/files/patch-Makefile.in (+16 lines)
Added Link Here
1
--- Makefile.in.orig	2017-08-23 12:49:52 UTC
2
+++ Makefile.in
3
@@ -13,11 +13,11 @@
4
 # (enclosed in the file LGPL).
5
 
6
 # where to install the binaries
7
-DESTDIR=@prefix@
8
+# DESTDIR=@prefix@
9
 # prefix=@prefix@
10
 # exec_prefix=@exec_prefix@
11
 # BINDIR=$(DESTDIR)@bindir@
12
-LIBDIR=$(DESTDIR)/lib/
13
+LIBDIR=$(DESTDIR)@prefix@/$(OCAML_SITELIBDIR)/
14
 # DATADIR=$(DESTDIR)@datadir@/ocplib-simplex
15
 
16
 # where to install the man page
(-)b/devel/ocaml-ocplib-simplex/pkg-descr (+5 lines)
Added Link Here
1
ocplib-simplex is a library implementing a simplex algorithm, in a functional
2
style, for solving systems of linear inequalities and optimizing linear
3
objective functions.
4
5
WWW: https://github.com/OCamlPro/ocplib-simplex
(-)b/devel/ocaml-ocplib-simplex/pkg-plist (-2 / +20 lines)
Added Link Here
0
- 
1
%%OCAML_SITELIBDIR%%/ocplib-simplex/META
2
%%OCAML_SITELIBDIR%%/ocplib-simplex/assertBounds.mli
3
%%OCAML_SITELIBDIR%%/ocplib-simplex/basic.mli
4
%%OCAML_SITELIBDIR%%/ocplib-simplex/core.mli
5
%%OCAML_SITELIBDIR%%/ocplib-simplex/coreSig.mli
6
%%OCAML_SITELIBDIR%%/ocplib-simplex/extSigs.mli
7
%%OCAML_SITELIBDIR%%/ocplib-simplex/ocplibSimplex.a
8
%%OCAML_SITELIBDIR%%/ocplib-simplex/ocplibSimplex.cma
9
%%OCAML_SITELIBDIR%%/ocplib-simplex/ocplibSimplex.cmi
10
%%OCAML_SITELIBDIR%%/ocplib-simplex/ocplibSimplex.cmo
11
%%OCAML_SITELIBDIR%%/ocplib-simplex/ocplibSimplex.cmt
12
%%OCAML_SITELIBDIR%%/ocplib-simplex/ocplibSimplex.cmx
13
%%OCAML_SITELIBDIR%%/ocplib-simplex/ocplibSimplex.cmxa
14
%%OCAML_SITELIBDIR%%/ocplib-simplex/ocplibSimplex.cmxs
15
%%OCAML_SITELIBDIR%%/ocplib-simplex/ocplibSimplex.o
16
%%OCAML_SITELIBDIR%%/ocplib-simplex/polys.mli
17
%%OCAML_SITELIBDIR%%/ocplib-simplex/rat2.mli
18
%%OCAML_SITELIBDIR%%/ocplib-simplex/result.mli
19
%%OCAML_SITELIBDIR%%/ocplib-simplex/solveBounds.mli
20
%%OCAML_SITELIBDIR%%/ocplib-simplex/version.mli
1
components for OCaml development
21
components for OCaml development
2
--
3
devel/Makefile | 76 ++++++++++++++++++++++++++++++++++++++++++++++++++
22
devel/Makefile | 76 ++++++++++++++++++++++++++++++++++++++++++++++++++
4
1 file changed, 76 insertions(+)
23
1 file changed, 76 insertions(+)
(-)b/devel/Makefile (-2 / +76 lines)
Lines 1625-1632 Link Here
1625
    SUBDIR += objconv
1625
    SUBDIR += objconv
1626
    SUBDIR += objecthash
1626
    SUBDIR += objecthash
1627
    SUBDIR += ocaml-annexlib
1627
    SUBDIR += ocaml-annexlib
1628
    SUBDIR += ocaml-async_kernel
1629
    SUBDIR += ocaml-async_unix
1630
    SUBDIR += ocaml-base
1631
    SUBDIR += ocaml-base_bigstring
1632
    SUBDIR += ocaml-base_quickcheck
1633
    SUBDIR += ocaml-batteries
1634
    SUBDIR += ocaml-bigarray-compat
1635
    SUBDIR += ocaml-bin_prot
1636
    SUBDIR += ocaml-biniou
1628
    SUBDIR += ocaml-calendar
1637
    SUBDIR += ocaml-calendar
1629
    SUBDIR += ocaml-camljava
1638
    SUBDIR += ocaml-camljava
1639
    SUBDIR += ocaml-camlp-streams
1630
    SUBDIR += ocaml-camlp4
1640
    SUBDIR += ocaml-camlp4
1631
    SUBDIR += ocaml-camlp5
1641
    SUBDIR += ocaml-camlp5
1632
    SUBDIR += ocaml-camomile
1642
    SUBDIR += ocaml-camomile
Lines 1634-1654 Link Here
1634
    SUBDIR += ocaml-cfg
1644
    SUBDIR += ocaml-cfg
1635
    SUBDIR += ocaml-classes
1645
    SUBDIR += ocaml-classes
1636
    SUBDIR += ocaml-cmdliner
1646
    SUBDIR += ocaml-cmdliner
1647
    SUBDIR += ocaml-compiler-libs
1648
    SUBDIR += ocaml-core
1649
    SUBDIR += ocaml-core_kernel
1637
    SUBDIR += ocaml-cppo
1650
    SUBDIR += ocaml-cppo
1651
    SUBDIR += ocaml-csexp
1652
    SUBDIR += ocaml-cstruct
1653
    SUBDIR += ocaml-ctypes
1654
    SUBDIR += ocaml-domain-name
1638
    SUBDIR += ocaml-dune
1655
    SUBDIR += ocaml-dune
1656
    SUBDIR += ocaml-dune-configurator
1657
    SUBDIR += ocaml-easy-format
1639
    SUBDIR += ocaml-extlib
1658
    SUBDIR += ocaml-extlib
1659
    SUBDIR += ocaml-fieldslib
1640
    SUBDIR += ocaml-findlib
1660
    SUBDIR += ocaml-findlib
1661
    SUBDIR += ocaml-fmt
1662
    SUBDIR += ocaml-integers
1641
    SUBDIR += ocaml-ipaddr
1663
    SUBDIR += ocaml-ipaddr
1664
    SUBDIR += ocaml-jane-street-headers
1665
    SUBDIR += ocaml-jst-config
1642
    SUBDIR += ocaml-lacaml
1666
    SUBDIR += ocaml-lacaml
1667
    SUBDIR += ocaml-luv
1643
    SUBDIR += ocaml-lwt
1668
    SUBDIR += ocaml-lwt
1644
    SUBDIR += ocaml-magic
1669
    SUBDIR += ocaml-magic
1670
    SUBDIR += ocaml-menhirLib
1671
    SUBDIR += ocaml-menhirSdk
1672
    SUBDIR += ocaml-mmap
1673
    SUBDIR += ocaml-num
1645
    SUBDIR += ocaml-ocamlbuild
1674
    SUBDIR += ocaml-ocamlbuild
1675
    SUBDIR += ocaml-ocplib-endian
1676
    SUBDIR += ocaml-ocplib-simplex
1677
    SUBDIR += ocaml-octavius
1646
    SUBDIR += ocaml-opam
1678
    SUBDIR += ocaml-opam
1647
    SUBDIR += ocaml-ounit
1679
    SUBDIR += ocaml-ounit
1648
    SUBDIR += ocaml-parmap
1680
    SUBDIR += ocaml-parmap
1681
    SUBDIR += ocaml-parsexp
1649
    SUBDIR += ocaml-pcre
1682
    SUBDIR += ocaml-pcre
1650
    SUBDIR += ocaml-pomap
1683
    SUBDIR += ocaml-pomap
1684
    SUBDIR += ocaml-ppx_assert
1685
    SUBDIR += ocaml-ppx_base
1686
    SUBDIR += ocaml-ppx_bench
1687
    SUBDIR += ocaml-ppx_bin_prot
1688
    SUBDIR += ocaml-ppx_cold
1689
    SUBDIR += ocaml-ppx_compare
1690
    SUBDIR += ocaml-ppx_custom_printf
1691
    SUBDIR += ocaml-ppx_derivers
1692
    SUBDIR += ocaml-ppx_deriving
1693
    SUBDIR += ocaml-ppx_deriving_yojson
1694
    SUBDIR += ocaml-ppx_enumerate
1695
    SUBDIR += ocaml-ppx_expect
1696
    SUBDIR += ocaml-ppx_fields_conv
1697
    SUBDIR += ocaml-ppx_fixed_literal
1698
    SUBDIR += ocaml-ppx_hash
1699
    SUBDIR += ocaml-ppx_here
1700
    SUBDIR += ocaml-ppx_inline_test
1701
    SUBDIR += ocaml-ppx_jane
1702
    SUBDIR += ocaml-ppx_js_style
1703
    SUBDIR += ocaml-ppx_let
1704
    SUBDIR += ocaml-ppx_module_timer
1705
    SUBDIR += ocaml-ppx_optcomp
1706
    SUBDIR += ocaml-ppx_optional
1707
    SUBDIR += ocaml-ppx_pipebang
1708
    SUBDIR += ocaml-ppx_sexp_conv
1709
    SUBDIR += ocaml-ppx_sexp_message
1710
    SUBDIR += ocaml-ppx_sexp_value
1711
    SUBDIR += ocaml-ppx_stable
1712
    SUBDIR += ocaml-ppx_string
1713
    SUBDIR += ocaml-ppx_typerep_conv
1714
    SUBDIR += ocaml-ppx_variants_conv
1651
    SUBDIR += ocaml-ppx-tools
1715
    SUBDIR += ocaml-ppx-tools
1716
    SUBDIR += ocaml-ppxlib
1717
    SUBDIR += ocaml-psmt2-frontend
1652
    SUBDIR += ocaml-re
1718
    SUBDIR += ocaml-re
1653
    SUBDIR += ocaml-react
1719
    SUBDIR += ocaml-react
1654
    SUBDIR += ocaml-res
1720
    SUBDIR += ocaml-res
Lines 1656-1668 Link Here
1656
    SUBDIR += ocaml-sdl
1722
    SUBDIR += ocaml-sdl
1657
    SUBDIR += ocaml-sem
1723
    SUBDIR += ocaml-sem
1658
    SUBDIR += ocaml-sexplib
1724
    SUBDIR += ocaml-sexplib
1725
    SUBDIR += ocaml-sexplib0
1726
    SUBDIR += ocaml-spawn
1727
    SUBDIR += ocaml-splittable_random
1728
    SUBDIR += ocaml-stdio
1729
    SUBDIR += ocaml-stdlib-shims
1730
    SUBDIR += ocaml-time_now
1731
    SUBDIR += ocaml-timezone
1659
    SUBDIR += ocaml-topkg
1732
    SUBDIR += ocaml-topkg
1660
    SUBDIR += ocaml-type_conv
1733
    SUBDIR += ocaml-type_conv
1734
    SUBDIR += ocaml-typerep
1661
    SUBDIR += ocaml-uchar
1735
    SUBDIR += ocaml-uchar
1662
    SUBDIR += ocaml-ulex
1736
    SUBDIR += ocaml-ulex
1663
    SUBDIR += ocaml-uutf
1737
    SUBDIR += ocaml-uutf
1738
    SUBDIR += ocaml-variantslib
1664
    SUBDIR += ocaml-xstr
1739
    SUBDIR += ocaml-xstr
1665
    SUBDIR += ocaml-xstrp4
1740
    SUBDIR += ocaml-xstrp4
1741
    SUBDIR += ocaml-yojson
1666
    SUBDIR += oci-cli
1742
    SUBDIR += oci-cli
1667
    SUBDIR += ocl-icd
1743
    SUBDIR += ocl-icd
1668
    SUBDIR += oclgrind
1744
    SUBDIR += oclgrind
1669
- 
1670
--
1671
graphics/ocaml-cairo/Makefile  | 53 ++++++++++++++++++++++++++++++++
1745
graphics/ocaml-cairo/Makefile  | 53 ++++++++++++++++++++++++++++++++
1672
graphics/ocaml-cairo/distinfo  |  3 ++
1746
graphics/ocaml-cairo/distinfo  |  3 ++
1673
graphics/ocaml-cairo/pkg-descr |  4 +++
1747
graphics/ocaml-cairo/pkg-descr |  4 +++
1674
graphics/ocaml-cairo/pkg-plist | 55 ++++++++++++++++++++++++++++++++++
1748
graphics/ocaml-cairo/pkg-plist | 55 ++++++++++++++++++++++++++++++++++
1675
4 files changed, 115 insertions(+)
1749
4 files changed, 115 insertions(+)
1676
create mode 100644 graphics/ocaml-cairo/Makefile
1750
create mode 100644 graphics/ocaml-cairo/Makefile
1677
create mode 100644 graphics/ocaml-cairo/distinfo
1751
create mode 100644 graphics/ocaml-cairo/distinfo
1678
create mode 100644 graphics/ocaml-cairo/pkg-descr
1752
create mode 100644 graphics/ocaml-cairo/pkg-descr
1679
create mode 100644 graphics/ocaml-cairo/pkg-plist
1753
create mode 100644 graphics/ocaml-cairo/pkg-plist
(-)b/graphics/ocaml-cairo/Makefile (+53 lines)
Added Link Here
1
# Created by: Thierry Thomas <thierry@pompo.net>
2
3
PORTNAME=	cairo2
4
DISTVERSION=	0.6.2
5
CATEGORIES=	graphics
6
PKGNAMEPREFIX=	ocaml-
7
8
MAINTAINER=	thierry@FreeBSD.org
9
COMMENT=	Binding to Cairo, a 2D Vector Graphics Library
10
11
LICENSE=	LGPL3
12
13
BUILD_DEPENDS=	dune:devel/ocaml-dune	\
14
		ocaml-lablgtk2>0:x11-toolkits/ocaml-lablgtk2	\
15
		ocaml-dune-configurator>0:devel/ocaml-dune-configurator
16
LIB_DEPENDS=	libffi.so:devel/libffi	\
17
		libharfbuzz.so:print/harfbuzz	\
18
		libfreetype.so:print/freetype2	\
19
		libfontconfig.so:x11-fonts/fontconfig
20
RUN_DEPENDS=	ocaml-lablgtk2>0:x11-toolkits/ocaml-lablgtk2	\
21
		ocaml-dune-configurator>0:devel/ocaml-dune-configurator
22
23
USE_GITHUB=	yes
24
GH_ACCOUNT=	Chris00
25
GH_PROJECT=	ocaml-cairo
26
27
USES=		gettext-runtime gnome pkgconfig
28
USE_GNOME=	atk cairo gdkpixbuf2 glib20 gtk20 pango
29
USE_OCAML=	yes
30
USE_OCAML_LDCONFIG=	yes
31
OCAML_LDLIBS=	${OCAML_SITELIBDIR}/stublibs
32
33
INSTALL_ARGS=	--destdir=${STAGEDIR} --libdir=${OCAML_SITELIBDIR}
34
DOCSDIR=	${OCAML_DOCSDIR}/${PORTNAME}
35
36
OPTIONS_DEFINE=	DOCS
37
38
BIN2STRIP=	cairo2/cairo.cmxs cairo2-gtk/cairo_gtk.cmxs	\
39
		cairo2-pango/cairo_pango.cmxs stublibs/dllcairo_stubs.so	\
40
		stublibs/dllcairo_gtk_stubs.so	stublibs/dllcairo_pango_stubs.so
41
42
do-build:
43
	(cd ${WRKSRC} && ${LOCALBASE}/bin/dune build)
44
45
do-install:
46
	(cd ${WRKSRC} && ${LOCALBASE}/bin/dune install ${INSTALL_ARGS})
47
48
post-install:
49
.for bin in ${BIN2STRIP}
50
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/${bin}
51
.endfor
52
53
.include <bsd.port.mk>
(-)b/graphics/ocaml-cairo/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1648931859
2
SHA256 (Chris00-ocaml-cairo-0.6.2_GH0.tar.gz) = 2c04978ee2f6451163f40b0bc4e334cda7565c8537e9f528f835184b42fb412e
3
SIZE (Chris00-ocaml-cairo-0.6.2_GH0.tar.gz) = 109948
(-)b/graphics/ocaml-cairo/pkg-descr (+4 lines)
Added Link Here
1
This is an OCaml binding for the Cairo library, a 2D graphics library with
2
support for multiple output devices.
3
4
WWW: https://github.com/Chris00/ocaml-cairo
(-)b/graphics/ocaml-cairo/pkg-plist (-2 / +55 lines)
Added Link Here
0
- 
1
%%OCAML_SITELIBDIR%%/cairo2-gtk/META
2
%%OCAML_SITELIBDIR%%/cairo2-gtk/cairo_gtk.a
3
%%OCAML_SITELIBDIR%%/cairo2-gtk/cairo_gtk.cma
4
%%OCAML_SITELIBDIR%%/cairo2-gtk/cairo_gtk.cmi
5
%%OCAML_SITELIBDIR%%/cairo2-gtk/cairo_gtk.cmt
6
%%OCAML_SITELIBDIR%%/cairo2-gtk/cairo_gtk.cmti
7
%%OCAML_SITELIBDIR%%/cairo2-gtk/cairo_gtk.cmx
8
%%OCAML_SITELIBDIR%%/cairo2-gtk/cairo_gtk.cmxa
9
%%OCAML_SITELIBDIR%%/cairo2-gtk/cairo_gtk.cmxs
10
%%OCAML_SITELIBDIR%%/cairo2-gtk/cairo_gtk.ml
11
%%OCAML_SITELIBDIR%%/cairo2-gtk/cairo_gtk.mli
12
%%OCAML_SITELIBDIR%%/cairo2-gtk/dune-package
13
%%OCAML_SITELIBDIR%%/cairo2-gtk/libcairo_gtk_stubs.a
14
%%OCAML_SITELIBDIR%%/cairo2-gtk/opam
15
%%OCAML_SITELIBDIR%%/cairo2-pango/META
16
%%OCAML_SITELIBDIR%%/cairo2-pango/cairo_pango.a
17
%%OCAML_SITELIBDIR%%/cairo2-pango/cairo_pango.cma
18
%%OCAML_SITELIBDIR%%/cairo2-pango/cairo_pango.cmi
19
%%OCAML_SITELIBDIR%%/cairo2-pango/cairo_pango.cmt
20
%%OCAML_SITELIBDIR%%/cairo2-pango/cairo_pango.cmti
21
%%OCAML_SITELIBDIR%%/cairo2-pango/cairo_pango.cmx
22
%%OCAML_SITELIBDIR%%/cairo2-pango/cairo_pango.cmxa
23
%%OCAML_SITELIBDIR%%/cairo2-pango/cairo_pango.cmxs
24
%%OCAML_SITELIBDIR%%/cairo2-pango/cairo_pango.ml
25
%%OCAML_SITELIBDIR%%/cairo2-pango/cairo_pango.mli
26
%%OCAML_SITELIBDIR%%/cairo2-pango/dune-package
27
%%OCAML_SITELIBDIR%%/cairo2-pango/libcairo_pango_stubs.a
28
%%OCAML_SITELIBDIR%%/cairo2-pango/opam
29
%%OCAML_SITELIBDIR%%/cairo2/META
30
%%OCAML_SITELIBDIR%%/cairo2/cairo.a
31
%%OCAML_SITELIBDIR%%/cairo2/cairo.cma
32
%%OCAML_SITELIBDIR%%/cairo2/cairo.cmi
33
%%OCAML_SITELIBDIR%%/cairo2/cairo.cmt
34
%%OCAML_SITELIBDIR%%/cairo2/cairo.cmti
35
%%OCAML_SITELIBDIR%%/cairo2/cairo.cmx
36
%%OCAML_SITELIBDIR%%/cairo2/cairo.cmxa
37
%%OCAML_SITELIBDIR%%/cairo2/cairo.cmxs
38
%%OCAML_SITELIBDIR%%/cairo2/cairo.ml
39
%%OCAML_SITELIBDIR%%/cairo2/cairo.mli
40
%%OCAML_SITELIBDIR%%/cairo2/cairo_ocaml.h
41
%%OCAML_SITELIBDIR%%/cairo2/dune-package
42
%%OCAML_SITELIBDIR%%/cairo2/libcairo_stubs.a
43
%%OCAML_SITELIBDIR%%/cairo2/opam
44
%%OCAML_SITELIBDIR%%/stublibs/dllcairo_gtk_stubs.so
45
%%OCAML_SITELIBDIR%%/stublibs/dllcairo_pango_stubs.so
46
%%OCAML_SITELIBDIR%%/stublibs/dllcairo_stubs.so
47
%%PORTDOCS%%%%DOCSDIR%%-gtk/CHANGES.md
48
%%PORTDOCS%%%%DOCSDIR%%-gtk/LICENSE.md
49
%%PORTDOCS%%%%DOCSDIR%%-gtk/README.md
50
%%PORTDOCS%%%%DOCSDIR%%-pango/CHANGES.md
51
%%PORTDOCS%%%%DOCSDIR%%-pango/LICENSE.md
52
%%PORTDOCS%%%%DOCSDIR%%-pango/README.md
53
%%PORTDOCS%%%%DOCSDIR%%/CHANGES.md
54
%%PORTDOCS%%%%DOCSDIR%%/LICENSE.md
55
%%PORTDOCS%%%%DOCSDIR%%/README.md
1
components for OCaml development
56
components for OCaml development
2
--
3
graphics/Makefile | 1 +
57
graphics/Makefile | 1 +
4
1 file changed, 1 insertion(+)
58
1 file changed, 1 insertion(+)
(-)b/graphics/Makefile (-2 / +1 lines)
Lines 579-584 Link Here
579
    SUBDIR += nsxiv
579
    SUBDIR += nsxiv
580
    SUBDIR += nurbs++
580
    SUBDIR += nurbs++
581
    SUBDIR += nvidia-texture-tools
581
    SUBDIR += nvidia-texture-tools
582
    SUBDIR += ocaml-cairo
582
    SUBDIR += ocaml-images
583
    SUBDIR += ocaml-images
583
    SUBDIR += ocaml-lablgl
584
    SUBDIR += ocaml-lablgl
584
    SUBDIR += ocrad
585
    SUBDIR += ocrad
585
- 
586
to GTK+3
586
to GTK+3
587
--
588
x11-toolkits/ocaml-lablgtk3/Makefile          |  58 +++
587
x11-toolkits/ocaml-lablgtk3/Makefile          |  58 +++
589
x11-toolkits/ocaml-lablgtk3/distinfo          |   3 +
588
x11-toolkits/ocaml-lablgtk3/distinfo          |   3 +
590
.../ocaml-lablgtk3/files/patch-lablgtk3.opam  |   8 +
589
.../ocaml-lablgtk3/files/patch-lablgtk3.opam  |   8 +
591
x11-toolkits/ocaml-lablgtk3/pkg-descr         |   3 +
590
x11-toolkits/ocaml-lablgtk3/pkg-descr         |   3 +
592
x11-toolkits/ocaml-lablgtk3/pkg-plist         | 441 ++++++++++++++++++
591
x11-toolkits/ocaml-lablgtk3/pkg-plist         | 441 ++++++++++++++++++
593
5 files changed, 513 insertions(+)
592
5 files changed, 513 insertions(+)
594
create mode 100644 x11-toolkits/ocaml-lablgtk3/Makefile
593
create mode 100644 x11-toolkits/ocaml-lablgtk3/Makefile
595
create mode 100644 x11-toolkits/ocaml-lablgtk3/distinfo
594
create mode 100644 x11-toolkits/ocaml-lablgtk3/distinfo
596
create mode 100644 x11-toolkits/ocaml-lablgtk3/files/patch-lablgtk3.opam
595
create mode 100644 x11-toolkits/ocaml-lablgtk3/files/patch-lablgtk3.opam
597
create mode 100644 x11-toolkits/ocaml-lablgtk3/pkg-descr
596
create mode 100644 x11-toolkits/ocaml-lablgtk3/pkg-descr
598
create mode 100644 x11-toolkits/ocaml-lablgtk3/pkg-plist
597
create mode 100644 x11-toolkits/ocaml-lablgtk3/pkg-plist
(-)b/x11-toolkits/ocaml-lablgtk3/Makefile (+58 lines)
Added Link Here
1
# Created by: Thierry Thomas <thierry@pompo.net>
2
3
PORTNAME=	lablgtk3
4
PORTVERSION=	3.1.2
5
CATEGORIES=	x11-toolkits
6
PKGNAMEPREFIX=	ocaml-
7
8
MAINTAINER=	thierry@FreeBSD.org
9
COMMENT=	OCaml interface to GTK+3
10
11
LICENSE=	LGPL21
12
13
BUILD_DEPENDS=	dune:devel/ocaml-dune	\
14
		ocaml-cairo2>0:graphics/ocaml-cairo
15
LIB_DEPENDS=	libharfbuzz.so:print/harfbuzz	\
16
		libfreetype.so:print/freetype2	\
17
		libfontconfig.so:x11-fonts/fontconfig
18
RUN_DEPENDS=	ocaml-cairo2>0:graphics/ocaml-cairo
19
20
USE_GITHUB=	yes
21
GH_ACCOUNT=	garrigue
22
GH_PROJECT=	lablgtk
23
24
USES=		gettext-runtime gnome pkgconfig
25
USE_GNOME=	atk cairo gdkpixbuf2 glib20 gtk30 pango
26
USE_OCAML=	yes
27
USE_OCAML_LDCONFIG=	yes
28
OCAML_LDLIBS=	${OCAML_SITELIBDIR}/stublibs
29
30
INSTALL_ARGS=	--destdir=${STAGEDIR} --libdir=${OCAML_SITELIBDIR}
31
DOCSDIR=	${OCAML_DOCSDIR}/${PORTNAME}
32
33
MISSING_INSTALL=goocanvas2 gtkspell3 sourceview3
34
35
OPTIONS_DEFINE=	DOCS
36
37
pre-build:
38
	# Version checked by math/coq
39
	${REINPLACE_CMD} -e 's|%%ver%%|${PORTVERSION}|' ${WRKSRC}/lablgtk3.opam
40
41
do-build:
42
	(cd ${WRKSRC} && ${LOCALBASE}/bin/dune build -p lablgtk3)
43
44
post-build:
45
.for mi in ${MISSING_INSTALL}
46
	${TOUCH} ${WRKSRC}/_build/default/${PORTNAME}-${mi}.install
47
.endfor
48
49
do-install:
50
	(cd ${WRKSRC} && ${LOCALBASE}/bin/dune install ${INSTALL_ARGS})
51
52
post-install:
53
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/lablgladecc3
54
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/gdk_pixbuf_mlsource3
55
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/${PORTNAME}/${PORTNAME}.cmxs
56
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/stublibs/dlllablgtk3_stubs.so
57
58
.include <bsd.port.mk>
(-)b/x11-toolkits/ocaml-lablgtk3/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1648935371
2
SHA256 (garrigue-lablgtk-3.1.2_GH0.tar.gz) = ad7417875f79716597cc06ccd8cae1efccb326263db1010d9f83555c185f1669
3
SIZE (garrigue-lablgtk-3.1.2_GH0.tar.gz) = 1042626
(-)b/x11-toolkits/ocaml-lablgtk3/files/patch-lablgtk3.opam (+8 lines)
Added Link Here
1
--- lablgtk3.opam.orig	2021-12-24 07:58:00 UTC
2
+++ lablgtk3.opam
3
@@ -1,4 +1,5 @@
4
 opam-version: "2.0"
5
+version: "%%ver%%"
6
 
7
 synopsis: "OCaml interface to GTK+3"
8
 description: """
(-)b/x11-toolkits/ocaml-lablgtk3/pkg-descr (+3 lines)
Added Link Here
1
LablGTK3 is an OCaml interface to the GIMP Tool Kit.
2
3
WWW: https://github.com/garrigue/lablgtk
(-)b/x11-toolkits/ocaml-lablgtk3/pkg-plist (-2 / +441 lines)
Added Link Here
0
- 
1
bin/gdk_pixbuf_mlsource3
2
bin/lablgladecc3
3
%%OCAML_SITELIBDIR%%/lablgtk3/META
4
%%OCAML_SITELIBDIR%%/lablgtk3/cairo_pango.cmi
5
%%OCAML_SITELIBDIR%%/lablgtk3/cairo_pango.cmt
6
%%OCAML_SITELIBDIR%%/lablgtk3/cairo_pango.cmti
7
%%OCAML_SITELIBDIR%%/lablgtk3/cairo_pango.cmx
8
%%OCAML_SITELIBDIR%%/lablgtk3/cairo_pango.ml
9
%%OCAML_SITELIBDIR%%/lablgtk3/cairo_pango.mli
10
%%OCAML_SITELIBDIR%%/lablgtk3/dune-package
11
%%OCAML_SITELIBDIR%%/lablgtk3/gAction.cmi
12
%%OCAML_SITELIBDIR%%/lablgtk3/gAction.cmt
13
%%OCAML_SITELIBDIR%%/lablgtk3/gAction.cmti
14
%%OCAML_SITELIBDIR%%/lablgtk3/gAction.cmx
15
%%OCAML_SITELIBDIR%%/lablgtk3/gAction.ml
16
%%OCAML_SITELIBDIR%%/lablgtk3/gAction.mli
17
%%OCAML_SITELIBDIR%%/lablgtk3/gAssistant.cmi
18
%%OCAML_SITELIBDIR%%/lablgtk3/gAssistant.cmt
19
%%OCAML_SITELIBDIR%%/lablgtk3/gAssistant.cmti
20
%%OCAML_SITELIBDIR%%/lablgtk3/gAssistant.cmx
21
%%OCAML_SITELIBDIR%%/lablgtk3/gAssistant.ml
22
%%OCAML_SITELIBDIR%%/lablgtk3/gAssistant.mli
23
%%OCAML_SITELIBDIR%%/lablgtk3/gBin.cmi
24
%%OCAML_SITELIBDIR%%/lablgtk3/gBin.cmt
25
%%OCAML_SITELIBDIR%%/lablgtk3/gBin.cmti
26
%%OCAML_SITELIBDIR%%/lablgtk3/gBin.cmx
27
%%OCAML_SITELIBDIR%%/lablgtk3/gBin.ml
28
%%OCAML_SITELIBDIR%%/lablgtk3/gBin.mli
29
%%OCAML_SITELIBDIR%%/lablgtk3/gBuilder.cmi
30
%%OCAML_SITELIBDIR%%/lablgtk3/gBuilder.cmt
31
%%OCAML_SITELIBDIR%%/lablgtk3/gBuilder.cmti
32
%%OCAML_SITELIBDIR%%/lablgtk3/gBuilder.cmx
33
%%OCAML_SITELIBDIR%%/lablgtk3/gBuilder.ml
34
%%OCAML_SITELIBDIR%%/lablgtk3/gBuilder.mli
35
%%OCAML_SITELIBDIR%%/lablgtk3/gButton.cmi
36
%%OCAML_SITELIBDIR%%/lablgtk3/gButton.cmt
37
%%OCAML_SITELIBDIR%%/lablgtk3/gButton.cmti
38
%%OCAML_SITELIBDIR%%/lablgtk3/gButton.cmx
39
%%OCAML_SITELIBDIR%%/lablgtk3/gButton.ml
40
%%OCAML_SITELIBDIR%%/lablgtk3/gButton.mli
41
%%OCAML_SITELIBDIR%%/lablgtk3/gContainer.cmi
42
%%OCAML_SITELIBDIR%%/lablgtk3/gContainer.cmt
43
%%OCAML_SITELIBDIR%%/lablgtk3/gContainer.cmti
44
%%OCAML_SITELIBDIR%%/lablgtk3/gContainer.cmx
45
%%OCAML_SITELIBDIR%%/lablgtk3/gContainer.ml
46
%%OCAML_SITELIBDIR%%/lablgtk3/gContainer.mli
47
%%OCAML_SITELIBDIR%%/lablgtk3/gData.cmi
48
%%OCAML_SITELIBDIR%%/lablgtk3/gData.cmt
49
%%OCAML_SITELIBDIR%%/lablgtk3/gData.cmti
50
%%OCAML_SITELIBDIR%%/lablgtk3/gData.cmx
51
%%OCAML_SITELIBDIR%%/lablgtk3/gData.ml
52
%%OCAML_SITELIBDIR%%/lablgtk3/gData.mli
53
%%OCAML_SITELIBDIR%%/lablgtk3/gDraw.cmi
54
%%OCAML_SITELIBDIR%%/lablgtk3/gDraw.cmt
55
%%OCAML_SITELIBDIR%%/lablgtk3/gDraw.cmti
56
%%OCAML_SITELIBDIR%%/lablgtk3/gDraw.cmx
57
%%OCAML_SITELIBDIR%%/lablgtk3/gDraw.ml
58
%%OCAML_SITELIBDIR%%/lablgtk3/gDraw.mli
59
%%OCAML_SITELIBDIR%%/lablgtk3/gEdit.cmi
60
%%OCAML_SITELIBDIR%%/lablgtk3/gEdit.cmt
61
%%OCAML_SITELIBDIR%%/lablgtk3/gEdit.cmti
62
%%OCAML_SITELIBDIR%%/lablgtk3/gEdit.cmx
63
%%OCAML_SITELIBDIR%%/lablgtk3/gEdit.ml
64
%%OCAML_SITELIBDIR%%/lablgtk3/gEdit.mli
65
%%OCAML_SITELIBDIR%%/lablgtk3/gFile.cmi
66
%%OCAML_SITELIBDIR%%/lablgtk3/gFile.cmt
67
%%OCAML_SITELIBDIR%%/lablgtk3/gFile.cmti
68
%%OCAML_SITELIBDIR%%/lablgtk3/gFile.cmx
69
%%OCAML_SITELIBDIR%%/lablgtk3/gFile.ml
70
%%OCAML_SITELIBDIR%%/lablgtk3/gFile.mli
71
%%OCAML_SITELIBDIR%%/lablgtk3/gMain.cmi
72
%%OCAML_SITELIBDIR%%/lablgtk3/gMain.cmt
73
%%OCAML_SITELIBDIR%%/lablgtk3/gMain.cmti
74
%%OCAML_SITELIBDIR%%/lablgtk3/gMain.cmx
75
%%OCAML_SITELIBDIR%%/lablgtk3/gMain.ml
76
%%OCAML_SITELIBDIR%%/lablgtk3/gMain.mli
77
%%OCAML_SITELIBDIR%%/lablgtk3/gMenu.cmi
78
%%OCAML_SITELIBDIR%%/lablgtk3/gMenu.cmt
79
%%OCAML_SITELIBDIR%%/lablgtk3/gMenu.cmti
80
%%OCAML_SITELIBDIR%%/lablgtk3/gMenu.cmx
81
%%OCAML_SITELIBDIR%%/lablgtk3/gMenu.ml
82
%%OCAML_SITELIBDIR%%/lablgtk3/gMenu.mli
83
%%OCAML_SITELIBDIR%%/lablgtk3/gMisc.cmi
84
%%OCAML_SITELIBDIR%%/lablgtk3/gMisc.cmt
85
%%OCAML_SITELIBDIR%%/lablgtk3/gMisc.cmti
86
%%OCAML_SITELIBDIR%%/lablgtk3/gMisc.cmx
87
%%OCAML_SITELIBDIR%%/lablgtk3/gMisc.ml
88
%%OCAML_SITELIBDIR%%/lablgtk3/gMisc.mli
89
%%OCAML_SITELIBDIR%%/lablgtk3/gObj.cmi
90
%%OCAML_SITELIBDIR%%/lablgtk3/gObj.cmt
91
%%OCAML_SITELIBDIR%%/lablgtk3/gObj.cmti
92
%%OCAML_SITELIBDIR%%/lablgtk3/gObj.cmx
93
%%OCAML_SITELIBDIR%%/lablgtk3/gObj.ml
94
%%OCAML_SITELIBDIR%%/lablgtk3/gObj.mli
95
%%OCAML_SITELIBDIR%%/lablgtk3/gPack.cmi
96
%%OCAML_SITELIBDIR%%/lablgtk3/gPack.cmt
97
%%OCAML_SITELIBDIR%%/lablgtk3/gPack.cmti
98
%%OCAML_SITELIBDIR%%/lablgtk3/gPack.cmx
99
%%OCAML_SITELIBDIR%%/lablgtk3/gPack.ml
100
%%OCAML_SITELIBDIR%%/lablgtk3/gPack.mli
101
%%OCAML_SITELIBDIR%%/lablgtk3/gPango.cmi
102
%%OCAML_SITELIBDIR%%/lablgtk3/gPango.cmt
103
%%OCAML_SITELIBDIR%%/lablgtk3/gPango.cmti
104
%%OCAML_SITELIBDIR%%/lablgtk3/gPango.cmx
105
%%OCAML_SITELIBDIR%%/lablgtk3/gPango.ml
106
%%OCAML_SITELIBDIR%%/lablgtk3/gPango.mli
107
%%OCAML_SITELIBDIR%%/lablgtk3/gRange.cmi
108
%%OCAML_SITELIBDIR%%/lablgtk3/gRange.cmt
109
%%OCAML_SITELIBDIR%%/lablgtk3/gRange.cmti
110
%%OCAML_SITELIBDIR%%/lablgtk3/gRange.cmx
111
%%OCAML_SITELIBDIR%%/lablgtk3/gRange.ml
112
%%OCAML_SITELIBDIR%%/lablgtk3/gRange.mli
113
%%OCAML_SITELIBDIR%%/lablgtk3/gText.cmi
114
%%OCAML_SITELIBDIR%%/lablgtk3/gText.cmt
115
%%OCAML_SITELIBDIR%%/lablgtk3/gText.cmti
116
%%OCAML_SITELIBDIR%%/lablgtk3/gText.cmx
117
%%OCAML_SITELIBDIR%%/lablgtk3/gText.ml
118
%%OCAML_SITELIBDIR%%/lablgtk3/gText.mli
119
%%OCAML_SITELIBDIR%%/lablgtk3/gToolbox.cmi
120
%%OCAML_SITELIBDIR%%/lablgtk3/gToolbox.cmt
121
%%OCAML_SITELIBDIR%%/lablgtk3/gToolbox.cmti
122
%%OCAML_SITELIBDIR%%/lablgtk3/gToolbox.cmx
123
%%OCAML_SITELIBDIR%%/lablgtk3/gToolbox.ml
124
%%OCAML_SITELIBDIR%%/lablgtk3/gToolbox.mli
125
%%OCAML_SITELIBDIR%%/lablgtk3/gTree.cmi
126
%%OCAML_SITELIBDIR%%/lablgtk3/gTree.cmt
127
%%OCAML_SITELIBDIR%%/lablgtk3/gTree.cmti
128
%%OCAML_SITELIBDIR%%/lablgtk3/gTree.cmx
129
%%OCAML_SITELIBDIR%%/lablgtk3/gTree.ml
130
%%OCAML_SITELIBDIR%%/lablgtk3/gTree.mli
131
%%OCAML_SITELIBDIR%%/lablgtk3/gUtil.cmi
132
%%OCAML_SITELIBDIR%%/lablgtk3/gUtil.cmt
133
%%OCAML_SITELIBDIR%%/lablgtk3/gUtil.cmti
134
%%OCAML_SITELIBDIR%%/lablgtk3/gUtil.cmx
135
%%OCAML_SITELIBDIR%%/lablgtk3/gUtil.ml
136
%%OCAML_SITELIBDIR%%/lablgtk3/gUtil.mli
137
%%OCAML_SITELIBDIR%%/lablgtk3/gWindow.cmi
138
%%OCAML_SITELIBDIR%%/lablgtk3/gWindow.cmt
139
%%OCAML_SITELIBDIR%%/lablgtk3/gWindow.cmti
140
%%OCAML_SITELIBDIR%%/lablgtk3/gWindow.cmx
141
%%OCAML_SITELIBDIR%%/lablgtk3/gWindow.ml
142
%%OCAML_SITELIBDIR%%/lablgtk3/gWindow.mli
143
%%OCAML_SITELIBDIR%%/lablgtk3/gaux.cmi
144
%%OCAML_SITELIBDIR%%/lablgtk3/gaux.cmt
145
%%OCAML_SITELIBDIR%%/lablgtk3/gaux.cmx
146
%%OCAML_SITELIBDIR%%/lablgtk3/gaux.ml
147
%%OCAML_SITELIBDIR%%/lablgtk3/gdk.cmi
148
%%OCAML_SITELIBDIR%%/lablgtk3/gdk.cmt
149
%%OCAML_SITELIBDIR%%/lablgtk3/gdk.cmti
150
%%OCAML_SITELIBDIR%%/lablgtk3/gdk.cmx
151
%%OCAML_SITELIBDIR%%/lablgtk3/gdk.ml
152
%%OCAML_SITELIBDIR%%/lablgtk3/gdk.mli
153
%%OCAML_SITELIBDIR%%/lablgtk3/gdkEnums.cmi
154
%%OCAML_SITELIBDIR%%/lablgtk3/gdkEnums.cmt
155
%%OCAML_SITELIBDIR%%/lablgtk3/gdkEnums.cmx
156
%%OCAML_SITELIBDIR%%/lablgtk3/gdkEnums.ml
157
%%OCAML_SITELIBDIR%%/lablgtk3/gdkEvent.cmi
158
%%OCAML_SITELIBDIR%%/lablgtk3/gdkEvent.cmt
159
%%OCAML_SITELIBDIR%%/lablgtk3/gdkEvent.cmx
160
%%OCAML_SITELIBDIR%%/lablgtk3/gdkEvent.ml
161
%%OCAML_SITELIBDIR%%/lablgtk3/gdkKeysyms.cmi
162
%%OCAML_SITELIBDIR%%/lablgtk3/gdkKeysyms.cmt
163
%%OCAML_SITELIBDIR%%/lablgtk3/gdkKeysyms.cmx
164
%%OCAML_SITELIBDIR%%/lablgtk3/gdkKeysyms.ml
165
%%OCAML_SITELIBDIR%%/lablgtk3/gdkPixbuf.cmi
166
%%OCAML_SITELIBDIR%%/lablgtk3/gdkPixbuf.cmt
167
%%OCAML_SITELIBDIR%%/lablgtk3/gdkPixbuf.cmti
168
%%OCAML_SITELIBDIR%%/lablgtk3/gdkPixbuf.cmx
169
%%OCAML_SITELIBDIR%%/lablgtk3/gdkPixbuf.ml
170
%%OCAML_SITELIBDIR%%/lablgtk3/gdkPixbuf.mli
171
%%OCAML_SITELIBDIR%%/lablgtk3/gdk_tags.h
172
%%OCAML_SITELIBDIR%%/lablgtk3/glib.cmi
173
%%OCAML_SITELIBDIR%%/lablgtk3/glib.cmt
174
%%OCAML_SITELIBDIR%%/lablgtk3/glib.cmti
175
%%OCAML_SITELIBDIR%%/lablgtk3/glib.cmx
176
%%OCAML_SITELIBDIR%%/lablgtk3/glib.ml
177
%%OCAML_SITELIBDIR%%/lablgtk3/glib.mli
178
%%OCAML_SITELIBDIR%%/lablgtk3/gobject.cmi
179
%%OCAML_SITELIBDIR%%/lablgtk3/gobject.cmt
180
%%OCAML_SITELIBDIR%%/lablgtk3/gobject.cmti
181
%%OCAML_SITELIBDIR%%/lablgtk3/gobject.cmx
182
%%OCAML_SITELIBDIR%%/lablgtk3/gobject.ml
183
%%OCAML_SITELIBDIR%%/lablgtk3/gobject.mli
184
%%OCAML_SITELIBDIR%%/lablgtk3/gpointer.cmi
185
%%OCAML_SITELIBDIR%%/lablgtk3/gpointer.cmt
186
%%OCAML_SITELIBDIR%%/lablgtk3/gpointer.cmti
187
%%OCAML_SITELIBDIR%%/lablgtk3/gpointer.cmx
188
%%OCAML_SITELIBDIR%%/lablgtk3/gpointer.ml
189
%%OCAML_SITELIBDIR%%/lablgtk3/gpointer.mli
190
%%OCAML_SITELIBDIR%%/lablgtk3/gtk.cmi
191
%%OCAML_SITELIBDIR%%/lablgtk3/gtk.cmt
192
%%OCAML_SITELIBDIR%%/lablgtk3/gtk.cmx
193
%%OCAML_SITELIBDIR%%/lablgtk3/gtk.ml
194
%%OCAML_SITELIBDIR%%/lablgtk3/gtkActionProps.cmi
195
%%OCAML_SITELIBDIR%%/lablgtk3/gtkActionProps.cmt
196
%%OCAML_SITELIBDIR%%/lablgtk3/gtkActionProps.cmx
197
%%OCAML_SITELIBDIR%%/lablgtk3/gtkActionProps.ml
198
%%OCAML_SITELIBDIR%%/lablgtk3/gtkAssistant.cmi
199
%%OCAML_SITELIBDIR%%/lablgtk3/gtkAssistant.cmt
200
%%OCAML_SITELIBDIR%%/lablgtk3/gtkAssistant.cmx
201
%%OCAML_SITELIBDIR%%/lablgtk3/gtkAssistant.ml
202
%%OCAML_SITELIBDIR%%/lablgtk3/gtkAssistantProps.cmi
203
%%OCAML_SITELIBDIR%%/lablgtk3/gtkAssistantProps.cmt
204
%%OCAML_SITELIBDIR%%/lablgtk3/gtkAssistantProps.cmx
205
%%OCAML_SITELIBDIR%%/lablgtk3/gtkAssistantProps.ml
206
%%OCAML_SITELIBDIR%%/lablgtk3/gtkBase.cmi
207
%%OCAML_SITELIBDIR%%/lablgtk3/gtkBase.cmt
208
%%OCAML_SITELIBDIR%%/lablgtk3/gtkBase.cmx
209
%%OCAML_SITELIBDIR%%/lablgtk3/gtkBase.ml
210
%%OCAML_SITELIBDIR%%/lablgtk3/gtkBaseProps.cmi
211
%%OCAML_SITELIBDIR%%/lablgtk3/gtkBaseProps.cmt
212
%%OCAML_SITELIBDIR%%/lablgtk3/gtkBaseProps.cmx
213
%%OCAML_SITELIBDIR%%/lablgtk3/gtkBaseProps.ml
214
%%OCAML_SITELIBDIR%%/lablgtk3/gtkBin.cmi
215
%%OCAML_SITELIBDIR%%/lablgtk3/gtkBin.cmt
216
%%OCAML_SITELIBDIR%%/lablgtk3/gtkBin.cmx
217
%%OCAML_SITELIBDIR%%/lablgtk3/gtkBin.ml
218
%%OCAML_SITELIBDIR%%/lablgtk3/gtkBinProps.cmi
219
%%OCAML_SITELIBDIR%%/lablgtk3/gtkBinProps.cmt
220
%%OCAML_SITELIBDIR%%/lablgtk3/gtkBinProps.cmx
221
%%OCAML_SITELIBDIR%%/lablgtk3/gtkBinProps.ml
222
%%OCAML_SITELIBDIR%%/lablgtk3/gtkBuilder.cmi
223
%%OCAML_SITELIBDIR%%/lablgtk3/gtkBuilder.cmt
224
%%OCAML_SITELIBDIR%%/lablgtk3/gtkBuilder.cmx
225
%%OCAML_SITELIBDIR%%/lablgtk3/gtkBuilder.ml
226
%%OCAML_SITELIBDIR%%/lablgtk3/gtkBuilderProps.cmi
227
%%OCAML_SITELIBDIR%%/lablgtk3/gtkBuilderProps.cmt
228
%%OCAML_SITELIBDIR%%/lablgtk3/gtkBuilderProps.cmx
229
%%OCAML_SITELIBDIR%%/lablgtk3/gtkBuilderProps.ml
230
%%OCAML_SITELIBDIR%%/lablgtk3/gtkButton.cmi
231
%%OCAML_SITELIBDIR%%/lablgtk3/gtkButton.cmt
232
%%OCAML_SITELIBDIR%%/lablgtk3/gtkButton.cmx
233
%%OCAML_SITELIBDIR%%/lablgtk3/gtkButton.ml
234
%%OCAML_SITELIBDIR%%/lablgtk3/gtkButtonProps.cmi
235
%%OCAML_SITELIBDIR%%/lablgtk3/gtkButtonProps.cmt
236
%%OCAML_SITELIBDIR%%/lablgtk3/gtkButtonProps.cmx
237
%%OCAML_SITELIBDIR%%/lablgtk3/gtkButtonProps.ml
238
%%OCAML_SITELIBDIR%%/lablgtk3/gtkContainers.cmi
239
%%OCAML_SITELIBDIR%%/lablgtk3/gtkContainers.cmt
240
%%OCAML_SITELIBDIR%%/lablgtk3/gtkContainers.cmx
241
%%OCAML_SITELIBDIR%%/lablgtk3/gtkContainers.ml
242
%%OCAML_SITELIBDIR%%/lablgtk3/gtkContainersProps.cmi
243
%%OCAML_SITELIBDIR%%/lablgtk3/gtkContainersProps.cmt
244
%%OCAML_SITELIBDIR%%/lablgtk3/gtkContainersProps.cmx
245
%%OCAML_SITELIBDIR%%/lablgtk3/gtkContainersProps.ml
246
%%OCAML_SITELIBDIR%%/lablgtk3/gtkData.cmi
247
%%OCAML_SITELIBDIR%%/lablgtk3/gtkData.cmt
248
%%OCAML_SITELIBDIR%%/lablgtk3/gtkData.cmx
249
%%OCAML_SITELIBDIR%%/lablgtk3/gtkData.ml
250
%%OCAML_SITELIBDIR%%/lablgtk3/gtkEdit.cmi
251
%%OCAML_SITELIBDIR%%/lablgtk3/gtkEdit.cmt
252
%%OCAML_SITELIBDIR%%/lablgtk3/gtkEdit.cmx
253
%%OCAML_SITELIBDIR%%/lablgtk3/gtkEdit.ml
254
%%OCAML_SITELIBDIR%%/lablgtk3/gtkEditProps.cmi
255
%%OCAML_SITELIBDIR%%/lablgtk3/gtkEditProps.cmt
256
%%OCAML_SITELIBDIR%%/lablgtk3/gtkEditProps.cmx
257
%%OCAML_SITELIBDIR%%/lablgtk3/gtkEditProps.ml
258
%%OCAML_SITELIBDIR%%/lablgtk3/gtkEnums.cmi
259
%%OCAML_SITELIBDIR%%/lablgtk3/gtkEnums.cmt
260
%%OCAML_SITELIBDIR%%/lablgtk3/gtkEnums.cmx
261
%%OCAML_SITELIBDIR%%/lablgtk3/gtkEnums.ml
262
%%OCAML_SITELIBDIR%%/lablgtk3/gtkFile.cmi
263
%%OCAML_SITELIBDIR%%/lablgtk3/gtkFile.cmt
264
%%OCAML_SITELIBDIR%%/lablgtk3/gtkFile.cmx
265
%%OCAML_SITELIBDIR%%/lablgtk3/gtkFile.ml
266
%%OCAML_SITELIBDIR%%/lablgtk3/gtkFileProps.cmi
267
%%OCAML_SITELIBDIR%%/lablgtk3/gtkFileProps.cmt
268
%%OCAML_SITELIBDIR%%/lablgtk3/gtkFileProps.cmx
269
%%OCAML_SITELIBDIR%%/lablgtk3/gtkFileProps.ml
270
%%OCAML_SITELIBDIR%%/lablgtk3/gtkMain.cmi
271
%%OCAML_SITELIBDIR%%/lablgtk3/gtkMain.cmt
272
%%OCAML_SITELIBDIR%%/lablgtk3/gtkMain.cmx
273
%%OCAML_SITELIBDIR%%/lablgtk3/gtkMain.ml
274
%%OCAML_SITELIBDIR%%/lablgtk3/gtkMenu.cmi
275
%%OCAML_SITELIBDIR%%/lablgtk3/gtkMenu.cmt
276
%%OCAML_SITELIBDIR%%/lablgtk3/gtkMenu.cmx
277
%%OCAML_SITELIBDIR%%/lablgtk3/gtkMenu.ml
278
%%OCAML_SITELIBDIR%%/lablgtk3/gtkMenuProps.cmi
279
%%OCAML_SITELIBDIR%%/lablgtk3/gtkMenuProps.cmt
280
%%OCAML_SITELIBDIR%%/lablgtk3/gtkMenuProps.cmx
281
%%OCAML_SITELIBDIR%%/lablgtk3/gtkMenuProps.ml
282
%%OCAML_SITELIBDIR%%/lablgtk3/gtkMisc.cmi
283
%%OCAML_SITELIBDIR%%/lablgtk3/gtkMisc.cmt
284
%%OCAML_SITELIBDIR%%/lablgtk3/gtkMisc.cmx
285
%%OCAML_SITELIBDIR%%/lablgtk3/gtkMisc.ml
286
%%OCAML_SITELIBDIR%%/lablgtk3/gtkMiscProps.cmi
287
%%OCAML_SITELIBDIR%%/lablgtk3/gtkMiscProps.cmt
288
%%OCAML_SITELIBDIR%%/lablgtk3/gtkMiscProps.cmx
289
%%OCAML_SITELIBDIR%%/lablgtk3/gtkMiscProps.ml
290
%%OCAML_SITELIBDIR%%/lablgtk3/gtkObject.cmi
291
%%OCAML_SITELIBDIR%%/lablgtk3/gtkObject.cmt
292
%%OCAML_SITELIBDIR%%/lablgtk3/gtkObject.cmx
293
%%OCAML_SITELIBDIR%%/lablgtk3/gtkObject.ml
294
%%OCAML_SITELIBDIR%%/lablgtk3/gtkPack.cmi
295
%%OCAML_SITELIBDIR%%/lablgtk3/gtkPack.cmt
296
%%OCAML_SITELIBDIR%%/lablgtk3/gtkPack.cmx
297
%%OCAML_SITELIBDIR%%/lablgtk3/gtkPack.ml
298
%%OCAML_SITELIBDIR%%/lablgtk3/gtkPackProps.cmi
299
%%OCAML_SITELIBDIR%%/lablgtk3/gtkPackProps.cmt
300
%%OCAML_SITELIBDIR%%/lablgtk3/gtkPackProps.cmx
301
%%OCAML_SITELIBDIR%%/lablgtk3/gtkPackProps.ml
302
%%OCAML_SITELIBDIR%%/lablgtk3/gtkRange.cmi
303
%%OCAML_SITELIBDIR%%/lablgtk3/gtkRange.cmt
304
%%OCAML_SITELIBDIR%%/lablgtk3/gtkRange.cmx
305
%%OCAML_SITELIBDIR%%/lablgtk3/gtkRange.ml
306
%%OCAML_SITELIBDIR%%/lablgtk3/gtkRangeProps.cmi
307
%%OCAML_SITELIBDIR%%/lablgtk3/gtkRangeProps.cmt
308
%%OCAML_SITELIBDIR%%/lablgtk3/gtkRangeProps.cmx
309
%%OCAML_SITELIBDIR%%/lablgtk3/gtkRangeProps.ml
310
%%OCAML_SITELIBDIR%%/lablgtk3/gtkSignal.cmi
311
%%OCAML_SITELIBDIR%%/lablgtk3/gtkSignal.cmt
312
%%OCAML_SITELIBDIR%%/lablgtk3/gtkSignal.cmti
313
%%OCAML_SITELIBDIR%%/lablgtk3/gtkSignal.cmx
314
%%OCAML_SITELIBDIR%%/lablgtk3/gtkSignal.ml
315
%%OCAML_SITELIBDIR%%/lablgtk3/gtkSignal.mli
316
%%OCAML_SITELIBDIR%%/lablgtk3/gtkStock.cmi
317
%%OCAML_SITELIBDIR%%/lablgtk3/gtkStock.cmt
318
%%OCAML_SITELIBDIR%%/lablgtk3/gtkStock.cmx
319
%%OCAML_SITELIBDIR%%/lablgtk3/gtkStock.ml
320
%%OCAML_SITELIBDIR%%/lablgtk3/gtkText.cmi
321
%%OCAML_SITELIBDIR%%/lablgtk3/gtkText.cmt
322
%%OCAML_SITELIBDIR%%/lablgtk3/gtkText.cmx
323
%%OCAML_SITELIBDIR%%/lablgtk3/gtkText.ml
324
%%OCAML_SITELIBDIR%%/lablgtk3/gtkTextProps.cmi
325
%%OCAML_SITELIBDIR%%/lablgtk3/gtkTextProps.cmt
326
%%OCAML_SITELIBDIR%%/lablgtk3/gtkTextProps.cmx
327
%%OCAML_SITELIBDIR%%/lablgtk3/gtkTextProps.ml
328
%%OCAML_SITELIBDIR%%/lablgtk3/gtkThread.cmi
329
%%OCAML_SITELIBDIR%%/lablgtk3/gtkThread.cmt
330
%%OCAML_SITELIBDIR%%/lablgtk3/gtkThread.cmti
331
%%OCAML_SITELIBDIR%%/lablgtk3/gtkThread.cmx
332
%%OCAML_SITELIBDIR%%/lablgtk3/gtkThread.ml
333
%%OCAML_SITELIBDIR%%/lablgtk3/gtkThread.mli
334
%%OCAML_SITELIBDIR%%/lablgtk3/gtkTree.cmi
335
%%OCAML_SITELIBDIR%%/lablgtk3/gtkTree.cmt
336
%%OCAML_SITELIBDIR%%/lablgtk3/gtkTree.cmx
337
%%OCAML_SITELIBDIR%%/lablgtk3/gtkTree.ml
338
%%OCAML_SITELIBDIR%%/lablgtk3/gtkTreeProps.cmi
339
%%OCAML_SITELIBDIR%%/lablgtk3/gtkTreeProps.cmt
340
%%OCAML_SITELIBDIR%%/lablgtk3/gtkTreeProps.cmx
341
%%OCAML_SITELIBDIR%%/lablgtk3/gtkTreeProps.ml
342
%%OCAML_SITELIBDIR%%/lablgtk3/gtkWindow.cmi
343
%%OCAML_SITELIBDIR%%/lablgtk3/gtkWindow.cmt
344
%%OCAML_SITELIBDIR%%/lablgtk3/gtkWindow.cmx
345
%%OCAML_SITELIBDIR%%/lablgtk3/gtkWindow.ml
346
%%OCAML_SITELIBDIR%%/lablgtk3/gtk_tags.h
347
%%OCAML_SITELIBDIR%%/lablgtk3/gutf8.cmi
348
%%OCAML_SITELIBDIR%%/lablgtk3/gutf8.cmt
349
%%OCAML_SITELIBDIR%%/lablgtk3/gutf8.cmti
350
%%OCAML_SITELIBDIR%%/lablgtk3/gutf8.cmx
351
%%OCAML_SITELIBDIR%%/lablgtk3/gutf8.ml
352
%%OCAML_SITELIBDIR%%/lablgtk3/gutf8.mli
353
%%OCAML_SITELIBDIR%%/lablgtk3/lablgtk3.a
354
%%OCAML_SITELIBDIR%%/lablgtk3/lablgtk3.cma
355
%%OCAML_SITELIBDIR%%/lablgtk3/lablgtk3.cmxa
356
%%OCAML_SITELIBDIR%%/lablgtk3/lablgtk3.cmxs
357
%%OCAML_SITELIBDIR%%/lablgtk3/liblablgtk3_stubs.a
358
%%OCAML_SITELIBDIR%%/lablgtk3/ml_gdk.h
359
%%OCAML_SITELIBDIR%%/lablgtk3/ml_gdkpixbuf.h
360
%%OCAML_SITELIBDIR%%/lablgtk3/ml_glib.h
361
%%OCAML_SITELIBDIR%%/lablgtk3/ml_gobject.h
362
%%OCAML_SITELIBDIR%%/lablgtk3/ml_gtk.h
363
%%OCAML_SITELIBDIR%%/lablgtk3/ml_gtktext.h
364
%%OCAML_SITELIBDIR%%/lablgtk3/ml_pango.h
365
%%OCAML_SITELIBDIR%%/lablgtk3/ogtkActionProps.cmi
366
%%OCAML_SITELIBDIR%%/lablgtk3/ogtkActionProps.cmt
367
%%OCAML_SITELIBDIR%%/lablgtk3/ogtkActionProps.cmx
368
%%OCAML_SITELIBDIR%%/lablgtk3/ogtkActionProps.ml
369
%%OCAML_SITELIBDIR%%/lablgtk3/ogtkAssistantProps.cmi
370
%%OCAML_SITELIBDIR%%/lablgtk3/ogtkAssistantProps.cmt
371
%%OCAML_SITELIBDIR%%/lablgtk3/ogtkAssistantProps.cmx
372
%%OCAML_SITELIBDIR%%/lablgtk3/ogtkAssistantProps.ml
373
%%OCAML_SITELIBDIR%%/lablgtk3/ogtkBaseProps.cmi
374
%%OCAML_SITELIBDIR%%/lablgtk3/ogtkBaseProps.cmt
375
%%OCAML_SITELIBDIR%%/lablgtk3/ogtkBaseProps.cmx
376
%%OCAML_SITELIBDIR%%/lablgtk3/ogtkBaseProps.ml
377
%%OCAML_SITELIBDIR%%/lablgtk3/ogtkBinProps.cmi
378
%%OCAML_SITELIBDIR%%/lablgtk3/ogtkBinProps.cmt
379
%%OCAML_SITELIBDIR%%/lablgtk3/ogtkBinProps.cmx
380
%%OCAML_SITELIBDIR%%/lablgtk3/ogtkBinProps.ml
381
%%OCAML_SITELIBDIR%%/lablgtk3/ogtkBuilderProps.cmi
382
%%OCAML_SITELIBDIR%%/lablgtk3/ogtkBuilderProps.cmt
383
%%OCAML_SITELIBDIR%%/lablgtk3/ogtkBuilderProps.cmx
384
%%OCAML_SITELIBDIR%%/lablgtk3/ogtkBuilderProps.ml
385
%%OCAML_SITELIBDIR%%/lablgtk3/ogtkButtonProps.cmi
386
%%OCAML_SITELIBDIR%%/lablgtk3/ogtkButtonProps.cmt
387
%%OCAML_SITELIBDIR%%/lablgtk3/ogtkButtonProps.cmx
388
%%OCAML_SITELIBDIR%%/lablgtk3/ogtkButtonProps.ml
389
%%OCAML_SITELIBDIR%%/lablgtk3/ogtkContainersProps.cmi
390
%%OCAML_SITELIBDIR%%/lablgtk3/ogtkContainersProps.cmt
391
%%OCAML_SITELIBDIR%%/lablgtk3/ogtkContainersProps.cmx
392
%%OCAML_SITELIBDIR%%/lablgtk3/ogtkContainersProps.ml
393
%%OCAML_SITELIBDIR%%/lablgtk3/ogtkEditProps.cmi
394
%%OCAML_SITELIBDIR%%/lablgtk3/ogtkEditProps.cmt
395
%%OCAML_SITELIBDIR%%/lablgtk3/ogtkEditProps.cmx
396
%%OCAML_SITELIBDIR%%/lablgtk3/ogtkEditProps.ml
397
%%OCAML_SITELIBDIR%%/lablgtk3/ogtkFileProps.cmi
398
%%OCAML_SITELIBDIR%%/lablgtk3/ogtkFileProps.cmt
399
%%OCAML_SITELIBDIR%%/lablgtk3/ogtkFileProps.cmx
400
%%OCAML_SITELIBDIR%%/lablgtk3/ogtkFileProps.ml
401
%%OCAML_SITELIBDIR%%/lablgtk3/ogtkMenuProps.cmi
402
%%OCAML_SITELIBDIR%%/lablgtk3/ogtkMenuProps.cmt
403
%%OCAML_SITELIBDIR%%/lablgtk3/ogtkMenuProps.cmx
404
%%OCAML_SITELIBDIR%%/lablgtk3/ogtkMenuProps.ml
405
%%OCAML_SITELIBDIR%%/lablgtk3/ogtkMiscProps.cmi
406
%%OCAML_SITELIBDIR%%/lablgtk3/ogtkMiscProps.cmt
407
%%OCAML_SITELIBDIR%%/lablgtk3/ogtkMiscProps.cmx
408
%%OCAML_SITELIBDIR%%/lablgtk3/ogtkMiscProps.ml
409
%%OCAML_SITELIBDIR%%/lablgtk3/ogtkPackProps.cmi
410
%%OCAML_SITELIBDIR%%/lablgtk3/ogtkPackProps.cmt
411
%%OCAML_SITELIBDIR%%/lablgtk3/ogtkPackProps.cmx
412
%%OCAML_SITELIBDIR%%/lablgtk3/ogtkPackProps.ml
413
%%OCAML_SITELIBDIR%%/lablgtk3/ogtkRangeProps.cmi
414
%%OCAML_SITELIBDIR%%/lablgtk3/ogtkRangeProps.cmt
415
%%OCAML_SITELIBDIR%%/lablgtk3/ogtkRangeProps.cmx
416
%%OCAML_SITELIBDIR%%/lablgtk3/ogtkRangeProps.ml
417
%%OCAML_SITELIBDIR%%/lablgtk3/ogtkTextProps.cmi
418
%%OCAML_SITELIBDIR%%/lablgtk3/ogtkTextProps.cmt
419
%%OCAML_SITELIBDIR%%/lablgtk3/ogtkTextProps.cmx
420
%%OCAML_SITELIBDIR%%/lablgtk3/ogtkTextProps.ml
421
%%OCAML_SITELIBDIR%%/lablgtk3/ogtkTreeProps.cmi
422
%%OCAML_SITELIBDIR%%/lablgtk3/ogtkTreeProps.cmt
423
%%OCAML_SITELIBDIR%%/lablgtk3/ogtkTreeProps.cmx
424
%%OCAML_SITELIBDIR%%/lablgtk3/ogtkTreeProps.ml
425
%%OCAML_SITELIBDIR%%/lablgtk3/opam
426
%%OCAML_SITELIBDIR%%/lablgtk3/pango.cmi
427
%%OCAML_SITELIBDIR%%/lablgtk3/pango.cmt
428
%%OCAML_SITELIBDIR%%/lablgtk3/pango.cmx
429
%%OCAML_SITELIBDIR%%/lablgtk3/pango.ml
430
%%OCAML_SITELIBDIR%%/lablgtk3/pangoEnums.cmi
431
%%OCAML_SITELIBDIR%%/lablgtk3/pangoEnums.cmt
432
%%OCAML_SITELIBDIR%%/lablgtk3/pangoEnums.cmx
433
%%OCAML_SITELIBDIR%%/lablgtk3/pangoEnums.ml
434
%%OCAML_SITELIBDIR%%/lablgtk3/pango_tags.h
435
%%OCAML_SITELIBDIR%%/lablgtk3/wrappers.h
436
%%OCAML_SITELIBDIR%%/stublibs/dlllablgtk3_stubs.so
437
%%PORTDOCS%%%%DOCSDIR%%/CHANGELOG.API
438
%%PORTDOCS%%%%DOCSDIR%%/CHANGES.md
439
%%PORTDOCS%%%%DOCSDIR%%/LICENSE
440
%%PORTDOCS%%%%DOCSDIR%%/README.dune.md
441
%%PORTDOCS%%%%DOCSDIR%%/README.md
1
OCaml interface to GTK+ gtksourceview
442
OCaml interface to GTK+ gtksourceview
2
--
3
.../ocaml-lablgtk3-sourceview3/Makefile       | 56 +++++++++++++++++++
443
.../ocaml-lablgtk3-sourceview3/Makefile       | 56 +++++++++++++++++++
4
.../ocaml-lablgtk3-sourceview3/distinfo       |  3 +
444
.../ocaml-lablgtk3-sourceview3/distinfo       |  3 +
5
.../files/patch-lablgtk3-sourceview3.opam     |  8 +++
445
.../files/patch-lablgtk3-sourceview3.opam     |  8 +++
6
.../ocaml-lablgtk3-sourceview3/pkg-descr      |  3 +
446
.../ocaml-lablgtk3-sourceview3/pkg-descr      |  3 +
7
.../ocaml-lablgtk3-sourceview3/pkg-plist      | 39 +++++++++++++
447
.../ocaml-lablgtk3-sourceview3/pkg-plist      | 39 +++++++++++++
8
5 files changed, 109 insertions(+)
448
5 files changed, 109 insertions(+)
9
create mode 100644 x11-toolkits/ocaml-lablgtk3-sourceview3/Makefile
449
create mode 100644 x11-toolkits/ocaml-lablgtk3-sourceview3/Makefile
10
create mode 100644 x11-toolkits/ocaml-lablgtk3-sourceview3/distinfo
450
create mode 100644 x11-toolkits/ocaml-lablgtk3-sourceview3/distinfo
11
create mode 100644 x11-toolkits/ocaml-lablgtk3-sourceview3/files/patch-lablgtk3-sourceview3.opam
451
create mode 100644 x11-toolkits/ocaml-lablgtk3-sourceview3/files/patch-lablgtk3-sourceview3.opam
12
create mode 100644 x11-toolkits/ocaml-lablgtk3-sourceview3/pkg-descr
452
create mode 100644 x11-toolkits/ocaml-lablgtk3-sourceview3/pkg-descr
13
create mode 100644 x11-toolkits/ocaml-lablgtk3-sourceview3/pkg-plist
453
create mode 100644 x11-toolkits/ocaml-lablgtk3-sourceview3/pkg-plist
(-)b/x11-toolkits/ocaml-lablgtk3-sourceview3/Makefile (+56 lines)
Added Link Here
1
# Created by: Thierry Thomas <thierry@pompo.net>
2
3
PORTNAME=	lablgtk3-sourceview3
4
DISTVERSION=	3.1.2
5
CATEGORIES=	x11-toolkits
6
PKGNAMEPREFIX=	ocaml-
7
8
MAINTAINER=	thierry@FreeBSD.org
9
COMMENT=	OCaml interface to GTK+ gtksourceview library
10
11
LICENSE=	LGPL21
12
13
BUILD_DEPENDS=	dune:devel/ocaml-dune	\
14
		ocaml-lablgtk3>0:x11-toolkits/ocaml-lablgtk3
15
LIB_DEPENDS=	libharfbuzz.so:print/harfbuzz	\
16
		libfreetype.so:print/freetype2	\
17
		libfontconfig.so:x11-fonts/fontconfig
18
RUN_DEPENDS=	ocaml-lablgtk3>0:x11-toolkits/ocaml-lablgtk3
19
20
USE_GITHUB=	yes
21
GH_ACCOUNT=	garrigue
22
GH_PROJECT=	lablgtk
23
24
USES=		gettext-runtime gnome pkgconfig
25
USE_GNOME=	cairo gdkpixbuf2 gtksourceview3
26
USE_OCAML=	yes
27
USE_OCAML_LDCONFIG=	yes
28
OCAML_LDLIBS=	${OCAML_SITELIBDIR}/stublibs
29
30
INSTALL_ARGS=	--destdir=${STAGEDIR} --libdir=${OCAML_SITELIBDIR}
31
DOCSDIR=	${OCAML_DOCSDIR}/${PORTNAME}
32
33
MISSING_INSTALL=lablgtk3-goocanvas2 lablgtk3-gtkspell3 lablgtk3
34
35
OPTIONS_DEFINE=	DOCS
36
37
pre-build:
38
	# Version checked by math/coq
39
	${REINPLACE_CMD} -e 's|%%ver%%|${PORTVERSION}|' ${WRKSRC}/lablgtk3-sourceview3.opam
40
41
do-build:
42
	(cd ${WRKSRC} && ${LOCALBASE}/bin/dune build -p ${PORTNAME})
43
44
post-build:
45
.for mi in ${MISSING_INSTALL}
46
	${TOUCH} ${WRKSRC}/_build/default/${mi}.install
47
.endfor
48
49
do-install:
50
	(cd ${WRKSRC} && ${LOCALBASE}/bin/dune install ${INSTALL_ARGS})
51
52
post-install:
53
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/${PORTNAME}/lablgtk3_sourceview3.cmxs
54
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/stublibs/dlllablgtk3_sourceview3_stubs.so
55
56
.include <bsd.port.mk>
(-)b/x11-toolkits/ocaml-lablgtk3-sourceview3/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1648935371
2
SHA256 (garrigue-lablgtk-3.1.2_GH0.tar.gz) = ad7417875f79716597cc06ccd8cae1efccb326263db1010d9f83555c185f1669
3
SIZE (garrigue-lablgtk-3.1.2_GH0.tar.gz) = 1042626
(-)b/x11-toolkits/ocaml-lablgtk3-sourceview3/files/patch-lablgtk3-sourceview3.opam (+8 lines)
Added Link Here
1
--- lablgtk3-sourceview3.opam.orig	2021-12-24 07:58:00 UTC
2
+++ lablgtk3-sourceview3.opam
3
@@ -1,4 +1,5 @@
4
 opam-version: "2.0"
5
+version: "%%ver%%"
6
 
7
 synopsis: "OCaml interface to GTK+ gtksourceview library"
8
 description: """
(-)b/x11-toolkits/ocaml-lablgtk3-sourceview3/pkg-descr (+3 lines)
Added Link Here
1
OCaml interface to GTK+ gtksourceview library.
2
3
WWW: https://github.com/garrigue/lablgtk
(-)b/x11-toolkits/ocaml-lablgtk3-sourceview3/pkg-plist (-2 / +39 lines)
Added Link Here
0
- 
1
%%OCAML_SITELIBDIR%%/lablgtk3-sourceview3/META
2
%%OCAML_SITELIBDIR%%/lablgtk3-sourceview3/dune-package
3
%%OCAML_SITELIBDIR%%/lablgtk3-sourceview3/gSourceView3.cmi
4
%%OCAML_SITELIBDIR%%/lablgtk3-sourceview3/gSourceView3.cmt
5
%%OCAML_SITELIBDIR%%/lablgtk3-sourceview3/gSourceView3.cmti
6
%%OCAML_SITELIBDIR%%/lablgtk3-sourceview3/gSourceView3.cmx
7
%%OCAML_SITELIBDIR%%/lablgtk3-sourceview3/gSourceView3.ml
8
%%OCAML_SITELIBDIR%%/lablgtk3-sourceview3/gSourceView3.mli
9
%%OCAML_SITELIBDIR%%/lablgtk3-sourceview3/gtkSourceView3.cmi
10
%%OCAML_SITELIBDIR%%/lablgtk3-sourceview3/gtkSourceView3.cmt
11
%%OCAML_SITELIBDIR%%/lablgtk3-sourceview3/gtkSourceView3.cmx
12
%%OCAML_SITELIBDIR%%/lablgtk3-sourceview3/gtkSourceView3.ml
13
%%OCAML_SITELIBDIR%%/lablgtk3-sourceview3/gtkSourceView3Props.cmi
14
%%OCAML_SITELIBDIR%%/lablgtk3-sourceview3/gtkSourceView3Props.cmt
15
%%OCAML_SITELIBDIR%%/lablgtk3-sourceview3/gtkSourceView3Props.cmx
16
%%OCAML_SITELIBDIR%%/lablgtk3-sourceview3/gtkSourceView3Props.ml
17
%%OCAML_SITELIBDIR%%/lablgtk3-sourceview3/gtkSourceView3_types.cmi
18
%%OCAML_SITELIBDIR%%/lablgtk3-sourceview3/gtkSourceView3_types.cmti
19
%%OCAML_SITELIBDIR%%/lablgtk3-sourceview3/gtkSourceView3_types.mli
20
%%OCAML_SITELIBDIR%%/lablgtk3-sourceview3/lablgtk3_sourceview3.a
21
%%OCAML_SITELIBDIR%%/lablgtk3-sourceview3/lablgtk3_sourceview3.cma
22
%%OCAML_SITELIBDIR%%/lablgtk3-sourceview3/lablgtk3_sourceview3.cmxa
23
%%OCAML_SITELIBDIR%%/lablgtk3-sourceview3/lablgtk3_sourceview3.cmxs
24
%%OCAML_SITELIBDIR%%/lablgtk3-sourceview3/liblablgtk3_sourceview3_stubs.a
25
%%OCAML_SITELIBDIR%%/lablgtk3-sourceview3/ogtkSourceView3Props.cmi
26
%%OCAML_SITELIBDIR%%/lablgtk3-sourceview3/ogtkSourceView3Props.cmt
27
%%OCAML_SITELIBDIR%%/lablgtk3-sourceview3/ogtkSourceView3Props.cmx
28
%%OCAML_SITELIBDIR%%/lablgtk3-sourceview3/ogtkSourceView3Props.ml
29
%%OCAML_SITELIBDIR%%/lablgtk3-sourceview3/opam
30
%%OCAML_SITELIBDIR%%/lablgtk3-sourceview3/sourceView3Enums.cmi
31
%%OCAML_SITELIBDIR%%/lablgtk3-sourceview3/sourceView3Enums.cmt
32
%%OCAML_SITELIBDIR%%/lablgtk3-sourceview3/sourceView3Enums.cmx
33
%%OCAML_SITELIBDIR%%/lablgtk3-sourceview3/sourceView3Enums.ml
34
%%OCAML_SITELIBDIR%%/stublibs/dlllablgtk3_sourceview3_stubs.so
35
%%PORTDOCS%%%%DOCSDIR%%/CHANGELOG.API
36
%%PORTDOCS%%%%DOCSDIR%%/CHANGES.md
37
%%PORTDOCS%%%%DOCSDIR%%/LICENSE
38
%%PORTDOCS%%%%DOCSDIR%%/README.dune.md
39
%%PORTDOCS%%%%DOCSDIR%%/README.md
1
components for OCaml development
40
components for OCaml development
2
--
3
x11-toolkits/Makefile | 2 ++
41
x11-toolkits/Makefile | 2 ++
4
1 file changed, 2 insertions(+)
42
1 file changed, 2 insertions(+)
(-)b/x11-toolkits/Makefile (-1 / +2 lines)
Lines 96-101 Link Here
96
    SUBDIR += ntk
96
    SUBDIR += ntk
97
    SUBDIR += nuklear
97
    SUBDIR += nuklear
98
    SUBDIR += ocaml-lablgtk2
98
    SUBDIR += ocaml-lablgtk2
99
    SUBDIR += ocaml-lablgtk3
100
    SUBDIR += ocaml-lablgtk3-sourceview3
99
    SUBDIR += ocaml-labltk
101
    SUBDIR += ocaml-labltk
100
    SUBDIR += open-motif
102
    SUBDIR += open-motif
101
    SUBDIR += osm-gps-map
103
    SUBDIR += osm-gps-map
102
- 

Return to bug 262784