Added wrappers around some common libraries.
authorrich <rich>
Sun, 12 Oct 2003 17:33:14 +0000 (17:33 +0000)
committerrich <rich>
Sun, 12 Oct 2003 17:33:14 +0000 (17:33 +0000)
commit1c369c3ba6b71d4524dfacd0ba3554e8a524ed57
tree48665a19b5654319babd2c88cd2888883b26d6e0
parentca5c0933addc2b872316df28789f7de81281c3fe
Added wrappers around some common libraries.
20 files changed:
.depend
MANIFEST
Makefile
Makefile.config
examples/.cvsignore
examples/loadpage.ml [new file with mode: 0644]
examples/test.ml
perl.ml
perl.mli
perl_c.c
perl_init.ml [new file with mode: 0644]
wrappers/.cvsignore [new file with mode: 0644]
wrappers/pl_HTML_Element.ml [new file with mode: 0644]
wrappers/pl_HTML_Parser.ml [new file with mode: 0644]
wrappers/pl_HTML_TreeBuilder.ml [new file with mode: 0644]
wrappers/pl_HTTP_Message.ml [new file with mode: 0644]
wrappers/pl_HTTP_Request.ml [new file with mode: 0644]
wrappers/pl_HTTP_Response.ml [new file with mode: 0644]
wrappers/pl_LWP_UserAgent.ml [new file with mode: 0644]
wrappers/pl_URI.ml [new file with mode: 0644]