39 lines
2.7 KiB
Plaintext
39 lines
2.7 KiB
Plaintext
# Created by paludis-3.0.0 on Mon Dec 16 17:20:20 CET 2019
|
|
CHOST="x86_64-pc-linux-gnu"
|
|
DEPENDENCIES="( build: sys-devel/cmake[>=3.14.0] ) [[ defined-in = [ cmake.exlib ] ]]"
|
|
DESCRIPTION=" It has the following features: * Compliance: Generally MD4C aims to be compliant to the latest version of CommonMark specification. Right now it's fully compliant to CommonMark 0.29. * Extensions: MD4C supports some commonly requested and accepted extensions. * Compactness: MD4C is implemented in one source file and one header file. * Embedding: MD4C is easy to reuse in other projects, its API is very straightforward: There is actually just one function, md_parse(). * Push model: MD4C parses the complete document and calls callback functions provided by the application for each start/end of block, start/end of a span, and with any textual contents. * Portability: MD4C builds and works on Windows and Linux, and it should be fairly simple to make it run also on most other systems. * Encoding: MD4C can be compiled to recognize ASCII-only control characters, UTF-8 and, on Windows, also UTF-16, i.e. what is on Windows commonly called just \"Unicode\". See more details below. * Performance: MD4C is very fast."
|
|
EAPI="pbin-1+exheres-0"
|
|
HOMEPAGE="https://github.com/mity/md4c"
|
|
INHERITED=" github cmake md4c"
|
|
MYOPTIONS="( ) "
|
|
PLATFORMS="~amd64"
|
|
LICENCES="MIT"
|
|
SLOT="0"
|
|
DOWNLOADS="https://github.com/mity/md4c/archive/release-0.4.2.tar.gz -> md4c-release-0.4.2.tar.gz"
|
|
OPTIONS=""
|
|
GENERATED_USING="paludis-3.0.0"
|
|
GENERATED_TIME="1576513220"
|
|
SUBOPTIONS="AMD64_CPU_FEATURES ANT_DATA_TYPES ANT_SCRIPTING ANT_TASKS APACHE_MODULES ARM_CPU_FEATURES COCKPIT_COMPONENTS CONTRIB_MODULES COURIER_MODULES ENCODINGS EPIPHANY_EXTENSIONS EXTENSIONS FPRINT_DRIVERS GCC_VERSION GIT_REMOTE_HELPERS GSTREAMER_PLUGINS IM_PROTOCOLS INPUT_DRIVERS KDE_PARTS KIPI_PLUGINS KOPETE_PLUGINS LIBC LINGUAS LUA_ABIS MODULES NGINX_MODULES NUT_DRIVERS P2P_NETWORKS PCSC_DRIVERS PHP_ABIS PHP_EXTENSIONS PLATFORM PLUGINS POSTGRESQL_EXTENSIONS POSTGRESQL_SERVERS PROVIDERS PYTHON_ABIS RUBY_ABIS TARGETS VALA_ABIS VIDEO_DRIVERS X86_CPU_FEATURES"
|
|
HIDDEN_SUBOPTIONS="ARM_CPU_FEATURES LIBC PLATFORM X86_CPU_FEATURES"
|
|
ASFLAGS=""
|
|
CBUILD=""
|
|
CC="x86_64-pc-linux-gnu-cc"
|
|
CFLAGS="-march=native -pipe -O2"
|
|
CHOST="x86_64-pc-linux-gnu"
|
|
CTARGET=""
|
|
CXX="x86_64-pc-linux-gnu-c++"
|
|
CXXFLAGS="-march=native -pipe -O2"
|
|
LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu"
|
|
LIBCXXFLAGS=""
|
|
GENERATED_FROM_REPOSITORY="arbor"
|
|
PLATFORMS="~amd64"
|
|
BINARY_PLATFORMS="~amd64"
|
|
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--app-text--md4c-0.4.2--C.31807.1576513220.632357.C.tar.bz2"
|
|
SUMMARY="A Markdown parser implementation in C"
|
|
BUGS_TO=""
|
|
REMOTE_IDS=" github:mity/md4c "
|
|
UPSTREAM_CHANGELOG=""
|
|
UPSTREAM_RELEASE_NOTES=""
|
|
UPSTREAM_DOCUMENTATION=""
|
|
SCM_REVISION=""
|