aboutsummaryrefslogtreecommitdiff
path: root/lib/dune
blob: a5a2e6e7d0d72f83b8907fc181222cbc8463ccbd (plain) (blame)
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
(library
	(name disml)
	(public_name disml)
	(synopsis "An OCaml library for interfacing with the Discord API")
	(modules
		activity
		attachment
		ban ban_t
		channel channel_t
		embed
		emoji
		guild guild_t
		member member_t
		message message_t
		presence
		reaction reaction_t
		role role_t
		snowflake
		user user_t
		client client_options dispatch endpoints event http opcode rl sharder
	)
	(libraries core async_ssl cohttp-async logs yojson websocket-async zlib ppx_deriving_yojson.runtime)
	(preprocess (pps ppx_jane ppx_deriving_yojson))
)

(include_subdirs unqualified)