File: info.rkt

package info (click to toggle)
racket 8.16%2Bdfsg1-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 167,812 kB
  • sloc: ansic: 306,492; lisp: 211,972; pascal: 79,874; sh: 20,446; asm: 15,252; makefile: 1,738; cpp: 1,715; javascript: 1,340; exp: 789; python: 452; csh: 369; perl: 275; xml: 106
file content (1 line) | stat: -rw-r--r-- 714 bytes parent folder | download | duplicates (2)
1
(module info setup/infotab (#%module-begin (define package-original-source "git://github.com/racket/plot/?path=plot-doc#a14222e19736f75bdb9c660ca9c3b78c6e2ee9b3") (define collection (quote multi)) (define deps (quote ("base" "plot-lib" "plot-gui-lib"))) (define build-deps (quote ("db-doc" "db-lib" "draw-doc" "draw-lib" "gui-doc" "gui-lib" "pict-doc" "pict-lib" "plot-compat" "racket-doc" "scribble-lib" "slideshow-doc" "slideshow-lib" "srfi-doc" "math-lib" "math-doc"))) (define update-implies (quote ("plot-lib"))) (define pkg-desc "Documentation for plot") (define pkg-authors (quote (ntoronto))) (define test-responsibles (quote ((all AlexHarsanyi@gmail.com)))) (define license (quote (Apache-2.0 OR MIT)))))