aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdelyn Breelove <[email protected]>2019-02-19 13:53:32 -0700
committerAdelyn Breelove <[email protected]>2019-02-19 13:53:32 -0700
commit39459230044f943338907573b32835813a26bbc9 (patch)
tree6a5f057c39c95ded59aca543b4711c416290b0f2
parentforgot to include the current elt (diff)
downloaddisml-39459230044f943338907573b32835813a26bbc9.tar.xz
disml-39459230044f943338907573b32835813a26bbc9.zip
Add Bitmasks to opam deps
-rw-r--r--disml.opam1
1 files changed, 1 insertions, 0 deletions
diff --git a/disml.opam b/disml.opam
index e2c0f04..38d6bc5 100644
--- a/disml.opam
+++ b/disml.opam
@@ -31,6 +31,7 @@ depends: [
"ppx_sexp_conv" {>= "v0.11.2"}
"websocket-async" {>= "2.12"}
"yojson" {>= "1.6.0"}
+ "bitmasks" {>= "1.1.0"}
]
build: [
["dune" "subst"] {pinned}