diff options
| author | Adelyn Breelove <[email protected]> | 2019-02-19 13:53:32 -0700 |
|---|---|---|
| committer | Adelyn Breelove <[email protected]> | 2019-02-19 13:53:32 -0700 |
| commit | 39459230044f943338907573b32835813a26bbc9 (patch) | |
| tree | 6a5f057c39c95ded59aca543b4711c416290b0f2 | |
| parent | forgot to include the current elt (diff) | |
| download | disml-39459230044f943338907573b32835813a26bbc9.tar.xz disml-39459230044f943338907573b32835813a26bbc9.zip | |
Add Bitmasks to opam deps
| -rw-r--r-- | disml.opam | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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}
|