]> matita.cs.unibo.it Git - helm.git/commit
added ocaml-http 0.0.1
authorStefano Zacchiroli <zack@upsilon.cc>
Wed, 13 Nov 2002 14:14:14 +0000 (14:14 +0000)
committerStefano Zacchiroli <zack@upsilon.cc>
Wed, 13 Nov 2002 14:14:14 +0000 (14:14 +0000)
commit2f28bfb47f5fad6b3c5a705d9ede95700416dee8
tree51e81b856c95827e20d970727c082f3eb74efd12
parentacb4d21d95679dde4fe2256d2e46eefee04f4f97
added ocaml-http 0.0.1
33 files changed:
helm/DEVEL/ocaml-http/.depend [new file with mode: 0644]
helm/DEVEL/ocaml-http/INSTALL [new file with mode: 0644]
helm/DEVEL/ocaml-http/LICENSE [new file with mode: 0644]
helm/DEVEL/ocaml-http/META.in [new file with mode: 0644]
helm/DEVEL/ocaml-http/Makefile [new file with mode: 0644]
helm/DEVEL/ocaml-http/Makefile.defs [new file with mode: 0644]
helm/DEVEL/ocaml-http/README [new file with mode: 0644]
helm/DEVEL/ocaml-http/common.ml [new file with mode: 0644]
helm/DEVEL/ocaml-http/common.mli [new file with mode: 0644]
helm/DEVEL/ocaml-http/daemon.ml [new file with mode: 0644]
helm/DEVEL/ocaml-http/daemon.mli [new file with mode: 0644]
helm/DEVEL/ocaml-http/debian/changelog [new file with mode: 0644]
helm/DEVEL/ocaml-http/debian/control [new file with mode: 0644]
helm/DEVEL/ocaml-http/debian/copyright [new file with mode: 0644]
helm/DEVEL/ocaml-http/debian/dirs [new file with mode: 0644]
helm/DEVEL/ocaml-http/debian/docs [new file with mode: 0644]
helm/DEVEL/ocaml-http/debian/examples [new file with mode: 0644]
helm/DEVEL/ocaml-http/debian/rules [new file with mode: 0755]
helm/DEVEL/ocaml-http/examples/Makefile [new file with mode: 0644]
helm/DEVEL/ocaml-http/examples/always_ok_daemon.ml [new file with mode: 0644]
helm/DEVEL/ocaml-http/examples/dump_args.ml [new file with mode: 0644]
helm/DEVEL/ocaml-http/examples/obj_foo.ml [new file with mode: 0644]
helm/DEVEL/ocaml-http/examples/timeout.ml [new file with mode: 0644]
helm/DEVEL/ocaml-http/examples/webfsd.ml [new file with mode: 0644]
helm/DEVEL/ocaml-http/misc.ml [new file with mode: 0644]
helm/DEVEL/ocaml-http/misc.mli [new file with mode: 0644]
helm/DEVEL/ocaml-http/request.ml [new file with mode: 0644]
helm/DEVEL/ocaml-http/request.mli [new file with mode: 0644]
helm/DEVEL/ocaml-http/response.ml [new file with mode: 0644]
helm/DEVEL/ocaml-http/response.mli [new file with mode: 0644]
helm/DEVEL/ocaml-http/tophttp [new file with mode: 0644]
helm/DEVEL/ocaml-http/types.ml [new file with mode: 0644]
helm/DEVEL/ocaml-http/types.mli [new file with mode: 0644]