File: dune

package info (click to toggle)
ocaml-ctypes 0.24.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,180 kB
  • sloc: ml: 13,406; ansic: 3,316; makefile: 72
file content (14 lines) | stat: -rw-r--r-- 281 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
(test
 (name test_foreign_values)
 (package ctypes-foreign)
 (deps ../clib/clib%{ext_dll})
 (link_flags
  (:include ../flags/link-flags.sexp))
 (libraries
  ounit2
  ctypes
  ctypes.stubs
  ctypes-foreign
  test_foreign_values_stubs
  test_foreign_values_bindings
  tests_common))