File: dune

package info (click to toggle)
ocaml-cstruct 6.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 968 kB
  • sloc: ml: 3,676; ansic: 56; javascript: 21; makefile: 18
file content (16 lines) | stat: -rw-r--r-- 313 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
(library
 (name cstruct)
 (public_name cstruct)
 (foreign_stubs
  (language c)
  (names cstruct_stubs))
 (wrapped false)
 (js_of_ocaml
  (javascript_files cstruct.js))
 (modules cstruct cstruct_cap))

(library
 (name cstruct_sexp)
 (public_name cstruct-sexp)
 (modules cstruct_sexp)
 (libraries cstruct sexplib))