diff options
author | Sébastien Dailly <sebastien@dailly.me> | 2025-01-10 22:06:06 +0100 |
---|---|---|
committer | Sébastien Dailly <sebastien@dailly.me> | 2025-01-22 12:22:26 +0100 |
commit | 5e15341857e57671a3c617579e3d5dcc89040936 (patch) | |
tree | 8d90ea72c77ccef7f6b6d5eba199204ce01b27d6 /lib/csv/dune | |
parent | 413b86050e364db51eb4f1bb095f70b141c02919 (diff) |
Print the float numbers using the user locale
Diffstat (limited to 'lib/csv/dune')
-rwxr-xr-x | lib/csv/dune | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/csv/dune b/lib/csv/dune index b0f4a72..2cdc868 100755 --- a/lib/csv/dune +++ b/lib/csv/dune @@ -3,4 +3,5 @@ (libraries
re
)
+ (foreign_stubs (language c) (names format))
)
|