[package]
name = "ocaml-seq"version = "base"description = "OCaml standard iterator type compatibility package"homepage = "https://github.com/ocaml/ocaml"license = "LGPL-2.1"[dependencies]
build = ["ocaml"]
runtime = ["ocaml"]
# seq is part of OCaml stdlib since 4.07, no source needed# This package just installs META file for ocamlfind