blob: cfdd86a0893c0f9a172d440ee4a86c72e8848c39 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
(executable
(public_name stitch)
(package stitch)
(flags (:standard -cclib -static -cclib -no-pie))
(name main)
(libraries
stitch
unix
cmdliner
str
notty
notty.unix
shexp.process
lambda-term))
|