version

Versioning specification based on semver 2.0
git clone https://noulin.net/git/version.git
Log | Files | Refs | README | LICENSE

package.yml (811B)


      1 ---
      2   name: version
      3   version: 0.0.4
      4   description: Versioning based on semver
      5   bin: ./version.c
      6   repository:
      7     type: git
      8     url: "git+https://noulin.net/git/version.git"
      9   keywords:
     10     - library
     11     - versioning
     12     - version
     13   author: Remy
     14   license: MIT
     15   bugs:
     16     url: "https://noulin.net/version/log.html"
     17   homepage: "https://noulin.net/version/file/README.md.html"
     18   dependencies:
     19     short: ""
     20   testBin: ./testVersion.c
     21   testCflags: "-ggdb -std=gnu11 -fPIC -pipe -fprofile-arcs -ftest-coverage -Wall -Wextra"
     22   testLflags: "-lcheck_pic -lrt -lm -lsubunit -fprofile-arcs -ftest-coverage -rdynamic"
     23   memcheckBin: ./memcheckVersion.c
     24   memcheckCmd: "valgrind --leak-check=full --show-leak-kinds=all"
     25   memcheckCflags: "-ggdb -std=gnu11 -fPIC -pipe"
     26   memcheckLflags: "-rdynamic"
     27   private: false