Add fletcher16-gen developer util

1. I'm not convinced our fletcher16 implementation is proper
2. It is not in coreutils

So we add some basic code to do that.

This is also the first dev-util, so add some documentation to DEVEL.md.
This commit is contained in:
fosslinux 2021-02-12 18:20:18 +11:00
parent 71505bc8b9
commit 192221af22
10 changed files with 400 additions and 0 deletions

View file

@ -49,6 +49,16 @@ Permissable folders:
- `src`: the upstream unmodified source code. This may be either a submodule or
nonexistant.
Furthermore, there is a special top-level dir `dev-utils`. In here are
appropriate utilities that are often useful for development and not generally
included on normal systems, or are specific to live-bootstrap. Each program
should be contained within its own directory and include:
- source code
- compilation script
The directory m2-functions is used for M2-Planet functions (currently).
## Conventions
- **Patches:**