summaryrefslogtreecommitdiff
path: root/elpa/irony-20220110.849/irony-pkg.el
blob: d685cdfcc7c5ed9038b0194117c736d604fd07c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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: