OCaml codecs for the Citation File Format (CFF)
at main 13 lines 297 B view raw
1(test 2 (name test_cff) 3 (package cff) 4 (libraries cff cff.unix alcotest) 5 (deps 6 (source_tree ../vendor/git/citation-file-format/examples))) 7 8(test 9 (name test_cff_eio) 10 (package cff) 11 (libraries cff cff.eio alcotest eio_main) 12 (deps 13 (source_tree ../vendor/git/citation-file-format/examples)))