Skip to content

Commit 7657760

Browse files
committed
dune: add explicit bigarray dependency
per ocaml/opam-repository#14001
1 parent 2cf912a commit 7657760

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 0.3.1 (2019-04-25)
2+
3+
* Add explicit dependency on `bigarray`
4+
15
### 0.3.0 (2018-04-18)
26

37
* Extensive additions to BGP parsing support from @jimyuan1995

lib/dune

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,10 @@
55
(preprocess
66
(pps ppx_cstruct))
77
(flags :standard -w A-27-32-4-39-8-44-3-6)
8-
(libraries cstruct ipaddr logs result))
8+
(libraries
9+
bigarray
10+
cstruct
11+
ipaddr
12+
logs
13+
result
14+
))

0 commit comments

Comments
 (0)