1 [[!img img/applications-development.png link="no" class="flow" alt="development"]]
3 Below you can find a list of the software projects I've been involved with
4 (sometimes as the main author, sometimes as a contributor, ...).
8 # active software projects
10 * **Matita** - an interactive proof assistant
11 [[homepage](http://matita.cs.unibo.it), [debian
12 package](http://packages.qa.debian.org/matita)]
13 * stuff related to the [OCaml](http://caml.inria.fr) programming language:
14 * OCaml **Batteries Included** - *consistent*, *documented*, and
15 *comprehensive* OCaml development platform [[homepage](http://batteries.forge.ocamlcore.org)]
16 * **CamlBZ2** - OCaml bindings for [`bzip2`](http://www.bzip.org) [[homepage](http://camlbz2.forge.ocamlcore.org)]
17 * **ocaml-autoconf** - [autoconf](http://www.gnu.org/software/autoconf/) macros for OCaml projects
18 [[homepage](http://ocaml-autoconf.forge.ocamlcore.org)]
19 * **LablGtkSourceView** (now a part of *[LablGTK](http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/lablgtk.html)*) -
20 OCaml bindings for [GtkSourceView](http://gtksourceview.sourceforge.net/)
21 [[homepage](http://helm.cs.unibo.it/software/lablgtksourceview/),
22 [debian package](http://packages.qa.debian.org/lablgtk2)]
23 * **LablGtkMathView** - OCaml bindings for [GtkMathView](http://helm.cs.unibo.it/mml-widget/)
24 [[homepage](http://helm.cs.unibo.it/mml-widget/), [debian package](http://packages.qa.debian.org/lablgtkmathview)]
25 * **OCaml-HTTP** (no longer maintained by me) - OCaml library for writing
26 simple HTTP servers [ [[homepage|ocaml-http]],
27 [debian package](http://packages.qa.debian.org/ocaml-http)]
28 * **CDuce** - an XML-oriented, strongly-typed, functional programming language
29 [[homepage](http://www.cduce.org), [debian
30 package](http://packages.qa.debian.org/cduce)]
31 * stuff for the [Vim editor](http://www.vim.org):
32 * **lbdbq** - interactive queries to [lbdb](http://www.spinnaker.de/lbdb/)
33 (e.g. for expanding recipient names in email headers, looking up in the
34 [evolution](http://www.gnome.org/projects/evolution/) address book)
35 [[homepage](http://www.vim.org/scripts/script.php?script_id=1757), [debian
36 package](http://packages.qa.debian.org/vim-scripts)]
37 * **OCaml support** - support for editing OCaml code (highlighting, indentation,
38 type information query, ...), now part of the Vim runtime
39 [[homepage](http://www.ocaml.info/home/ocaml_sources.html#toc25)]
40 * **Debian support** - support for editing
41 [Debian](http://www.debian.org)-related files (folding, bts completion, ...),
42 part of the Vim runtime or of the Vim debian package [[debian
43 package](http://packages.qa.debian.org/vim)]
44 * [Debian](http://www.debian.org)-specific stuff:
45 * **Vim addon manager** - manager of addons for the [Vim
46 editor](http://www.vim.org) [ [[manpage|vim-addons.1.html]], [debian
47 package](http://packages.qa.debian.org/vim-addon-manager)]
48 * **debcheckout** (now part of
49 *[devscripts](http://alioth.debian.org/projects/devscripts/)*) - checkout
50 Debian packages from their version control systems [
51 [[1st|blog/posts/2007/08/debcheckout]] and [[all|tags/debcheckout]] blog
52 posts, [debian package](http://packages.debian.org/unstable/devscripts)]
53 * **debfile** (now part of *[python-debian](http://alioth.debian.org/projects/pkg-python-debian)*) -
54 access .deb and .ar files from [Python](http://www.python.org)
55 [ [[1st_blog_post|blog/posts/2007/07/python_debfile]],
56 [debian package](http://packages.debian.org/unstable/python-debian)]
57 * **[[GNOME Awesome applet|gnome-awesome-applet]]** - monitor and control the
58 [Awesome window manager](http://awesome.naquadah.org/) from the
59 [GNOME](http://www.gnome.org) panel with a handy applet
61 # dormant software projects
63 * **Carbon** - a strict, strongly-typed, functional programming language
64 [[homepage](http://home.gna.org/carbon)]
65 * ([components](http://helm.cs.unibo.it/software/) of) **HELM** - a digital
66 library of formalized mathematics [[homepage](http://helm.cs.unibo.it)]:
67 * **UWOBO** - a XSLT processor with a web service interface
68 [[homepage](http://helm.cs.unibo.it/software/uwobo/)]
69 * **GDome2-XSLT** - glue to apply XSLT transformations to
70 [GDome2](http://gdome2.cs.unibo.it/) documents
71 [[homepage](http://helm.cs.unibo.it/software/gdome_xslt/), [debian
72 package](http://packages.qa.debian.org/gdome2-xslt)]
73 * **HTTP Getter** - access mediator to the HELM library
74 [[homepage](http://helm.cs.unibo.it/software/getter/)]
75 * **GMetaDom** - a collection of bindings for
76 [GDome2](http://gdome2.cs.unibo.it/), automatically generated from the DOM
77 recommendation [[homepage](http://gmetadom.sourceforge.net/), [debian
78 package](http://packages.qa.debian.org/gmetadom)]
79 * **WOWcamldebug** - integration between the [Vim editor](http://www.vim.org)
81 debugger](http://caml.inria.fr/pub/docs/manual-ocaml/manual030.html)
82 [ [[homepage|wowcamldebug]]]
84 # fire-and-forget hacks
86 * **integration of Mutt with Notmuch**, for blazing fast mail indexing, query,
87 and thread reconstruction
88 [ [[blog post|blog/posts/2011/01/how_to_use_Notmuch_with_Mutt]],
89 [git](http://git.notmuchmail.org/git/notmuch/tree/HEAD:/contrib/notmuch-mutt) ]
90 * **[[!wikipedia tickler file]] implementation for maildirs**, to "snooze" your
91 INBOX and have messages reappear days later
92 [ [[blog post|blog/posts/2010/05/tickler_file_for_maildir]],
93 [git](http://git.upsilon.cc/?p=utils/rotate-tickler.git) ]
94 * **integration of Mutt with Org-mode**, to implement your GTD work flow
95 [ [[blog post|blog/posts/2010/02/integrating_Mutt_with_Org-mode]],
96 [git](http://git.upsilon.cc/?p=utils/org-mutt.git;a=summary) ]
97 * **pam-hooks** - PAM module that support execution of login/logout hooks
98 [ [[homepage|pam-hooks]]]
99 * **flickr download** - batch downloader for [flickr](http://flickr.com) photos
100 [ [[1st_blog_post|blog/posts/2006/11/flickr_download]]]
101 * **ls2rss** - RSS feed out of a directory listing
102 [ [[1st_blog_post|blog/posts/2006/12/ls2rss]]]
104 ... these and others hacks of mine are described in the
105 [["hacks"_section_of_my_blog|tags/hack]]
107 # dead software projects
109 * **CamlP4 Hashtbl syntax extensions** [ [[.ml|hashtbl_ext.ml]]] (for 2003
110 OCaml, no way it will even compile with CamlP4 >= 3.10)
111 * stuff for the [Vim editor](http://www.vim.org):
112 * **Vim GnuPG support** - transparent encryption/decryption of
113 [GnuPG](http://www.gnupg.org)-encoded files within [Vim](http://www.vim.org)
114 [ [[.vim|gpg.vim]]] (this [gnupg
115 script](http://vim.sourceforge.net/scripts/script.php?script_id=661) on
116 Vim.org is waay better)
117 * **VimCU** - comment/uncomment lines of code in whatever language
118 [[homepage](http://www.vim.org/scripts/script.php?script_id=1208)] (there are
119 better alternatives now, such as [The NERD
120 Commenter](http://www.vim.org/scripts/script.php?script_id=1218))
121 * **talKZ** - [talk](http://man.cx/talk) implementation with SSL support,
122 written in [Python](http://www.python.org) [ [[.tar.gz|talkz-0.5.tar.gz]],
123 [[doc|talkz.ps.gz]] (gzipped PostScript, Italian only)]
124 * **ziff** - an offline [biff](http://man.cx/biff) replacement