-
This commit is contained in:
20
info.rkt
Normal file
20
info.rkt
Normal 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"))
|
||||
Reference in New Issue
Block a user