blockFile

Log

Files

Refs

LICENSE

package.yml (829B)

     1 ---
     2   name: blockFile
     3   version: 0.0.10
     4   description: Save data in chunked in blocks in a file for creating databases
     5   bin: ./blockFile.c
     6   repository:
     7     type: git
     8     url: "git+https://noulin.net/git/blockFile.git"
     9   keywords:
    10     - utility
    11   author: Remy
    12   license: MIT
    13   bugs:
    14     url: "https://noulin.net/blockFile/log.html"
    15   homepage: "https://noulin.net/blockFile/log.html"
    16   dependencies:
    17     lz4: ""
    18   testBin: ./testBlockFile.c
    19   testCflags: -g3 -std=gnu11 -fPIC -pipe -fprofile-arcs -ftest-coverage -Wall -Wextra
    20   testLflags: -lcheck_pic -lrt -lm -lsubunit -fprofile-arcs -ftest-coverage -rdynamic
    21   memcheckBin: ./testBlockFileMem.c
    22   memcheckCmd: "valgrind --leak-check=full --show-leak-kinds=all --suppressions=valgrindSuppressions.cfg"
    23   memcheckCflags: -g3 -std=gnu11 -fPIC -pipe
    24   memcheckLflags: -rdynamic