[opam] add iter library

Summary: It's useful for lazily iterating through stuff. Used in the next diff.

Reviewed By: da319

Differential Revision: D25461567

fbshipit-source-id: 040ed12d6
master
Jules Villard 4 years ago committed by Facebook GitHub Bot
parent 8b2b797136
commit d3a83beab4

@ -30,6 +30,7 @@ depends: [
"conf-zlib" {build}
"ctypes" {>="0.9.2"}
"dune" {build & >="2.0"}
"iter"
"javalib" {>="3.2.1"}
"mlgmpidl" {>="1.2.12"}
"mtime"

@ -60,6 +60,7 @@ depends: [
"extlib" {= "1.7.7"}
"fieldslib" {= "v0.14.0"}
"integers" {= "0.4.0"}
"iter" {= "1.2.1"}
"jane-street-headers" {= "v0.14.0"}
"javalib" {= "3.2.1"}
"jst-config" {= "v0.14.0"}
@ -71,7 +72,6 @@ depends: [
"num" {= "1.3"}
"ocaml" {= "4.11.1"}
"ocaml-compiler-libs" {= "v0.12.1"}
"ocaml-config" {= "1"}
"ocaml-migrate-parsetree" {= "1.7.3"}
"ocaml-variants" {= "4.11.1+flambda"}
"ocamlbuild" {= "0.14.0"}

Loading…
Cancel
Save