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