perfecthash

perfect hash code generators
git clone https://noulin.net/git/perfecthash.git
Log | Files | Refs | README | LICENSE

commit 41ac6b4f5003f0e7a48ebd189f19ca20a216303b
parent 285d3f5cd6a21c454613b64761df3c8a30d642ca
Author: Remy Noulin <loader2x@gmail.com>
Date:   Sat, 29 Jun 2019 09:42:44 +0200

update links

Diffstat:
MREADME.md | 2+-
Mpackage.yml | 25++++++-------------------
2 files changed, 7 insertions(+), 20 deletions(-)

diff --git a/README.md b/README.md @@ -1,5 +1,5 @@ # Sheepy -This is a sheepy package for [sheepy](https://github.com/RemyNoulin/sheepy) and using [libsheepy](https://github.com/RemyNoulin/libsheepy) +This is a sheepy package for [sheepy](https://spartatek.se/r/sheepy/file/README.md.html) and using [libsheepy](https://spartatek.se/r/libsheepy/file/README.md.html) # perfecthash diff --git a/package.yml b/package.yml @@ -1,32 +1,19 @@ --- name: perfecthash - version: 0.0.1 + version: 0.0.2 description: "perfect hash code generators: hanov, daoud" bin: ./genHanov.c - #cflags: -DA -ggdb -std=gnu11 -fPIC -pipe - #lflags: -lpcre repository: type: git - url: git+https://github.com/RemyNoulin/perfecthash.git + url: "git+https://noulin.net/git/perfecthash.git" keywords: - utility - command author: Remy license: MIT bugs: - url: https://github.com/RemyNoulin/perfecthash/issues - homepage: https://github.com/RemyNoulin/perfecthash#readme - #compileHelp: # text displayed when there is a compilation error + url: "https://noulin.net/perfecthash/log.html" + homepage: "https://noulin.net/perfecthash/file/README.md.html" dependencies: - crc: - # Test configuration: - #testBin: ./testPerfecthash.c - #testCflags: -ggdb -std=gnu11 -fPIC -pipe -fprofile-arcs -ftest-coverage -Wall -Wextra - #testLflags: -lcheck_pic -lrt -lm -lsubunit -fprofile-arcs -ftest-coverage -rdynamic - # Memcheck configuration: - #memcheckBin: ./memcheckPerfecthash.c - #memcheckCmd: valgrind --leak-check=full --show-leak-kinds=all - #memcheckCflags: -ggdb -std=gnu11 -fPIC -pipe - #memcheckLflags: -rdynamic - #documentationCmd: # command for generating the documentation with spm doc - private: false # true for private package + crc: "" + private: false