base64

Base64 encoder and decoder
git clone https://noulin.net/git/base64.git
Log | Files | Refs

package.yml (1061B)


      1 ---
      2   name: base64
      3   version: 0.0.3
      4   description: "encode bytes to base64 and decode base64 string to bytes"
      5   bin: ./base64.c
      6   #cflags: -DA -ggdb -std=gnu11 -fPIC -pipe
      7   #lflags: -lpcre
      8   repository:
      9     type: git
     10     url: git+https://github.com/USER/base64.git
     11   keywords:
     12    #- utility
     13     - command
     14   author: Remy
     15   license: MIT
     16   bugs:
     17     url: https://github.com/USER/base64/issues
     18   homepage: https://github.com/USER/base64#readme
     19   #compileHelp: # text displayed when there is a compilation error
     20   # Test configuration:
     21   #testBin: ./testBase64.c
     22   #testCflags: -ggdb -std=gnu11 -fPIC -pipe -fprofile-arcs -ftest-coverage -Wall -Wextra
     23   #testLflags: -lcheck_pic -lrt -lm -lsubunit -fprofile-arcs -ftest-coverage -rdynamic
     24   # Memcheck configuration:
     25   #memcheckBin: ./memcheckBase64.c
     26   #memcheckCmd: valgrind --leak-check=full --show-leak-kinds=all
     27   #memcheckCflags: -ggdb -std=gnu11 -fPIC -pipe
     28   #memcheckLflags: -rdynamic
     29   #documentationCmd: # command for generating the documentation with spm doc
     30   private: false # true for private package