From d3a83beab4d0f2744af8013fb8ab0ea08d5b1772 Mon Sep 17 00:00:00 2001 From: Jules Villard Date: Thu, 10 Dec 2020 08:02:44 -0800 Subject: [PATCH] [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 --- opam | 1 + opam.locked | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/opam b/opam index 945cc080f..1c6b548db 100644 --- a/opam +++ b/opam @@ -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" diff --git a/opam.locked b/opam.locked index 89fa89d8d..b5261146c 100644 --- a/opam.locked +++ b/opam.locked @@ -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"}