utf8proc

A clean C library for processing UTF-8 Unicode data
git clone https://git.sinitax.com/juliastrings/utf8proc
Log | Files | Refs | README | LICENSE | sfeed.txt

libutf8proc.pc.in (229B)


      1prefix=PREFIX
      2exec_prefix=${prefix}
      3libdir=${prefix}/LIBDIR
      4includedir=${prefix}/INCLUDEDIR
      5
      6Name: libutf8proc
      7Description: UTF8 processing
      8Version: VERSION
      9Libs: -L${libdir} -lutf8proc
     10Cflags: -I${includedir} -DUTF8PROC_EXPORTS