Import utf8proc_2.8.0.orig.tar.gz
authorMo Zhou <lumin@debian.org>
Wed, 16 Nov 2022 19:03:50 +0000 (19:03 +0000)
committerMo Zhou <lumin@debian.org>
Wed, 16 Nov 2022 19:03:50 +0000 (19:03 +0000)
commit4dca84a5187a8437307216797402f0d39188f31d
treedd2d9f8cdcf79ed29e9cbfa8ce54132bf9458356
Import utf8proc_2.8.0.orig.tar.gz

[dgit import orig utf8proc_2.8.0.orig.tar.gz]
43 files changed:
.github/workflows/ci-fuzz.yml [new file with mode: 0644]
.github/workflows/cmake.yml [new file with mode: 0644]
.github/workflows/make.yml [new file with mode: 0644]
.gitignore [new file with mode: 0644]
CMakeLists.txt [new file with mode: 0644]
Doxyfile [new file with mode: 0644]
LICENSE.md [new file with mode: 0644]
MANIFEST [new file with mode: 0644]
Makefile [new file with mode: 0644]
NEWS.md [new file with mode: 0644]
README.md [new file with mode: 0644]
appveyor.yml [new file with mode: 0644]
bench/Makefile [new file with mode: 0644]
bench/bench.c [new file with mode: 0644]
bench/icu.c [new file with mode: 0644]
bench/unistring.c [new file with mode: 0644]
bench/util.c [new file with mode: 0644]
bench/util.h [new file with mode: 0644]
data/Makefile [new file with mode: 0644]
data/charwidths.jl [new file with mode: 0644]
data/data_generator.rb [new file with mode: 0644]
libutf8proc.pc.cmakein [new file with mode: 0644]
libutf8proc.pc.in [new file with mode: 0644]
lump.md [new file with mode: 0644]
test/case.c [new file with mode: 0644]
test/charwidth.c [new file with mode: 0644]
test/custom.c [new file with mode: 0644]
test/fuzz_main.c [new file with mode: 0644]
test/fuzzer.c [new file with mode: 0644]
test/graphemetest.c [new file with mode: 0644]
test/iscase.c [new file with mode: 0644]
test/iterate.c [new file with mode: 0644]
test/misc.c [new file with mode: 0644]
test/normtest.c [new file with mode: 0644]
test/ossfuzz.sh [new file with mode: 0755]
test/printproperty.c [new file with mode: 0644]
test/tests.c [new file with mode: 0644]
test/tests.h [new file with mode: 0644]
test/valid.c [new file with mode: 0644]
utf8proc.c [new file with mode: 0644]
utf8proc.h [new file with mode: 0644]
utf8proc_data.c [new file with mode: 0644]
utils.cmake [new file with mode: 0644]