Initial commit.
authorRichard W.M. Jones <rjones@redhat.com>
Thu, 10 Nov 2016 15:19:54 +0000 (15:19 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Tue, 15 Nov 2016 18:14:30 +0000 (18:14 +0000)
commitd45f03595626c22ba0029fb059df9d19bd7e6158
tree89585516fc5d2ba461eea6a189487a473d3d284a
Initial commit.
22 files changed:
.gitignore [new file with mode: 0644]
COPYING [new file with mode: 0644]
META.in [new file with mode: 0644]
Makefile.am [new file with mode: 0644]
README [new file with mode: 0644]
common-rules.mk [new file with mode: 0644]
configure.ac [new file with mode: 0644]
m4/ocaml.m4 [new file with mode: 0644]
ocaml-link.sh [new file with mode: 0755]
todo-schema.sql [new file with mode: 0644]
todo.ml [new file with mode: 0644]
todo.spec.in [new file with mode: 0644]
todo_add.ml [new file with mode: 0644]
todo_cmdline.ml [new file with mode: 0644]
todo_config.ml.in [new file with mode: 0644]
todo_list.ml [new file with mode: 0644]
todo_move.ml [new file with mode: 0644]
todo_retire.ml [new file with mode: 0644]
todo_tag.ml [new file with mode: 0644]
todo_tag_utils.ml [new file with mode: 0644]
todo_types.ml [new file with mode: 0644]
todo_utils.ml [new file with mode: 0644]