-
Notifications
You must be signed in to change notification settings - Fork 0
/
dune-project
40 lines (35 loc) · 965 Bytes
/
dune-project
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
(lang dune 2.9)
(name cbor-pack)
(version 0.1)
(using mdx 0.1)
(generate_opam_files true)
(source
(github imandra-ai/cbor-pack))
(authors "Simon Cruanes")
(maintainers "Imandra team")
(license MIT)
;(documentation https://url/to/documentation)
(package
(name cbor-pack)
(synopsis "Library for CBOR-pack: a sharing-aware serialization format on top of CBOR")
(depends (ocaml (>= 4.08)) (cbor (>= 0.5)))
(tags
(cbor ocaml)))
(package
(name cbor-pack-ppx)
(synopsis "Ppx deriver for cbor-pack")
(depends (ocaml (>= 4.08)) cbor (cbor-pack (= :version))
(ppxlib (>= 0.25.0))
(ppx_deriving :with-test)
(mdx (and :with-test (>= 1.9))))
(tags
(cbor ocaml ppx)))
(package
(name cbor-pack-tk)
(synopsis "Cbor-pack toolkit")
(depends
(ocaml (>= 4.08))
(yojson (>= 1.6))
camlzip
(cbor-pack (= :version))))
; See the complete stanza docs at https://dune.readthedocs.io/en/stable/dune-files.html#dune-project