1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>uthash</Name>
- <Homepage>http://troydhanson.github.io/uthash/</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>BSD-2</License>
- <IsA>library</IsA>
- <PartOf>programming.library</PartOf>
- <Summary>A hash table for C structures.</Summary>
- <Description>Any C structure can be stored in a hash table using uthash. Just add a UT_hash_handle to the structure and choose one or more fields in your structure to act as the key. Then use these macros to store, retrieve or delete items from the hash table.</Description>
- <Archive sha1sum="fbafa356359ace80787ce6634d84425b40d90907" type="targz">
- https://github.com/troydhanson/uthash/archive/refs/tags/v2.3.0.tar.gz
- </Archive>
- <BuildDependencies>
- <!-- <Dependency></Dependency> -->
- </BuildDependencies>
- </Source>
- <Package>
- <Name>uthash</Name>
- <RuntimeDependencies>
- <!-- <Dependency></Dependency> -->
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- </Files>
- </Package>
- <History>
- <Update release="1">
- <Date>2022-04-14</Date>
- <Version>2.3.0</Version>
- <Comment>First build.</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- </History>
- </PISI>
|