Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F11054548
D11936.id29043.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
4 KB
Referenced Files
None
Subscribers
None
D11936.id29043.diff
View Options
Index: Makefile
===================================================================
--- /dev/null
+++ Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
Index: abi_libs
===================================================================
--- /dev/null
+++ abi_libs
@@ -0,0 +1,2 @@
+libmd4c-html.so.0
+libmd4c.so.0
Index: abi_symbols
===================================================================
--- /dev/null
+++ abi_symbols
@@ -0,0 +1,3 @@
+libmd4c-html.so.0:entity_lookup
+libmd4c-html.so.0:md_html
+libmd4c.so.0:md_parse
Index: abi_used_libs
===================================================================
--- /dev/null
+++ abi_used_libs
@@ -0,0 +1 @@
+libc.so.6
Index: abi_used_symbols
===================================================================
--- /dev/null
+++ abi_used_symbols
@@ -0,0 +1,28 @@
+libc.so.6:__fprintf_chk
+libc.so.6:__libc_start_main
+libc.so.6:__printf_chk
+libc.so.6:__snprintf_chk
+libc.so.6:__stack_chk_fail
+libc.so.6:__strncpy_chk
+libc.so.6:calloc
+libc.so.6:clock
+libc.so.6:exit
+libc.so.6:fclose
+libc.so.6:fopen
+libc.so.6:fread
+libc.so.6:free
+libc.so.6:fwrite
+libc.so.6:malloc
+libc.so.6:memcmp
+libc.so.6:memcpy
+libc.so.6:memmove
+libc.so.6:puts
+libc.so.6:qsort
+libc.so.6:realloc
+libc.so.6:stderr
+libc.so.6:stdin
+libc.so.6:stdout
+libc.so.6:strchr
+libc.so.6:strcspn
+libc.so.6:strlen
+libc.so.6:strncmp
Index: package.yml
===================================================================
--- /dev/null
+++ package.yml
@@ -0,0 +1,16 @@
+name : md4c
+version : 0.4.8
+release : 1
+source :
+ - https://github.com/mity/md4c/archive/refs/tags/release-0.4.8.tar.gz : 4a457df853425b6bb6e3457aa1d1a13bccec587a04c38c622b1013a0da41439f
+license : MIT
+component : programming.library
+summary : C Markdown parser and library
+description: |
+ C Markdown parser. Fast. SAX-like interface. Compliant to CommonMark specification.
+setup : |
+ %cmake_ninja
+build : |
+ %ninja_build
+install : |
+ %ninja_install
Index: pspec_x86_64.xml
===================================================================
--- /dev/null
+++ pspec_x86_64.xml
@@ -0,0 +1,59 @@
+<PISI>
+ <Source>
+ <Name>md4c</Name>
+ <Packager>
+ <Name>Martin Reboredo</Name>
+ <Email>yakoyoku@gmail.com</Email>
+ </Packager>
+ <License>MIT</License>
+ <PartOf>programming.library</PartOf>
+ <Summary xml:lang="en">C Markdown parser and library</Summary>
+ <Description xml:lang="en">C Markdown parser. Fast. SAX-like interface. Compliant to CommonMark specification.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>md4c</Name>
+ <Summary xml:lang="en">C Markdown parser and library</Summary>
+ <Description xml:lang="en">C Markdown parser. Fast. SAX-like interface. Compliant to CommonMark specification.
+</Description>
+ <PartOf>programming.library</PartOf>
+ <Files>
+ <Path fileType="executable">/usr/bin/md2html</Path>
+ <Path fileType="library">/usr/lib64/libmd4c-html.so.0</Path>
+ <Path fileType="library">/usr/lib64/libmd4c-html.so.0.4.8</Path>
+ <Path fileType="library">/usr/lib64/libmd4c.so.0</Path>
+ <Path fileType="library">/usr/lib64/libmd4c.so.0.4.8</Path>
+ <Path fileType="man">/usr/share/man/man1/md2html.1</Path>
+ </Files>
+ </Package>
+ <Package>
+ <Name>md4c-devel</Name>
+ <Summary xml:lang="en">Development files for md4c</Summary>
+ <Description xml:lang="en">C Markdown parser. Fast. SAX-like interface. Compliant to CommonMark specification.
+</Description>
+ <PartOf>programming.devel</PartOf>
+ <RuntimeDependencies>
+ <Dependency release="1">md4c</Dependency>
+ </RuntimeDependencies>
+ <Files>
+ <Path fileType="header">/usr/include/md4c-html.h</Path>
+ <Path fileType="header">/usr/include/md4c.h</Path>
+ <Path fileType="library">/usr/lib64/cmake/md4c/md4cConfig-relwithdebinfo.cmake</Path>
+ <Path fileType="library">/usr/lib64/cmake/md4c/md4cConfig.cmake</Path>
+ <Path fileType="library">/usr/lib64/libmd4c-html.so</Path>
+ <Path fileType="library">/usr/lib64/libmd4c.so</Path>
+ <Path fileType="data">/usr/lib64/pkgconfig/md4c-html.pc</Path>
+ <Path fileType="data">/usr/lib64/pkgconfig/md4c.pc</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2021-09-30</Date>
+ <Version>0.4.8</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Martin Reboredo</Name>
+ <Email>yakoyoku@gmail.com</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Aug 12, 12:55 AM (3 h, 17 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5812118
Default Alt Text
D11936.id29043.diff (4 KB)
Attached To
Mode
D11936: Initial commit of md4c
Attached
Detach File
Event Timeline
Log In to Comment