summaryrefslogtreecommitdiff
path: root/elpa/irony-20220110.849/irony-pkg.el
diff options
context:
space:
mode:
authormattkae <mattkae@protonmail.com>2022-05-11 09:23:58 -0400
committermattkae <mattkae@protonmail.com>2022-05-11 09:23:58 -0400
commit3f4a0d5370ae6c34afe180df96add3b8522f4af1 (patch)
treeae901409e02bde8ee278475f8cf6818f8f680a60 /elpa/irony-20220110.849/irony-pkg.el
initial commit
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: