Skip to content

Commit

Permalink
ocaml-duff: update to 0.5.
Browse files Browse the repository at this point in the history
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
wiz committed Jun 3, 2022
1 parent 25f74c9 commit 7d779d2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 15 deletions.
13 changes: 4 additions & 9 deletions devel/ocaml-duff/Makefile
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= jaapb@NetBSD.org
HOMEPAGE= https://github.com/mirage/duff/
Expand All @@ -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"
3 changes: 1 addition & 2 deletions devel/ocaml-duff/PLIST
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
@comment $NetBSD: PLIST,v 1.1 2019/03/19 11:31:30 jaapb Exp $
bin/xduff
@comment $NetBSD: PLIST,v 1.2 2022/06/03 09:30:01 wiz Exp $
${OCAML_SITELIB}/duff/META
${PLIST.ocaml-opt}${OCAML_SITELIB}/duff/duff.a
${OCAML_SITELIB}/duff/duff.cma
Expand Down
8 changes: 4 additions & 4 deletions devel/ocaml-duff/distinfo
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

0 comments on commit 7d779d2

Please sign in to comment.