File: dune

package info (click to toggle)
ocaml-angstrom 0.16.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,088 kB
  • sloc: ml: 2,012; makefile: 20; sh: 3
file content (16 lines) | stat: -rw-r--r-- 285 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
(library
 (name RFC7159)
 (wrapped false)
 (modules RFC7159)
 (libraries angstrom))

(library
 (name RFC2616)
 (wrapped false)
 (modules RFC2616)
 (libraries angstrom))

;; Build bytecode library just to make sure this compiles
(alias
 (name examples)
 (deps RFC7159.cma RFC2616.cma))