File: dune

package info (click to toggle)
ocaml-sqlite3 5.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 340 kB
  • sloc: ansic: 1,388; ml: 1,235; makefile: 28
file content (6 lines) | stat: -rw-r--r-- 110 bytes parent folder | download
1
2
3
4
5
6
(library
 (name sqlite3_test)
 (inline_tests)
 (libraries str sqlite3)
 (preprocess
  (pps ppx_inline_test)))