;;; -*- 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")