summaryrefslogtreecommitdiff
path: root/elpa/irony-20220110.849/irony-pkg.el
diff options
context:
space:
mode:
Diffstat (limited to 'elpa/irony-20220110.849/irony-pkg.el')
-rw-r--r--elpa/irony-20220110.849/irony-pkg.el13
1 files changed, 13 insertions, 0 deletions
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: