source: cl-darcs/tags/0.1.0/packages.lisp

Last change on this file was 42, checked in by Magnus Henoch, 18 years ago

Export *HTTP-PROXY*

File size: 129 bytes
Line 
1(in-package :cl-user)
2
3(defpackage :darcs
4  (:use :cl)
5  (:nicknames :cl-darcs)
6  (:export
7   #:get-repo #:pull #:*http-proxy*))
Note: See TracBrowser for help on using the repository browser.