Flint is still in development so breaking changes may occur.
Flint is a tool for encoding and decoding different data formats in sequence. Note that Flint is still in development, and some UI features are not yet implemented.
- Supports encoding and decoding of different data formats in sequence.
-
Clone the repository.
git clone https://github.com/chriso345/flint.git
-
Install the dependencies.
opam install dune cohttp-lwt-unix
-
Use the
Flint.sh
script to format, build, and run the project.Flint.sh --fmt --build --run
- Written in OCaml with the following libraries:
Dune
for building the project.Cohttp
andLwt
for handling HTTP requests.
This project is licensed under the MIT License. See the LICENSE file for more details.