Declarative JSON data manipulation for OCaml
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 11 lines 209 B view raw
1let () = 2 Alcotest.run "json" 3 [ 4 Test_sort.suite; 5 Test_error.suite; 6 Test_value.suite; 7 Test_codec.suite; 8 Test_tape.suite; 9 Test_json.suite; 10 Test_cursor.suite; 11 ]