first commit

This commit is contained in:
pena 2022-01-17 18:10:12 +01:00
commit e1c6aeeeed
42 changed files with 1305 additions and 0 deletions

30
CHANGES.md Normal file
View file

@ -0,0 +1,30 @@
## unreleased
- add lower bound on cmdliner
## 0.5 - 2025-02-04
- update prelude version used
- add missing dependencies on fmt, bos and fpath
## 0.4 - 2025-01-28
- use prelude
- use cmdliner
## 0.3 - 2024-11-18
- add some float functions to `Query`
- add some `_exn` versions of `Query.get` functions
- better parsing
- better tests
## 0.2 - 2023-01-23
- add `get_param_bool`, `get_param_int`, `get_param_pos_int` to the `Query` module
- fix bug with files starting with newlines
- use a proper Format box instead of an int to indent
## 0.1 - 2022-01-30
- first release