set

set with hash function
git clone https://noulin.net/git/set.git
Log | Files | Refs | LICENSE

commit f3195e494051588d0b69332489edcd990c15c14d
parent 7283851a0752bbf613ece025c497a2e5c8f4f8b8
Author: Remy Noulin <loader2x@gmail.com>
Date:   Sat, 29 Jun 2019 09:43:33 +0200

update links

Diffstat:
Mpackage.yml | 13++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/package.yml b/package.yml @@ -1,17 +1,16 @@ --- name: set - version: 0.0.1 - description: "set data structures using hash functions" + version: 0.0.2 + description: set data structures using hash functions bin: ./set.h repository: type: git - url: git+https://github.com/RemyNoulin/set.git + url: "git+https://noulin.net/git/set.git" keywords: - #- utility - command author: Remy license: MIT bugs: - url: https://github.com/RemyNoulin/set/issues - homepage: https://github.com/RemyNoulin/set#readme - private: false # true for private package + url: "https://noulin.net/set/log.html" + homepage: "https://noulin.net/set/file/README.md.html" + private: false