add ocaml-obuild 0.1.10

A parallel, incremental and declarative build system for OCaml.

Features

    Incremental & parallel build system. only rebuilding what's necessary.
    Descriptive configuration file.
    Easy for users: no rules to mess about, just describe what you want.
    No building dependency apart from OCaml's stdlib: easy to build
    No tool or binary dependencies apart from ocaml compilers
    OCamlfind-like support integrated for faster compilation
This commit is contained in:
Maya Rashish 2019-11-02 17:06:13 +02:00
parent 110db68b65
commit 1f28b2af90
4 changed files with 47 additions and 0 deletions

10
ocaml-obuild/DESCR Normal file
View File

@ -0,0 +1,10 @@
A parallel, incremental and declarative build system for OCaml.
Features
Incremental & parallel build system. only rebuilding what's necessary.
Descriptive configuration file.
Easy for users: no rules to mess about, just describe what you want.
No building dependency apart from OCaml's stdlib: easy to build
No tool or binary dependencies apart from ocaml compilers
OCamlfind-like support integrated for faster compilation

28
ocaml-obuild/Makefile Normal file
View File

@ -0,0 +1,28 @@
# $NetBSD$
GITHUB_PROJECT= obuild
DISTNAME= obuild-0.1.10
PKGNAME= ocaml-${DISTNAME}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=ocaml-obuild/}
GITHUB_TAG= obuild-v${PKGVERSION_NOREV}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/ocaml-obuild/obuild/
COMMENT= Simple package build system for ocaml
LICENSE= 2-clause-bsd
USE_TOOLS+= bash
do-build: bootstrap-obuild
.PHONY: bootstrap-obuild
bootstrap-obuild:
cd ${WRKSRC} && \
${SETENV} ${MAKE_ENV} ${BASH} bootstrap
OCAML_USE_DUNE= yes
.include "../../lang/ocaml/buildlink3.mk"
.include "../../mk/ocaml.mk"
.include "../../mk/bsd.pkg.mk"

3
ocaml-obuild/PLIST Normal file
View File

@ -0,0 +1,3 @@
@comment $NetBSD$
bin/obuild
bin/obuild-simple

6
ocaml-obuild/distinfo Normal file
View File

@ -0,0 +1,6 @@
$NetBSD$
SHA1 (obuild-0.1.10.tar.gz) = 37a1e42a882907a710471b6dc3ce2f90c3407c17
RMD160 (obuild-0.1.10.tar.gz) = 6ca629ed5ae41535c646a59b3fc706cee44ce4a8
SHA512 (obuild-0.1.10.tar.gz) = 23667213ec7de6610fd5b3c7e0c5f98c081d0244619ed0c833ad13647b9a40561f21e862574488454993eab84a8467f4b2caa3288293451bb54f08b92d280175
Size (obuild-0.1.10.tar.gz) = 81604 bytes