forked from roddyyaga/ppx_rapper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dune-project
55 lines (44 loc) · 881 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
(lang dune 2.0)
(name ppx_rapper)
(version 3.0.0)
(source
(github roddyyaga/ppx_rapper))
(documentation "https://github.com/roddyyaga/ppx_rapper")
(license MIT)
(authors "Roddy MacSween <[email protected]>")
(maintainers "Roddy MacSween <[email protected]>")
(generate_opam_files true)
(package
(name ppx_rapper)
(synopsis "Syntax extension for Caqti/PostgreSQL queries")
(depends
(ocaml
(>= 4.07))
pg_query
(ppxlib
(>= 0.3.1))
(base
(>= v0.11.1))
(caqti
(>= 1.2.0))))
(package
(name ppx_rapper_async)
(synopsis "Async support for ppx_rapper")
(depends
(ocaml
(>= 4.07))
(ppx_rapper
(= :version))
caqti-async
async))
(package
(name ppx_rapper_lwt)
(synopsis "Lwt support for ppx_rapper")
(depends
(ocaml
(>= 4.07))
(ppx_rapper
(= :version))
caqti-lwt
lwt
(caqti-type-calendar :with-test)))