2024-05-07 17:11:22 +01:00
|
|
|
#lang info
|
|
|
|
(define collection "racket-utils")
|
2024-05-12 15:25:31 +01:00
|
|
|
(define deps '("base" "http-easy-lib" "html-parsing"))
|
2024-05-07 17:11:22 +01:00
|
|
|
(define build-deps '("scribble-lib" "racket-doc" "rackunit-lib"))
|
2024-05-07 17:14:20 +01:00
|
|
|
;;(define scribblings '(("scribblings/tryme.scrbl" ())))
|
2024-05-07 17:11:22 +01:00
|
|
|
(define pkg-desc "Some utilities for working with racket")
|
|
|
|
(define version "0.0")
|
|
|
|
(define pkg-authors '(ray1729))
|
|
|
|
(define license '(GPL-3.0-only))
|