💾 Archived View for gmi.noulin.net › gitRepositories › hashfunctions › file › package.yml.gmi captured on 2024-08-19 at 05:10:04. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-01-29)

-=-=-=-=-=-=-

hashfunctions

Log

Files

Refs

LICENSE

package.yml (425B)

     1 ---
     2   name: hashfunctions
     3   version: 0.0.8
     4   description: "generic hash functions and PRFs: Jenkins, FNV, siphash, murmur2, murmur3, md5, jump consistent hash"
     5   bin: ./hashfunctions.c
     6   cflags: "-O3 -std=gnu11 -fPIC -pipe"
     7   repository:
     8     type: git
     9     url: "git+https://noulin.net/git/hashfunctions.git"
    10   keywords:
    11     - hashing
    12   author: Anonymous
    13   license: MIT
    14   homepage: "https://noulin.net/hashfunctions/log.html"