forked from NetBSD/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v0.5 2022-04-08 Paris (France) ------------------------------------ * `duff` works only for OCaml >= 4.07 (@hannesm, #11) * Update with `ocamlformat.0.21.0` (@hannesm, #11) * Remove the `bigarray-compat` dependency (@hannesm, #11) v0.4 2021-15-03 Paris (France) ------------------------------------ - Upgrade test to use `hxd.0.3.1` - Upgrade to `ocamlformat.0.16.0` v0.3 2020-06-02 Paris (France) ------------------------------------ __breaking changes__ * Add a constraint with `git.2.1.3` (#7) * Update the documentation (#6) * Work on the new API (#2) * Delete provided binary (#5) * Move to `dune.2.0.0` (#5) * Integrate fuzzer into tests (#5) * Apply ocamlformat (#5)
- Loading branch information
Showing
3 changed files
with
9 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,11 @@ | ||
# $NetBSD: Makefile,v 1.3 2022/05/24 18:51:48 jaapb Exp $ | ||
# $NetBSD: Makefile,v 1.4 2022/06/03 09:30:01 wiz Exp $ | ||
|
||
GITHUB_PROJECT= duff | ||
GITHUB_TAG= v${PKGVERSION_NOREV} | ||
DISTNAME= ${GITHUB_PROJECT}-0.2 | ||
DISTNAME= ${GITHUB_PROJECT}-0.5 | ||
PKGNAME= ocaml-${DISTNAME} | ||
PKGREVISION= 2 | ||
CATEGORIES= devel | ||
MASTER_SITES= ${MASTER_SITE_GITHUB:=mirage/} | ||
GITHUB_PROJECT= duff | ||
GITHUB_TAG= v${PKGVERSION_NOREV} | ||
|
||
MAINTAINER= [email protected] | ||
HOMEPAGE= https://github.com/mirage/duff/ | ||
|
@@ -17,10 +16,6 @@ USE_LANGUAGES= # none | |
OCAML_USE_DUNE= yes | ||
|
||
.include "../../lang/ocaml/ocaml.mk" | ||
.include "../../devel/ocaml-bos/buildlink3.mk" | ||
.include "../../devel/ocaml-cmdliner/buildlink3.mk" | ||
.include "../../devel/ocaml-cstruct/buildlink3.mk" | ||
.include "../../devel/ocaml-fmt/buildlink3.mk" | ||
.include "../../devel/ocaml-fpath/buildlink3.mk" | ||
.include "../../devel/ocaml-logs/buildlink3.mk" | ||
.include "../../mk/bsd.pkg.mk" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
$NetBSD: distinfo,v 1.3 2021/10/26 10:15:48 nia Exp $ | ||
$NetBSD: distinfo,v 1.4 2022/06/03 09:30:01 wiz Exp $ | ||
|
||
BLAKE2s (duff-0.2.tar.gz) = 37b651def9c205cc58b90d8424232bc980a4a51ff4df9a8ef550a1be7700155e | ||
SHA512 (duff-0.2.tar.gz) = e8a10c289e7a1024eeeebf3fa46aec72818cbf28fd28b3da69b9e66add82ac252f652ae70b63a7307c0994193f0b3c27e790d2f751bb652d9200efec1915c284 | ||
Size (duff-0.2.tar.gz) = 15471 bytes | ||
BLAKE2s (duff-0.5.tar.gz) = 793b5ecc6cefac56a20bd04542e20bc4e2f412f592a8738d1d3d1d342c84b00e | ||
SHA512 (duff-0.5.tar.gz) = f9412603fe6503f79f2336cb27ecc47aaad633ee75a91609a70ffe6f4ef3a542a36453e2293c852a0783f891cb6d07f6a43549a56bdd01b38fb7492b5f646e4f | ||
Size (duff-0.5.tar.gz) = 12965 bytes |