Switch code in lib subdir to ppx-style. Inline some calls that js_of_ocaml was unable to recognise as tail-recursive (cf. issue 14) Minor update: documentation. Added sexp_of_ support for GADTs, and remove the not-quite-working support for of_sexp. Improved the implementation of Exn.sexp_of_t, using the unique id in exceptions in OCaml 4.02. We use the identifier to map exception constructors to converters.
20 lines
586 B
Makefile
20 lines
586 B
Makefile
# $NetBSD: Makefile,v 1.5 2016/03/04 16:06:19 jaapb Exp $
|
|
|
|
DISTNAME= sexplib-${VERS}
|
|
PKGNAME= ocaml-${DISTNAME}
|
|
VERS= 113.24.00
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=janestreet/sexplib/archive/}
|
|
DISTFILES= ${VERS}${EXTRACT_SUFX}
|
|
DIST_SUBDIR= ocaml-sexplib
|
|
|
|
MAINTAINER= jaapb@NetBSD.org
|
|
HOMEPAGE= https://github.com/janestreet/sexplib/
|
|
COMMENT= S-Expressions with Type Converters for OCaml
|
|
LICENSE= modified-bsd AND apache-2.0
|
|
|
|
OCAML_USE_OASIS_DYNRUN= yes
|
|
|
|
.include "../../devel/ocaml-type_conv/buildlink3.mk"
|
|
.include "../../mk/ocaml.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|