12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>flatbuffers</Name>
- <Homepage>https://flatbuffers.dev/</Homepage>
- <Packager>
- <Name>Kamil Atlı</Name>
- <Email>suvari@pisilinux.org</Email>
- </Packager>
- <License>Apache License</License>
- <Icon>flatbuffers</Icon>
- <IsA>library</IsA>
- <Summary>An efficient cross platform serialization library for C++, with support for Java, C# and Go</Summary>
- <Description>FlatBuffers is a cross platform serialization library architected for maximum memory efficiency. It allows you to directly access serialized data without parsing/unpacking it first, while still having great forwards/backwards compatibility.</Description>
- <Archive sha1sum="51b727b3b5e02269c358de51625c062057e82742" type="targz">https://github.com/google/flatbuffers/archive/refs/tags/v23.5.26.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>cmake</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>flatbuffers</Name>
- <RuntimeDependencies>
- <Dependency>libgcc</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib/libflatbuffers*</Path>
- </Files>
- </Package>
- <Package>
- <Name>flatbuffers-devel</Name>
- <Summary>Development files for flatbuffers</Summary>
- <RuntimeDependencies>
- <Dependency release="current">flatbuffers</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="library">/usr/lib/pkgconfig</Path>
- <Path fileType="library">/usr/lib/cmake/flatbuffers</Path>
- </Files>
- </Package>
-
- <History>
- <Update release="1">
- <Date>2023-08-23</Date>
- <Version>23.5.26</Version>
- <Comment>First release</Comment>
- <Name>Kamil Atlı</Name>
- <Email>suvari@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|