Skip to content

Commit

Permalink
opam: fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mor1 committed Apr 18, 2018
1 parent 7b7505e commit da905e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bgp.ml
Original file line number Diff line number Diff line change
Expand Up @@ -1105,7 +1105,7 @@ let parse_buffer_to_t buf =
| None ->
Parser_log.err (fun m -> m "This is a marker. Something unexpected occurs in Bgp.parse_buffer_to_t.");
assert false
| Some it -> Ok it
| Some it -> Result.Ok it
with
| Msg_fmt_err err -> Error (Msg_fmt_error err)
| Notif_fmt_err err -> Error (Notif_fmt_error err)
Expand Down
3 changes: 3 additions & 0 deletions mrt-format.opam
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ build: [
depends: [
"alcotest" {test}
"cstruct" {>= "1.0.1"}
"ipaddr" {>= "2.0.0"}
"logs"
"ocamlfind" {build}
"ppx_cstruct" {build}
"result"
]

0 comments on commit da905e4

Please sign in to comment.