💾 Archived View for gmi.noulin.net › gitRepositories › bcrypt › file › package.yml.gmi captured on 2023-01-29 at 13:17:21. Gemini links have been rewritten to link to archived content

View Raw

More Information

-=-=-=-=-=-=-

bcrypt

Log

Files

Refs

README

LICENSE

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"