hashlist

type-safe random access double linked lists
git clone https://noulin.net/git/hashlist.git
Log | Files | Refs | README | LICENSE

package.yml (526B)


      1 ---
      2   name: hashlist
      3   version: 0.0.3
      4   description: random access double linked lists
      5   bin: ./hashlist.h
      6   repository:
      7     type: git
      8     url: "git+https://noulin.net/git/hashlist.git"
      9   keywords:
     10     - data structure
     11   author: Remy Noulin
     12   license: MIT
     13   bugs:
     14     url: "https://noulin.net/hashlist/log.html"
     15   homepage: "https://noulin.net/hashlist/file/README.md.html"
     16   compileHelp: "main.c depends on the hashfunctions package, install with spm install hashfunctions"
     17   dependencies:
     18     hashtable: ""
     19   private: false