Added devel/ocaml-base_bigstring, string type based on Bigarray
This commit is contained in:
parent
2bdf32bede
commit
8de973a3f5
5 changed files with 59 additions and 0 deletions
1
devel/ocaml-base_bigstring/DESCR
Normal file
1
devel/ocaml-base_bigstring/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
String type based on Bigarray, for use in I/O and C-bindings.
|
21
devel/ocaml-base_bigstring/Makefile
Normal file
21
devel/ocaml-base_bigstring/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
# $NetBSD: Makefile,v 1.1 2019/03/25 09:24:16 jaapb Exp $
|
||||
|
||||
GITHUB_PROJECT= base_bigstring
|
||||
GITHUB_TAG= v${PKGVERSION_NOREV}
|
||||
DISTNAME= ${GITHUB_PROJECT}-0.12.0
|
||||
PKGNAME= ocaml-${DISTNAME}
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_GITHUB:=janestreet/}
|
||||
|
||||
MAINTAINER= jaapb@NetBSD.org
|
||||
HOMEPAGE= https://github.com/janestreet/base_bigstring/
|
||||
COMMENT= OCaml string type based on Bigarray, for use in I/O and C bindings
|
||||
LICENSE= mit
|
||||
|
||||
USE_LANGUAGES= # none
|
||||
OCAML_USE_DUNE= yes
|
||||
|
||||
.include "../../devel/ocaml-base/buildlink3.mk"
|
||||
.include "../../devel/ocaml-ppx_jane/buildlink3.mk"
|
||||
.include "../../mk/ocaml.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
18
devel/ocaml-base_bigstring/PLIST
Normal file
18
devel/ocaml-base_bigstring/PLIST
Normal file
|
@ -0,0 +1,18 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2019/03/25 09:24:16 jaapb Exp $
|
||||
${OCAML_SITELIB}/base_bigstring/META
|
||||
${PLIST.ocaml-opt}${OCAML_SITELIB}/base_bigstring/base_bigstring.a
|
||||
${OCAML_SITELIB}/base_bigstring/base_bigstring.cma
|
||||
${OCAML_SITELIB}/base_bigstring/base_bigstring.cmi
|
||||
${OCAML_SITELIB}/base_bigstring/base_bigstring.cmt
|
||||
${OCAML_SITELIB}/base_bigstring/base_bigstring.cmti
|
||||
${PLIST.ocaml-opt}${OCAML_SITELIB}/base_bigstring/base_bigstring.cmx
|
||||
${PLIST.ocaml-opt}${OCAML_SITELIB}/base_bigstring/base_bigstring.cmxa
|
||||
${PLIST.ocaml-opt}${OCAML_SITELIB}/base_bigstring/base_bigstring.cmxs
|
||||
${OCAML_SITELIB}/base_bigstring/base_bigstring.ml
|
||||
${OCAML_SITELIB}/base_bigstring/base_bigstring.mli
|
||||
${OCAML_SITELIB}/base_bigstring/dune-package
|
||||
${OCAML_SITELIB}/base_bigstring/libbase_bigstring_stubs.a
|
||||
${OCAML_SITELIB}/base_bigstring/opam
|
||||
${OCAML_SITELIB}/base_bigstring/runtime.js
|
||||
${OCAML_SITELIB}/stublibs/dllbase_bigstring_stubs.so
|
||||
share/doc/base_bigstring/LICENSE.md
|
13
devel/ocaml-base_bigstring/buildlink3.mk
Normal file
13
devel/ocaml-base_bigstring/buildlink3.mk
Normal file
|
@ -0,0 +1,13 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.1 2019/03/25 09:24:16 jaapb Exp $
|
||||
|
||||
BUILDLINK_TREE+= ocaml-base_bigstring
|
||||
|
||||
.if !defined(OCAML_BASE_BIGSTRING_BUILDLINK3_MK)
|
||||
OCAML_BASE_BIGSTRING_BUILDLINK3_MK:=
|
||||
|
||||
BUILDLINK_API_DEPENDS.ocaml-base_bigstring+= ocaml-base_bigstring>=0.12.0
|
||||
BUILDLINK_PKGSRCDIR.ocaml-base_bigstring?= ../../devel/ocaml-base_bigstring
|
||||
|
||||
.endif # OCAML_BASE_BIGSTRING_BUILDLINK3_MK
|
||||
|
||||
BUILDLINK_TREE+= -ocaml-base_bigstring
|
6
devel/ocaml-base_bigstring/distinfo
Normal file
6
devel/ocaml-base_bigstring/distinfo
Normal file
|
@ -0,0 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.1 2019/03/25 09:24:16 jaapb Exp $
|
||||
|
||||
SHA1 (base_bigstring-0.12.0.tar.gz) = a83dfe92e72e5ee07d9e778ce1686e217eded062
|
||||
RMD160 (base_bigstring-0.12.0.tar.gz) = a889396219825bd5e4b7d912a3646b970b075f29
|
||||
SHA512 (base_bigstring-0.12.0.tar.gz) = 8648279c20f81ba8a11686f38d43a2fdc8ba611860e62fa1bb05f583a4ba80900e86e9d4bfaf76c3120be22cb5f42c495077750bf3750a32dbbc013130aad239
|
||||
Size (base_bigstring-0.12.0.tar.gz) = 12892 bytes
|
Loading…
Reference in a new issue