Skip to content

Commit

Permalink
PlnetRacket Deps, again!
Browse files Browse the repository at this point in the history
  • Loading branch information
emcardoso committed Feb 18, 2024
1 parent 2c90a0c commit f26d1b1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion info.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@
"rackcheck"
"peg-gen"
"rackunit-lib"
"typed-racket-datatype"))
"typed-racket-datatype"
"typed-racket-lib"))
(define build-deps '("scribble-lib"
"racket-doc"
"rackcheck"
"rackcheck-lib"
"rackunit-lib"
"typed-racket-datatype"
"typed-racket-lib"
"peg-gen"))
(define scribblings '(("scribblings/peg-parser.scrbl" ())))
(define pkg-desc "A parser library based on peg")
Expand Down

0 comments on commit f26d1b1

Please sign in to comment.