This commit is contained in:
2026-03-07 01:50:03 +01:00
parent 2ba9474002
commit 0985a85d5b
5 changed files with 569 additions and 0 deletions

20
info.rkt Normal file
View File

@@ -0,0 +1,20 @@
#lang info
(define pkg-authors '(hnmdijkema))
(define version "0.1.1")
(define license 'Apache-2.0)
(define pkg-desc "Generate self signed certificates based on the standard openssl libraries deployed with racket.")
(define scribblings
'(
("scribblings/self-signed-cert.scrbl" () (library) "racket-self-signed-cert")
)
)
(define deps
'("base"))
(define build-deps
'("racket-doc"
"rackunit-lib"
"scribble-lib"))