]> matita.cs.unibo.it Git - helm.git/commit
no longer use -pack and Http.*, now interface is the usual Http_*
authorStefano Zacchiroli <zack@upsilon.cc>
Thu, 14 Nov 2002 11:57:58 +0000 (11:57 +0000)
committerStefano Zacchiroli <zack@upsilon.cc>
Thu, 14 Nov 2002 11:57:58 +0000 (11:57 +0000)
commit6a8da4dd52033adfe80533f7467439aec1561147
tree5b85919599266399cc757eff610a3788eec55524
parentd122b195b5cbbd6ab33fe5bc43d22c79b9210a49
no longer use -pack and Http.*, now interface is the usual Http_*
33 files changed:
helm/DEVEL/ocaml-http/.depend
helm/DEVEL/ocaml-http/Makefile
helm/DEVEL/ocaml-http/Makefile.defs
helm/DEVEL/ocaml-http/common.ml [deleted file]
helm/DEVEL/ocaml-http/common.mli [deleted file]
helm/DEVEL/ocaml-http/daemon.ml [deleted file]
helm/DEVEL/ocaml-http/daemon.mli [deleted file]
helm/DEVEL/ocaml-http/debian/changelog
helm/DEVEL/ocaml-http/examples/Makefile
helm/DEVEL/ocaml-http/examples/always_ok_daemon.ml
helm/DEVEL/ocaml-http/examples/dump_args.ml
helm/DEVEL/ocaml-http/examples/obj_foo.ml
helm/DEVEL/ocaml-http/examples/timeout.ml
helm/DEVEL/ocaml-http/examples/webfsd.ml
helm/DEVEL/ocaml-http/http_common.ml [new file with mode: 0644]
helm/DEVEL/ocaml-http/http_common.mli [new file with mode: 0644]
helm/DEVEL/ocaml-http/http_daemon.ml [new file with mode: 0644]
helm/DEVEL/ocaml-http/http_daemon.mli [new file with mode: 0644]
helm/DEVEL/ocaml-http/http_misc.ml [new file with mode: 0644]
helm/DEVEL/ocaml-http/http_misc.mli [new file with mode: 0644]
helm/DEVEL/ocaml-http/http_request.ml [new file with mode: 0644]
helm/DEVEL/ocaml-http/http_request.mli [new file with mode: 0644]
helm/DEVEL/ocaml-http/http_response.ml [new file with mode: 0644]
helm/DEVEL/ocaml-http/http_response.mli [new file with mode: 0644]
helm/DEVEL/ocaml-http/http_types.ml [new file with mode: 0644]
helm/DEVEL/ocaml-http/misc.ml [deleted file]
helm/DEVEL/ocaml-http/misc.mli [deleted file]
helm/DEVEL/ocaml-http/request.ml [deleted file]
helm/DEVEL/ocaml-http/request.mli [deleted file]
helm/DEVEL/ocaml-http/response.ml [deleted file]
helm/DEVEL/ocaml-http/response.mli [deleted file]
helm/DEVEL/ocaml-http/types.ml [deleted file]
helm/DEVEL/ocaml-http/types.mli [deleted file]