From 093a0f26a7f59cca9c9c4582fd4d34328970722c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franc=CC=A7ois=20Pottier?= Date: Wed, 18 Sep 2024 21:25:50 +0200 Subject: [PATCH 1/2] Package hachis.20240918 --- packages/hachis/hachis.20240918/opam | 38 ++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 packages/hachis/hachis.20240918/opam diff --git a/packages/hachis/hachis.20240918/opam b/packages/hachis/hachis.20240918/opam new file mode 100644 index 00000000000..b099821bee6 --- /dev/null +++ b/packages/hachis/hachis.20240918/opam @@ -0,0 +1,38 @@ +# This file is generated by dune, edit dune-project instead +opam-version: "2.0" +synopsis: "Hash sets and hash maps" +maintainer: ["François Pottier"] +authors: ["François Pottier"] +license: "LGPL-2.0-only WITH OCaml-LGPL-linking-exception" +homepage: "https://github.com/fpottier/hachis/" +bug-reports: "https://github.com/fpottier/hachis/issues" +depends: [ + "dune" {>= "3.11"} + "ocaml" {>= "4.14"} + "cppo" {>= "1.7.0"} + "monolith" {with-test} + "ocamlfind" {with-test} + "odoc" {with-doc} +] +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "@install" + "@runtest" {with-test} + "@doc" {with-doc} + ] +] +dev-repo: "git+https://github.com/fpottier/hachis.git" +url { + src: "https://github.com/fpottier/hachis/archive/20240918.tar.gz" + checksum: [ + "md5=1dd338011c4388eded0babef37c43de6" + "sha512=63008e86dd295b208c710260e52ccf8799ce8a48bd49e044c638c0b100141bfc3b6b0b16fe7d892280369def68f1a9e146a51d721074729bb61984fd4c7dbc7e" + ] +} From 1cf69baba2c1fc655854b5aab9670d8921dbe2c7 Mon Sep 17 00:00:00 2001 From: Marcello Seri Date: Thu, 19 Sep 2024 10:32:40 +0200 Subject: [PATCH 2/2] Update packages/hachis/hachis.20240918/opam --- packages/hachis/hachis.20240918/opam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/hachis/hachis.20240918/opam b/packages/hachis/hachis.20240918/opam index b099821bee6..681bb177f0f 100644 --- a/packages/hachis/hachis.20240918/opam +++ b/packages/hachis/hachis.20240918/opam @@ -1,7 +1,7 @@ # This file is generated by dune, edit dune-project instead opam-version: "2.0" synopsis: "Hash sets and hash maps" -maintainer: ["François Pottier"] +maintainer: ["François Pottier "] authors: ["François Pottier"] license: "LGPL-2.0-only WITH OCaml-LGPL-linking-exception" homepage: "https://github.com/fpottier/hachis/"