- Duration.pp: microseconds suffix is now "μs" instead of "us" (#8 by @MisterDA)
- 32 bit compatibility:
- Provide of_us_64, of_ms_64, of_sec_64 that take an int64 as input
- Provide to_us_64, to_ms_64, to_sec_64 that produce an int64 as output
- Revise Duration.pp to print in a more concise way
- Duration.pp: don't emit trailing space
- move build system to dune
- test 4.05 and 4.06
- alcotest 0.8.1 compatibility (#2 by @yomimono)
- Don't ship with -warn-error A, but use it in
./build
- initial