this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #26586 from fpottier/opam-publish-hachis.20240918

Package hachis.20240918

authored by

Marcello Seri and committed by
GitHub
164c8ecd c719e6fe

+38
+38
packages/hachis/hachis.20240918/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "Hash sets and hash maps" 4 + maintainer: ["François Pottier <francois.pottier@inria.fr>"] 5 + authors: ["François Pottier"] 6 + license: "LGPL-2.0-only WITH OCaml-LGPL-linking-exception" 7 + homepage: "https://github.com/fpottier/hachis/" 8 + bug-reports: "https://github.com/fpottier/hachis/issues" 9 + depends: [ 10 + "dune" {>= "3.11"} 11 + "ocaml" {>= "4.14"} 12 + "cppo" {>= "1.7.0"} 13 + "monolith" {with-test} 14 + "ocamlfind" {with-test} 15 + "odoc" {with-doc} 16 + ] 17 + build: [ 18 + ["dune" "subst"] {dev} 19 + [ 20 + "dune" 21 + "build" 22 + "-p" 23 + name 24 + "-j" 25 + jobs 26 + "@install" 27 + "@runtest" {with-test} 28 + "@doc" {with-doc} 29 + ] 30 + ] 31 + dev-repo: "git+https://github.com/fpottier/hachis.git" 32 + url { 33 + src: "https://github.com/fpottier/hachis/archive/20240918.tar.gz" 34 + checksum: [ 35 + "md5=1dd338011c4388eded0babef37c43de6" 36 + "sha512=63008e86dd295b208c710260e52ccf8799ce8a48bd49e044c638c0b100141bfc3b6b0b16fe7d892280369def68f1a9e146a51d721074729bb61984fd4c7dbc7e" 37 + ] 38 + }