first commit

This commit is contained in:
pena 2024-01-04 16:59:51 +01:00 committed by rpena
commit b06a92c7de
38 changed files with 1824 additions and 0 deletions

5
src/route.mli Normal file
View file

@ -0,0 +1,5 @@
type t = string array
val pp : Format.formatter -> t -> unit
val of_string : string -> t