ok
This commit is contained in:
2
info.rkt
2
info.rkt
@@ -1,7 +1,7 @@
|
|||||||
#lang info
|
#lang info
|
||||||
|
|
||||||
(define pkg-authors '(hnmdijkema))
|
(define pkg-authors '(hnmdijkema))
|
||||||
(define version "0.1.0")
|
(define version "0.1.1")
|
||||||
(define license 'Apache-2.0)
|
(define license 'Apache-2.0)
|
||||||
(define pkg-desc "A few utility functions around the gregor date module")
|
(define pkg-desc "A few utility functions around the gregor date module")
|
||||||
|
|
||||||
|
|||||||
@@ -7,10 +7,7 @@
|
|||||||
racket/string
|
racket/string
|
||||||
))
|
))
|
||||||
|
|
||||||
(define myeval
|
@title[#:tag "gregor-utils"]{Some utility functions around the @racketlink{gregor} date module}
|
||||||
(make-base-eval '(require gregor gregor-utils)))
|
|
||||||
|
|
||||||
@title[#:tag "gregor-utils"]{Some utility functions around the gregor date module}
|
|
||||||
|
|
||||||
@author[@author+email["Hans Dijkema" "hans@dijkewijk.nl"]]
|
@author[@author+email["Hans Dijkema" "hans@dijkewijk.nl"]]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user