mirror of
https://github.com/c-cube/iter.git
synced 2025-12-06 03:05:29 -05:00
37 lines
755 B
Text
37 lines
755 B
Text
opam-version: "1.2"
|
|
name: "sequence"
|
|
version: "1.0"
|
|
author: "Simon Cruanes"
|
|
maintainer: "simon.cruanes.2007@m4x.org"
|
|
license: "BSD-2-clauses"
|
|
build: [
|
|
[make "build"]
|
|
]
|
|
install: ["jbuilder" "install"]
|
|
build-doc: [
|
|
[make "doc"]
|
|
]
|
|
build-test: [
|
|
[make "test"]
|
|
]
|
|
remove: [
|
|
["ocamlfind" "remove" "sequence"]
|
|
]
|
|
depends: [
|
|
"ocamlfind" {build}
|
|
"base-bytes"
|
|
"result"
|
|
"jbuilder" {build}
|
|
"qcheck" {test}
|
|
"qtest" {test}
|
|
"odoc" {doc}
|
|
"ocaml-version" { >= "4.02" }
|
|
]
|
|
tags: [ "sequence" "iterator" "iter" "fold" ]
|
|
homepage: "https://github.com/c-cube/sequence/"
|
|
depopts: [
|
|
"base-bigarray"
|
|
]
|
|
doc: "https://c-cube.github.io/sequence/"
|
|
bug-reports: "https://github.com/c-cube/sequence/issues"
|
|
dev-repo: "https://github.com/c-cube/sequence.git"
|