💾 Archived View for gmi.noulin.net › gitRepositories › hashtable › file › package.yml.gmi captured on 2024-07-09 at 02:19:40. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-01-29)

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

hashtable

Log

Files

Refs

LICENSE

package.yml (545B)

     1 ---
     2   name: hashtable
     3   version: 0.0.20
     4   description: "hash table macros for creating hash table functions, it supports any type key, value, hash"
     5   bin: ./hashtable.c
     6   cflags: "-O1 -std=gnu11 -fPIC -pipe"
     7   repository:
     8     type: git
     9     url: "git+https://noulin.net/git/hashtable.git"
    10   keywords:
    11     - data structure
    12   author: Remy
    13   license: MIT
    14   bugs:
    15     url: "https://noulin.net/hashtable/log.html"
    16   homepage: "https://noulin.net/hashtable/log.html"
    17   compileHelp: Run 'spm install hashfunctions' to be able to compile hashtableMain.c