pkgsrc/devel/ocaml-yojson/Makefile
jaapb f80fa5e7f9 Updated devel/ocaml-yojson to version 1.7.0.
Package is now compatible with dune 1.7.

Main change is that json types are now replaced by their t aliases;
there are some other minor bugfixes and changes as well. Full details in
the CHANGES.md file.
2019-03-05 18:21:04 +00:00

21 lines
627 B
Makefile

# $NetBSD: Makefile,v 1.11 2019/03/05 18:21:04 jaapb Exp $
GITHUB_PROJECT= yojson
DISTNAME= ${GITHUB_PROJECT}-1.7.0
PKGNAME= ocaml-${DISTNAME}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=mjambon/}
MAINTAINER= jaapb@NetBSD.org
HOMEPAGE= https://github.com/mjambon/yojson/
COMMENT= JSON parsing and pretty-printing library for OCaml
LICENSE= modified-bsd
OCAML_USE_DUNE= yes
INSTALLATION_DIRS+= bin
.include "../../mk/ocaml.mk"
.include "../../devel/ocaml-biniou/buildlink3.mk"
.include "../../devel/ocaml-cppo/buildlink3.mk"
.include "../../textproc/ocaml-easy-format/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"