hashtable

hash table macros for creating hash table functions, it supports any type key, value, hash
git clone https://noulin.net/git/hashtable.git
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