conlanging.el/Eask
Lucien Cartier-Tilet 7a97a51361
Some checks failed
CI / build (29.4) (push) Failing after 1m15s
CI / build (snapshot) (push) Failing after 58s
feat: add adjective declension
2024-09-14 14:03:40 +02:00

21 lines
467 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")
(depends-on "s" "1.13")