conlanging.el/Eask
Lucien Cartier-Tilet 75a0d5887e
All checks were successful
CI / build (29.4) (push) Successful in 1m17s
CI / build (snapshot) (push) Successful in 1m3s
chore: add Eask pipeline
2024-09-14 09:55:17 +02:00

20 lines
443 B
Plaintext

;;; -*- mode: cask -*-
(package "conlanging"
"0.1.0"
"Helper functions for conlanging")
(website-url "https://labs.phundrak.com/phundrak/conlanging.el")
(keywords "convenience")
(package-file "conlanging.el")
(script "test" "echo \"Error: no test specified\" && exit 1")
(source "gnu")
(depends-on "emacs" "26.1")
(depends-on "ivy" "0.13")
(depends-on "org" "9")
(depends-on "counsel" "0.13")
(depends-on "dash" "2.19")