-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathfare-scripts.asd
24 lines (23 loc) · 970 Bytes
/
fare-scripts.asd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#-asdf3.1 (error "ASDF 3.1 or bust!")
(defsystem "fare-scripts"
:version "1.0.0" ;; Beware: not systematically incremented
:description "Various small programs that I write in CL in lieu of shell scripts"
:license "MIT" ;; also BSD or bugroff
:author "Francois-Rene Rideau"
:class :package-inferred-system
:depends-on ((:version "cl-scripting" "0.1")
(:version "inferior-shell" "2.0.3.3")
(:version "fare-utils" "1.0.0.5")
"fare-scripts/bazel"
"fare-scripts/git"
"fare-scripts/languages"
"fare-scripts/network"
"fare-scripts/random"
"fare-scripts/repl"
"fare-scripts/rescript"
"fare-scripts/shell-aliases"
"fare-scripts/toggle-touchpad"
"fare-scripts/typographie"
"fare-scripts/unmime"
"fare-scripts/vicode"
"fare-scripts/xrandr"))