File: dune

package info (click to toggle)
ppx-expect 0.17.3-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 948 kB
  • sloc: ml: 3,399; ansic: 104; javascript: 19; makefile: 15; sh: 2
file content (11 lines) | stat: -rw-r--r-- 310 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
(library
 (foreign_stubs
  (language c)
  (names ppx_expect_runtime_stubs))
 (name ppx_expect_runtime)
 (public_name ppx_expect.runtime)
 (libraries base stdio ppx_inline_test.runtime-lib make_corrected_file
   expect_test_config)
 (js_of_ocaml
  (javascript_files runtime.js))
 (preprocess no_preprocessing))