libsheepy

C lib for handling text files, strings and json like data structure with an object oriented system
git clone https://spartatek.se/git/libsheepy.git
Log | Files | Refs | README | LICENSE

commit 62f9b67456ede24a390d8918d943718a007c2c16
parent c016f9fb2c91fd74f036d35608d0cb21cd298868
Author: Remy Noulin <loader2x@gmail.com>
Date:   Mon, 24 Jun 2019 16:19:01 +0200

change links to spartatek

README.md               | 2 +-
example/README.template | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)

Diffstat:
MREADME.md | 2+-
Mexample/README.template | 4++--
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md @@ -101,7 +101,7 @@ pkg install git clang pkg install git gcc-8 system/header # End OpenIndiana -git clone https://github.com/RemyNoulin/libsheepy.git +git clone https://spartatek.se/git/libsheepy.git cd libsheepy git pull diff --git a/example/README.template b/example/README.template @@ -34,7 +34,7 @@ Platforms: - OpenIndiana (illumos, solaris, sunOS) - Haiku -libsheepy is the default library in the [sheepy project](https://github.com/RemyNoulin/sheepy) (sheepy is a build system to run c programs like scripts). +libsheepy is the default library in the [sheepy project](https://spartatek.se/r/sheepy/file/README.md.html) (sheepy is a build system to run c programs like scripts). The functions in libsheepy are similar to their equivalent functions in javascript or python. For example: @@ -101,7 +101,7 @@ pkg install git clang pkg install git gcc-8 system/header # End OpenIndiana -git clone https://github.com/RemyNoulin/libsheepy.git +git clone https://spartatek.se/git/libsheepy.git cd libsheepy git pull