netSerial

Log

Files

Refs

README

LICENSE

package.yml (832B)

     1 ---
     2   name: netSerial
     3   version: 0.0.13
     4   description: network serializer with binary format more compact than the default serializer in smallJson
     5   bin: ./netSerial.c
     6   repository:
     7     type: git
     8     url: "git+https://noulin.net/git/netSerial.git"
     9   keywords:
    10     - serialization
    11   author: Remy
    12   license: MIT
    13   bugs:
    14     url: "https://noulin.net/netSerial/log.html"
    15   homepage: "https://noulin.net/netSerial/file/README.md.html"
    16   testBin: ./testNetSerial.c
    17   testCflags: "-g3 -std=gnu11 -fPIC -pipe -fprofile-arcs -ftest-coverage -Wall -Wextra"
    18   testLflags: "-lcheck_pic -lrt -lm -lsubunit -fprofile-arcs -ftest-coverage -rdynamic"
    19   memcheckBin: ./memcheckNetSerial.c
    20   memcheckCmd: "valgrind --leak-check=full --show-leak-kinds=all"
    21   memcheckCflags: "-g3 -std=gnu11 -fPIC -pipe"
    22   memcheckLflags: "-rdynamic"
    23   private: false