
Also, show supplying package in providing-package hover at definition sites. original commit: 3f30400a59329a547aa47e80a1e0b592b9e8a73b
23 lines
549 B
Racket
23 lines
549 B
Racket
#lang info
|
|
|
|
(define collection 'multi)
|
|
|
|
(define deps '("racket-index"
|
|
"scheme-lib"
|
|
"base"
|
|
"compatibility-lib"
|
|
"scribble-text-lib"
|
|
"planet-lib" ; used dynamically
|
|
"net-lib"
|
|
"at-exp-lib"
|
|
"draw-lib"
|
|
"syntax-color-lib"
|
|
"sandbox-lib"))
|
|
(define build-deps '("rackunit-lib"))
|
|
|
|
(define pkg-desc "implementation (no documentation) part of \"scribble\"")
|
|
|
|
(define pkg-authors '(mflatt eli))
|
|
|
|
(define version "1.1")
|