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-- 535 bytes parent folder | download | duplicates (2)
1
(module info setup/infotab (#%module-begin (define package-original-source "git://github.com/racket/plot/?path=plot#a14222e19736f75bdb9c660ca9c3b78c6e2ee9b3") (define collection (quote multi)) (define deps (quote ("plot-lib" "plot-gui-lib" "plot-doc"))) (define implies (quote ("plot-lib" "plot-gui-lib" "plot-doc"))) (define pkg-desc "Functions (and docs and tests) for plotting") (define pkg-authors (quote (ntoronto))) (define test-responsibles (quote ((all AlexHarsanyi@gmail.com)))) (define license (quote (Apache-2.0 OR MIT)))))