pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/ocaml-csexp Added devel/ocaml-csexp 1.3.2
details: https://anonhg.NetBSD.org/pkgsrc/rev/5b093cbfb610
branches: trunk
changeset: 443237:5b093cbfb610
user: jaapb <jaapb%pkgsrc.org@localhost>
date: Wed Dec 09 11:10:47 2020 +0000
description:
Added devel/ocaml-csexp 1.3.2
This package provides minimal support for using canonical
S-expressions.
diffstat:
devel/ocaml-csexp/DESCR | 3 +++
devel/ocaml-csexp/Makefile | 20 ++++++++++++++++++++
devel/ocaml-csexp/PLIST | 17 +++++++++++++++++
devel/ocaml-csexp/buildlink3.mk | 13 +++++++++++++
devel/ocaml-csexp/distinfo | 6 ++++++
5 files changed, 59 insertions(+), 0 deletions(-)
diffs (79 lines):
diff -r 5ecba21ec002 -r 5b093cbfb610 devel/ocaml-csexp/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ocaml-csexp/DESCR Wed Dec 09 11:10:47 2020 +0000
@@ -0,0 +1,3 @@
+This project provides minimal support for parsing and printing
+S-expressions in canonical form, which is a very simple
+and canonical binary encoding of S-expressions.
diff -r 5ecba21ec002 -r 5b093cbfb610 devel/ocaml-csexp/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ocaml-csexp/Makefile Wed Dec 09 11:10:47 2020 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2020/12/09 11:10:47 jaapb Exp $
+
+GITHUB_PROJECT= csexp
+DISTNAME= ${GITHUB_PROJECT}-1.3.2
+PKGNAME= ocaml-${DISTNAME}
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_GITHUB:=ocaml-dune/}
+
+MAINTAINER= jaapb%NetBSD.org@localhost
+HOMEPAGE= https://github.com/ocaml-dune/csexp/
+COMMENT= Canonical S-expressions library for OCaml
+LICENSE= mit
+
+USE_LANGUAGES= # none
+
+OCAML_USE_DUNE= yes
+
+.include "../../mk/ocaml.mk"
+.include "../../devel/ocaml-result/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 5ecba21ec002 -r 5b093cbfb610 devel/ocaml-csexp/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ocaml-csexp/PLIST Wed Dec 09 11:10:47 2020 +0000
@@ -0,0 +1,17 @@
+@comment $NetBSD: PLIST,v 1.1 2020/12/09 11:10:47 jaapb Exp $
+${OCAML_SITELIB}/csexp/META
+${PLIST.ocaml-opt}${OCAML_SITELIB}/csexp/csexp.a
+${OCAML_SITELIB}/csexp/csexp.cma
+${OCAML_SITELIB}/csexp/csexp.cmi
+${OCAML_SITELIB}/csexp/csexp.cmt
+${OCAML_SITELIB}/csexp/csexp.cmti
+${PLIST.ocaml-opt}${OCAML_SITELIB}/csexp/csexp.cmx
+${PLIST.ocaml-opt}${OCAML_SITELIB}/csexp/csexp.cmxa
+${PLIST.ocaml-opt}${OCAML_SITELIB}/csexp/csexp.cmxs
+${OCAML_SITELIB}/csexp/csexp.ml
+${OCAML_SITELIB}/csexp/csexp.mli
+${OCAML_SITELIB}/csexp/dune-package
+${OCAML_SITELIB}/csexp/opam
+share/doc/csexp/CHANGES.md
+share/doc/csexp/LICENSE.md
+share/doc/csexp/README.md
diff -r 5ecba21ec002 -r 5b093cbfb610 devel/ocaml-csexp/buildlink3.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ocaml-csexp/buildlink3.mk Wed Dec 09 11:10:47 2020 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: buildlink3.mk,v 1.1 2020/12/09 11:10:47 jaapb Exp $
+
+BUILDLINK_TREE+= ocaml-csexp
+
+.if !defined(OCAML_CSEXP_BUILDLINK3_MK)
+OCAML_CSEXP_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.ocaml-csexp+= ocaml-csexp>=1.3.2
+BUILDLINK_PKGSRCDIR.ocaml-csexp?= ../../devel/ocaml-csexp
+
+.endif # OCAML_CSEXP_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -ocaml-csexp
diff -r 5ecba21ec002 -r 5b093cbfb610 devel/ocaml-csexp/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ocaml-csexp/distinfo Wed Dec 09 11:10:47 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/12/09 11:10:47 jaapb Exp $
+
+SHA1 (csexp-1.3.2.tar.gz) = 34e959611e7adb9be658b67181b595d242020235
+RMD160 (csexp-1.3.2.tar.gz) = 08679922bf06bc3ceeedd016f18e1d181ea8b814
+SHA512 (csexp-1.3.2.tar.gz) = 61b239a0283792c218b8b71582255c5c8ffc882195245e292077064fc9b54ec4402887fc26b74413fca670fb7c01dc42ca998aa2ed40982798b580e6f3b747ee
+Size (csexp-1.3.2.tar.gz) = 10696 bytes
Home |
Main Index |
Thread Index |
Old Index