1
0
Fork
You've already forked vpcurl
0
CURL bindings for Virtual Pascal OS/2
  • Pascal 100%
2023年09月10日 19:25:53 -07:00
.gitignore Switch to vpcurl being a unit, make test binary, make buildable from cli 2023年09月10日 12:35:18 -07:00
build.cfg Switch to vpcurl being a unit, make test binary, make buildable from cli 2023年09月10日 12:35:18 -07:00
LICENSE Initial commit 2023年09月10日 01:57:03 -07:00
README.md Initial commit 2023年09月10日 01:57:03 -07:00
TestGetVersion.pas Reformatted some code, set tab size to 2 2023年09月10日 19:25:53 -07:00
Vp.vpo Reformatted some code, set tab size to 2 2023年09月10日 19:25:53 -07:00
vpcurl.pas Reformatted some code, set tab size to 2 2023年09月10日 19:25:53 -07:00

vpcurl

CURL bindings for Virtual Pascal OS/2

Requirements

Install curl from yum:

yum install libcurl

Building

Either from the command line:

vpc @build.cfg vpcurl

Or, in the Virtual Pascal IDE.

License

Same as CURL. See LICENSE