gherken/gherken.egg

14 lines
365 B
Plaintext
Raw Permalink Normal View History

2021-03-18 14:23:50 +00:00
;; -*- mode: scheme -*-
((author "Daniel Ziltener")
(synopsis "A Gherkin wrapper")
(category testing)
(license "MIT")
2021-04-06 16:05:07 +00:00
(dependencies r7rs json shell utf8 srfi-152)
(test-dependencies srfi-78)
2021-03-18 14:23:50 +00:00
;;(foreign-dependencies)
(components
(program gherkinexe
(source "build-gherkinexe.sh")
(custom-build "build-gherkinexe.sh"))
))