|
root / lang / ocaml-seq / package.toml
package.toml TOML 14 lines 345 B
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
[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