Gordon's text utils library.
This library is only ever used in fastx_toolkit project, see this GitHub repository.
-
Cmake >= 3.15
-
GCC (passing on 13.2.0), but probably >= 6 will be sufficient
To install the tools one can do the following:
$ git clone https://github.com/merv1n34k/libgtextutils
$ cd libgtextutils
$ mkdir build && cd build
$ cmake ..
$ make installIf you are on macOS (and probably Linux) you can use Homebrew. However, if you are planning to install fastx_toolkit the libgtextutils will be installed automatically as a dependency. If for some reason you need only this library, one can do:
$ brew tap merv1n34k/tap
$ brew install merv1n34k/tap/libgtextutilsDistributed under AGPLv3, see LICENSE for more.
A. Gordon designed and implemented Gordon-Text_utils-Library.
The libgtextutils has originally been written by A. Gordon.
Many people have further contributed to FOO by reporting problems,
suggesting various improvements, or submitting actual code. Here is
a list of these people. Help me keep it complete and exempt of errors.
Feel free to open issues in this repository, PRs are appreciated :3