[ITP] cmark: CommonMark parsing and rendering library

David Stacey drstacey@tiscali.co.uk
Sun Jan 21 23:31:00 GMT 2018


'cmark' is a prerequisite for the latest version of mkvtoolnix-gui. 
'cmark' is found in most major distros - see https://pkgs.org/download/cmark

The library does not have a 'so' version. I've had a look to see how the 
major distros cope with this, and IMHO the most sensible is found in 
openSuse. The approach used there is to append the version number to the 
library package name. However, if anyone has a better way to cope with 
the lack of 'so' number then I'd be very interested.

Many thanks for taking a look,

Dave.


# x86
BASEURL=https://www.dropbox.com/s
mkdir -p x86/release/cmark
pushd x86/release/cmark
wget ${BASEURL}/4ajzely0nv1bqbc/cmark-0.28.3-1-src.tar.xz
wget ${BASEURL}/mftgz8eztuc468y/cmark-0.28.3-1.tar.xz
wget ${BASEURL}/b6b05lalw965ce6/cmark-0.28.3-1.hint
mkdir cmark-debuginfo cmark-devel libcmark0_28_3
cd cmark-debuginfo
wget ${BASEURL}/gqyx9k9y0qhcq3p/cmark-debuginfo-0.28.3-1.hint
wget ${BASEURL}/speysbhush1lfpa/cmark-debuginfo-0.28.3-1.tar.xz
cd ../cmark-devel
wget ${BASEURL}/7a3jp8ic8vzeu6c/cmark-devel-0.28.3-1.hint
wget ${BASEURL}/pjhjbuikst91nau/cmark-devel-0.28.3-1.tar.xz
cd ../libcmark0_28_3
wget ${BASEURL}/a5a6du0wso3lxwg/libcmark0_28_3-0.28.3-1.hint
wget ${BASEURL}/qcm34pxgamxrygb/libcmark0_28_3-0.28.3-1.tar.xz
popd


# x86_64
BASEURL=https://www.dropbox.com/s
mkdir -p x86_64/release/cmark
pushd x86_64/release/cmark
wget ${BASEURL}/1r8e32mi8hrxadj/cmark-0.28.3-1-src.tar.xz
wget ${BASEURL}/qoi79xunuvyinjt/cmark-0.28.3-1.hint
wget ${BASEURL}/r0ssovzt1m4dr0i/cmark-0.28.3-1.tar.xz
mkdir cmark-debuginfo cmark-devel libcmark0_28_3
cd cmark-debuginfo
wget ${BASEURL}/synv3v6lk9okaui/cmark-debuginfo-0.28.3-1.hint
wget ${BASEURL}/3koao7t6zw966f9/cmark-debuginfo-0.28.3-1.tar.xz
cd ../cmark-devel
wget ${BASEURL}/wlpk33vdn6ht9z0/cmark-devel-0.28.3-1.hint
wget ${BASEURL}/ny68t30s10np2t6/cmark-devel-0.28.3-1.tar.xz
cd ../libcmark0_28_3
wget ${BASEURL}/b7fs8exm6jciy8p/libcmark0_28_3-0.28.3-1.hint
wget ${BASEURL}/mns1r31qibshuvv/libcmark0_28_3-0.28.3-1.tar.xz
popd



More information about the Cygwin-apps mailing list