this repo has no description
0
fork

Configure Feed

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

Merge pull request #27048 from fpottier/opam-publish-hector.20241208

Package hector.20241208

authored by

Anil Madhavapeddy and committed by
GitHub
211ce1c3 620a3ca3

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