From 3f4a0d5370ae6c34afe180df96add3b8522f4af1 Mon Sep 17 00:00:00 2001 From: mattkae Date: Wed, 11 May 2022 09:23:58 -0400 Subject: initial commit --- elpa/irony-20220110.849/irony-pkg.el | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 elpa/irony-20220110.849/irony-pkg.el (limited to 'elpa/irony-20220110.849/irony-pkg.el') diff --git a/elpa/irony-20220110.849/irony-pkg.el b/elpa/irony-20220110.849/irony-pkg.el new file mode 100644 index 0000000..d685cdf --- /dev/null +++ b/elpa/irony-20220110.849/irony-pkg.el @@ -0,0 +1,13 @@ +(define-package "irony" "20220110.849" "C/C++ minor mode powered by libclang" + '((cl-lib "0.5") + (json "1.2")) + :commit "870d1576fb279bb93f776a71e65f45283c423a9e" :authors + '(("Guillaume Papin" . "guillaume.papin@epitech.eu")) + :maintainer + '("Guillaume Papin" . "guillaume.papin@epitech.eu") + :keywords + '("c" "convenience" "tools") + :url "https://github.com/Sarcasm/irony-mode") +;; Local Variables: +;; no-byte-compile: t +;; End: -- cgit v1.2.1