Import utf8proc_2.7.0.orig.tar.gz
authorGraham Inggs <ginggs@debian.org>
Tue, 21 Dec 2021 14:29:13 +0000 (14:29 +0000)
committerGraham Inggs <ginggs@debian.org>
Tue, 21 Dec 2021 14:29:13 +0000 (14:29 +0000)
commitd9b8031c98450587b6718eb39309acdeb5cafc1a
tree3c0f8d8ced2ebadefcdb53041618352aeed33e17
Import utf8proc_2.7.0.orig.tar.gz

[dgit import orig utf8proc_2.7.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]