OCaml library for JSONfeed parsing and creation
1(test
2 (name test_jsonfeed)
3 (libraries jsonfeed alcotest str))
4
5(test
6 (name test_serialization)
7 (modules test_serialization)
8 (libraries jsonfeed))
9
10(executable
11 (name test_location_errors)
12 (modules test_location_errors)
13 (libraries jsonfeed))
14
15(cram
16 (deps
17 test_location_errors.exe
18 (glob_files data/*.json)))