|
@@ -21,6 +21,7 @@ begin
|
|
P.Author := 'Library: Daniel Stenberg, header: Free Pascal development team';
|
|
P.Author := 'Library: Daniel Stenberg, header: Free Pascal development team';
|
|
P.License := 'Library: MIT, header: LGPL with modification, ';
|
|
P.License := 'Library: MIT, header: LGPL with modification, ';
|
|
P.HomepageURL := 'www.freepascal.org';
|
|
P.HomepageURL := 'www.freepascal.org';
|
|
|
|
+ P.OSes := [beos,haiku,freebsd,darwin,iphonesim,solaris,netbsd,openbsd,linux];
|
|
P.Email := '';
|
|
P.Email := '';
|
|
P.Description := 'Library to fetch files from URLs using many protocols.';
|
|
P.Description := 'Library to fetch files from URLs using many protocols.';
|
|
P.NeedLibC:= true; // true for headers that indirectly link to libc?
|
|
P.NeedLibC:= true; // true for headers that indirectly link to libc?
|