package.yml (384B)
1 --- 2 name: bcrypt 3 version: 0.0.4 4 description: bcrypt hash function 5 bin: ./bcrypt.c 6 cflags: "-O2 -std=gnu11 -fPIC -pipe" 7 repository: 8 type: git 9 url: "git+https://noulin.net/git/bcrypt.git" 10 keywords: 11 - security 12 author: Remy Noulin 13 license: MIT 14 bugs: 15 url: "https://noulin.net/bcrypt/log.html" 16 homepage: "https://noulin.net/bcrypt/file/README.md.html"