commit 22f8222238045924289bfc7093d7cf44d44ec015 parent 4aec3dbdfc44f2feb4fc1eb639b49ef04d835434 Author: Remy Noulin <loader2x@gmail.com> Date: Sat, 29 Jun 2019 09:42:03 +0200 update links Diffstat:
| M | README.md | | | 2 | +- |
| M | package.yml | | | 25 | +++++-------------------- |
2 files changed, 6 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) # Linked list type-safe double linked lists diff --git a/package.yml b/package.yml @@ -1,29 +1,14 @@ --- name: linkedList - version: 0.0.4 - description: "double linked lists" + version: 0.0.5 + description: double linked lists bin: ./linkedList.h - #cflags: -DA -ggdb -std=gnu11 -fPIC -pipe - #lflags: -lpcre repository: type: git - url: git+https://noulin.net/git/linkedList.git + url: "git+https://noulin.net/git/linkedList.git" keywords: - data structure author: Remy Noulin license: MIT - homepage: https://noulin.net/linkedList/file/README.md.html - #compileHelp: # text displayed when there is a compilation error - #dependencies: - # md4c: - # Test configuration: - #testBin: ./testLinkedList.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: ./memcheckLinkedList.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 + homepage: "https://noulin.net/linkedList/file/README.md.html" + private: false