File: Cask

package info (click to toggle)
virtualenvwrapper-el 0.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 240 kB
  • sloc: lisp: 597; makefile: 2
file content (12 lines) | stat: -rw-r--r-- 267 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
(source gnu)
(source melpa)

(package "virtualenvwrapper" "20140315" "a featureful virtualenv tool for Emacs")

(depends-on "s" "1.6.1")
(depends-on "dash" "1.5.0")

(development
 (depends-on "ert-runner")
 (depends-on "noflet")
 (depends-on "with-simulated-input"))