sort

sort algorithms for any type of array
git clone https://noulin.net/git/sort.git
Log | Files | Refs | README | LICENSE

commit 9f52810248be3f2df6bc953a512921348651cd63
parent 25a46e7e266732b76683f3964040992fd170d2c6
Author: Remy Noulin <loader2x@gmail.com>
Date:   Sat, 29 Jun 2019 09:44:02 +0200

update links

Diffstat:
MREADME.md | 2+-
Mpackage.yml | 26++++++--------------------
2 files changed, 7 insertions(+), 21 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) # Sort package diff --git a/package.yml b/package.yml @@ -1,13 +1,12 @@ --- name: sort - version: 0.0.2 + version: 0.0.3 description: "sorting algorithms for any type of array: radixsort, flashsort" bin: ./sort.h - cflags: -O3 -std=gnu11 -fPIC -pipe - #lflags: -lpcre + cflags: "-O3 -std=gnu11 -fPIC -pipe" repository: type: git - url: git+https://github.com/RemyNoulin/sort.git + url: "git+https://noulin.net/git/sort.git" keywords: - sorting - radixsort @@ -16,19 +15,6 @@ author: Remy license: MIT bugs: - url: https://github.com/RemyNoulin/sort/issues - homepage: https://github.com/RemyNoulin/sort#readme - #compileHelp: # text displayed when there is a compilation error - #dependencies: - # md4c: - # Test configuration: - #testBin: ./testSort.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: ./memcheckSort.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 + url: "https://noulin.net/sort/log.html" + homepage: "https://noulin.net/sort/file/README.md.html" + private: false