Difference between revisions of "Vstr"

From Free Software Directory
Jump to: navigation, search
(Created page with "{{Entry |Name=Vstr |Short description=String library for network communications |Full description='Vstr' is a string library for C designed for network communication. Its design ...")
 
(No version changes)
 
Line 3: Line 3:
 
|Short description=String library for network communications
 
|Short description=String library for network communications
 
|Full description='Vstr' is a string library for C designed for network communication. Its design uses chunks of ptr+length data, so adding, substituting, and deleting data are all fast operations. It can also do automatic referencing for mmap() areas of memory. Shortcut APIs are included to mmap() a file into a Vstr string, and read()/write() data to/from a Vstr string. Another feature is a POSIX and ISO 9899:1999 compliant printf() like function, which can be extended with user supplied formatters that are gcc warning compatible. The total API is over 140 functions, but laid out in a easy to remember manner, including data parsing functions, a non-destructive split() function, and conversion functions (among others).
 
|Full description='Vstr' is a string library for C designed for network communication. Its design uses chunks of ptr+length data, so adding, substituting, and deleting data are all fast operations. It can also do automatic referencing for mmap() areas of memory. Shortcut APIs are included to mmap() a file into a Vstr string, and read()/write() data to/from a Vstr string. Another feature is a POSIX and ISO 9899:1999 compliant printf() like function, which can be extended with user supplied formatters that are gcc warning compatible. The total API is over 140 functions, but laid out in a easy to remember manner, including data parsing functions, a non-destructive split() function, and conversion functions (among others).
 +
|Homepage URL=http://www.and.org/vstr/
 
|User level=none
 
|User level=none
|Status=Live
 
|Component programs=
 
|Homepage URL=http://www.and.org/vstr/
 
|VCS checkout command=
 
 
|Computer languages=C
 
|Computer languages=C
|Documentation note=
 
|Paid support=
 
|IRC help=
 
|IRC general=
 
|IRC development=
 
|Related projects=
 
 
|Keywords=network,library,string,vstr,length/ptr,mmap()
 
|Keywords=network,library,string,vstr,length/ptr,mmap()
|Is GNU=n
 
|Last review by=Janet Casey
 
|Last review date=2006-03-20
 
|Submitted by=Database conversion
 
|Submitted date=2011-04-01
 
 
|Version identifier=1.0.15
 
|Version identifier=1.0.15
 
|Version date=2006-03-06
 
|Version date=2006-03-06
 
|Version status=stable
 
|Version status=stable
 
|Version download=http://www.and.org/vstr/latest/vstr-1.0.15.tar.gz
 
|Version download=http://www.and.org/vstr/latest/vstr-1.0.15.tar.gz
 +
|Version comment=1.0.15 stable released 2006-03-06
 +
|Last review by=Alejandroindependiente
 +
|Last review date=2017/01/07
 +
|Submitted by=Database conversion
 +
|Submitted date=2011-04-01
 +
|Status=
 +
|Is GNU=No
 +
|License verified date=2002-07-30
 +
}}
 +
{{Project license
 +
|License=LGPL
 +
|License verified by=Janet Casey
 
|License verified date=2002-07-30
 
|License verified date=2002-07-30
|Version comment=1.0.15 stable released 2006-03-06
 
 
}}
 
}}
 
{{Person
 
{{Person
 +
|Real name=James Antill
 
|Role=Maintainer
 
|Role=Maintainer
|Real name=James Antill
 
 
|Email=james@and.org
 
|Email=james@and.org
 
|Resource URL=
 
|Resource URL=
Line 41: Line 38:
 
{{Software category
 
{{Software category
 
|Interface=library
 
|Interface=library
|Library=c
 
 
|Use=library
 
|Use=library
}}
 
{{Project license
 
|License=LGPL
 
|License verified by=Janet Casey
 
|License verified date=2002-07-30
 
 
}}
 
}}
 
{{Software prerequisite
 
{{Software prerequisite
Line 57: Line 48:
 
|Prerequisite description=Perl
 
|Prerequisite description=Perl
 
}}
 
}}
 +
{{Featured}}

Latest revision as of 22:07, 6 January 2017


[edit]

Vstr

http://www.and.org/vstr/
String library for network communications

'Vstr' is a string library for C designed for network communication. Its design uses chunks of ptr+length data, so adding, substituting, and deleting data are all fast operations. It can also do automatic referencing for mmap() areas of memory. Shortcut APIs are included to mmap() a file into a Vstr string, and read()/write() data to/from a Vstr string. Another feature is a POSIX and ISO 9899:1999 compliant printf() like function, which can be extended with user supplied formatters that are gcc warning compatible. The total API is over 140 functions, but laid out in a easy to remember manner, including data parsing functions, a non-destructive split() function, and conversion functions (among others).





Licensing

License

Verified by

Verified on

Notes

License

LGPL

Verified by

Janet Casey

Verified on

30 July 2002




Leaders and contributors

Contact(s)Role
James Antill Maintainer


Resources and communication

AudienceResource typeURI
Bug Tracking,Developer,SupportE-mailmailto:james@and.org


Software prerequisites

KindDescription
Weak prerequisitePerl
Weak prerequisitegcc+ attribute-visibility patch




Entry






















Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.