File: dune

package info (click to toggle)
ocaml-bigstringaf 0.10.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 172 kB
  • sloc: ml: 691; ansic: 65; javascript: 31; makefile: 16
file content (16 lines) | stat: -rw-r--r-- 285 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
(library
 (name bigstringaf)
 (public_name bigstringaf)
 (foreign_stubs
  (language c)
  (names bigstringaf_stubs)
  (flags
   (:standard
    (:include cflags.sexp))))
 (js_of_ocaml
  (javascript_files runtime.js)))

(rule
 (targets cflags.sexp)
 (action
  (run config/discover.exe)))