-
Alice Brenon authored7b177653
stanza-miner.scm 382 B
(use-modules ((geode packages annotation) #:select (python-stanza))
((geode packages models) #:select (stanza-fr))
((gnu packages python) #:select (python)))
(packages->manifest
(list
coreutils ; mktemp for atomic processing, strip CSV headers, general scripting
python ; scripts
python-stanza ; annotation
stanza-fr ; annotation
))