Skip to content

Commit

Permalink
replace Pervasives with stdlib-shims
Browse files Browse the repository at this point in the history
Signed-off-by: Olaf Hering <olaf@aepfle.de>
  • Loading branch information
olafhering committed Jun 1, 2021
1 parent fd6960d commit 485620c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions dune
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
(synopsis "OCaml ZIP interface")
(wrapped false)
(modules gzip zip zlib)
(libraries stdlib-shims)
(c_names zlibstubs)
(c_flags
(:include c_flags.sexp))
Expand Down
1 change: 1 addition & 0 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
(depends
dune-configurator
dune
stdlib-shims
conf-zlib
(ocaml
(>= 4.02.0))))
1 change: 1 addition & 0 deletions zip.opam
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ description: "Reading and writing zip and gzip files from OCaml."
depends: [
"dune-configurator"
"dune"
"stdlib-shims"
"conf-zlib"
"ocaml" {>= "4.02.0"}
]

0 comments on commit 485620c

Please sign in to comment.