]> code.delx.au - gnu-emacs-elpa/blob - externals-list
* packages/num3-mode/num3-mode.el: Fix compilation warnings.
[gnu-emacs-elpa] / externals-list
1 ;; -*- emacs-lisp -*-
2
3 ;; List of packages that are maintained externally.
4 ;; The list is made of elements of the form (NAME KIND URL OPTS...).
5 ;;
6 ;; Where NAME is the name of the package;
7 ;;
8 ;; KIND can be one of:
9 ;; :subtree = a "git subtree" in the `master' branch.
10 ;; :external = kept in a separate `externals/<name>' branch.
11 ;; :core = part of GNU Emacs repository.
12 ;;
13
14 ;; For KIND :external URL is the URL of the remote git repository that we want
15 ;; to track, while in the case of :subtree URL is useless. For packages of KIND
16 ;; :core URL must be a list of:
17 ;; STRING = A file-name to copy from Emacs repo.
18 ;; (STRING STRING) = A file-name to copy renamed from Emacs repo.
19
20 ;; For packages consisting of a single file, a plain string is also allowed.
21 ;; All file-names must be relative to the Emacs repository root and the package
22 ;; directory. When a file-name points to a directory all its files are copied
23 ;; recursively into the package root or specified destination. A special
24 ;; :excludes key can be provided to specify files to exclude when copying
25 ;; directories, wildcards are supported, "*.elc" and "*~" are always excluded.
26 ;; Exclude matches must be against the full file-name, substring matches don't
27 ;; work unless wildcards are used (e.g. use "etc/*" instead of "etc/").
28
29 ;; The FIXMEs indicate that the branch can't be merged as is because it needs
30 ;; some manual intervention (typically, because the two branches have
31 ;; diverged).
32
33 (("ack" :subtree "https://github.com/leoliu/ack-el")
34 ("aggressive-indent" :subtree "https://github.com/Malabarba/aggressive-indent-mode")
35 ("auctex" :external "git://git.sv.gnu.org/auctex.git")
36 ("bug-hunter" :subtree "https://github.com/Malabarba/elisp-bug-hunter")
37 ;;FIXME:("cedet" :external "??")
38 ("chess" :external nil) ;; Was https://github.com/jwiegley/emacs-chess.git
39 ("coffee-mode" :subtree "https://github.com/defunkt/coffee-mode")
40 ("company" :subtree "https://github.com/company-mode/company-mode.git")
41 ("company-math" :subtree "https://github.com/vspinu/company-math.git")
42 ("context-coloring" :subtree "https://github.com/jacksonrayhamilton/context-coloring.git")
43 ("darkroom" :subtree "https://github.com/capitaomorte/darkroom.git")
44 ("dash" :external "https://github.com/magnars/dash.el.git")
45 ("dbus-codegen" :subtree "https://github.com/ueno/dbus-codegen-el.git")
46 ("diff-hl" :subtree "https://github.com/dgutov/diff-hl.git")
47 ("dismal" :external nil)
48 ("dts-mode" :subtree "https://github.com/bgamari/dts-mode.git")
49 ("easy-kill" :subtree "https://github.com/leoliu/easy-kill")
50 ("eldoc-eval" :subtree "https://github.com/thierryvolpiatto/eldoc-eval.git")
51 ("enwc" :subtree "bzr::bzr://bzr.savannah.nongnu.org/enwc/trunk")
52 ("ergoemacs-mode" :external "https://github.com/ergoemacs/ergoemacs-mode.git")
53 ("exwm" :external "https://github.com/ch11ng/exwm.git")
54 ("f90-interface-browser" :subtree "https://github.com/wence-/f90-iface")
55 ("ggtags" :subtree "https://github.com/leoliu/ggtags")
56 ("gnome-c-style" :subtree "https://github.com/ueno/gnome-c-style.git")
57 ("gnorb" :subtree "https://github.com/girzel/gnorb")
58 ("ioccur" :subtree "https://github.com/thierryvolpiatto/ioccur.git")
59 ("js2-mode" :subtree "https://github.com/mooz/js2-mode.git")
60 ("let-alist" :core "lisp/emacs-lisp/let-alist.el")
61 ("math-symbol-lists" :subtree "https://github.com/vspinu/math-symbol-lists.git")
62 ("nameless" :subtree "https://github.com/Malabarba/Nameless")
63 ("names" :subtree "http://github.com/Malabarba/names")
64 ("omn-mode" :external nil)
65 ("ntlm" :core "lisp/net/ntlm.el")
66 ("on-screen" :subtree "https://github.com/michael-heerdegen/on-screen.el.git")
67 ("pabbrev" :external "https://github.com/phillord/pabbrev.git")
68 ("pinentry" :subtree "https://github.com/ueno/pinentry-el.git")
69 ("python" :core "lisp/progmodes/python.el")
70 ;;FIXME:("org" :external ??) ;; Need to introduce snapshots!!
71 ("rich-minority" :subtree "https://github.com/Malabarba/rich-minority")
72 ("rudel" :external nil) ;; Was bzr::bzr://rudel.bzr.sourceforge.net/bzrroot/rudel/trunk
73 ("soap-client" :core ("lisp/net/soap-client.el" "lisp/net/soap-inspect.el"))
74 ("sotlisp" :subtree "https://github.com/Malabarba/speed-of-thought-lisp")
75 ("spinner" :subtree "https://github.com/Malabarba/spinner.el")
76 ("temp-buffer-browse" :subtree "https://github.com/leoliu/temp-buffer-browse")
77 ("test-simple" :subtree "https://github.com/rocky/emacs-test-simple")
78 ;;FIXME:("vlf" :subtree ??)
79 ("w3" :external nil)
80 ("wcheck-mode" :subtree "https://github.com/tlikonen/wcheck-mode.git")
81 ("web-server" :subtree "https://github.com/eschulte/emacs-web-server.git")
82 ("websocket" :subtree "https://github.com/ahyatt/emacs-websocket.git")
83 ("xelb" :external "https://github.com/ch11ng/xelb.git")
84 ("yasnippet" :subtree "https://github.com/capitaomorte/yasnippet.git")
85 ("ztree" :subtree "https://github.com/fourier/ztree")
86 )