File: dune

package info (click to toggle)
ocaml-cohttp 6.2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,624 kB
  • sloc: ml: 13,107; makefile: 20; sh: 18; javascript: 18
file content (13 lines) | stat: -rw-r--r-- 304 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
(test
 (name test)
 (modules test)
 (libraries alcotest cohttp-eio eio eio.mock eio_main logs.fmt)
 (package cohttp-eio)
 (preprocess
  (pps ppx_here)))

(test
 (name test_forward_proxy)
 (modules test_forward_proxy)
 (libraries alcotest cohttp-eio eio eio.mock eio_main logs.fmt)
 (package cohttp-eio))