experimental hashing with oxcaml
at main 746 B view raw
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3version: "0.1" 4synopsis: "Fast SHA256 hashing library" 5description: 6 "OCaml bindings to a C SHA256 implementation using bigarrays for efficient, zero-copy hashing" 7maintainer: ["Anil Madhavapeddy"] 8authors: ["Anil Madhavapeddy"] 9license: "ISC" 10homepage: "https://github.com/avsm/oxsha" 11bug-reports: "https://github.com/avsm/oxsha/issues" 12depends: [ 13 "dune" {>= "3.20"} 14 "ocaml" {>= "5.3"} 15 "odoc" {with-doc} 16] 17build: [ 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] 31dev-repo: "git+https://github.com/avsm/oxsha.git" 32x-maintenance-intent: ["(latest)"]