singleList

type-safe single linked list with less memory allocations
git clone https://noulin.net/git/singleList.git
Log | Files | Refs | README | LICENSE

commit a3e9b39e2dfe4ec727e098ee5449d8482b3e8cee
parent 17ac48161d34350dd5cd817b1484664d402d2ca0
Author: Remy Noulin <loader2x@gmail.com>
Date:   Sat, 29 Jun 2019 09:43:55 +0200

update links

Diffstat:
MREADME.md | 2+-
Mpackage.yml | 30+++++++-----------------------
2 files changed, 8 insertions(+), 24 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) # Single linked list diff --git a/package.yml b/package.yml @@ -1,32 +1,16 @@ --- name: singleList - version: 0.0.3 - description: "single linked lists" + version: 0.0.4 + description: single linked lists bin: ./singleList.h - #cflags: -DA -ggdb -std=gnu11 -fPIC -pipe - #lflags: -lpcre repository: type: git - url: git+https://github.com/RemyNoulin/singleList.git + url: "git+https://noulin.net/git/singleList.git" keywords: - - data structure - # - command + - data structure author: Remy Noulin license: MIT bugs: - url: https://github.com/RemyNoulin/singleList/issues - homepage: https://github.com/RemyNoulin/singleList#readme - #compileHelp: # text displayed when there is a compilation error - #dependencies: - # md4c: - # Test configuration: - #testBin: ./testSingleList.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: ./memcheckSingleList.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/singleList/log.html" + homepage: "https://noulin.net/singleList/file/README.md.html" + private: false