We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92114c9 commit db5ae2dCopy full SHA for db5ae2d
dune
@@ -1,7 +1,7 @@
1
(env
2
(dev
3
(flags
4
- (:standard -w -6))))
+ (:standard -w -6-32-39))))
5
6
(library
7
(name zarith)
zarith.opam
@@ -17,6 +17,7 @@ build: [
17
depends: [
18
"ocaml" {>="4.07.0"}
19
"dune" {>="2.0"}
20
+ "base-unix"
21
"conf-gmp"
22
]
23
synopsis:
0 commit comments