This commit is contained in:
2025-08-27 01:33:23 +02:00
parent 675f665c47
commit 52fda52aa7
2 changed files with 2 additions and 5 deletions

View File

@@ -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")

View File

@@ -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"]]