mirror of
https://github.com/c-cube/iter.git
synced 2025-12-06 11:15:32 -05:00
chore: add opam file for iter
This commit is contained in:
parent
a917dc663b
commit
6a8197d0f8
2 changed files with 29 additions and 1 deletions
28
iter.opam
Normal file
28
iter.opam
Normal file
|
|
@ -0,0 +1,28 @@
|
||||||
|
opam-version: "2.0"
|
||||||
|
name: "iter"
|
||||||
|
version: "1.2"
|
||||||
|
author: "Simon Cruanes"
|
||||||
|
maintainer: "simon.cruanes.2007@m4x.org"
|
||||||
|
license: "BSD-2-clauses"
|
||||||
|
synopsis: "Simple abstract over `iter` functions, intended to iterate efficiently on collections while performing some transformations"
|
||||||
|
build: [
|
||||||
|
["dune" "build" "@install" "-p" name "-j" jobs]
|
||||||
|
["dune" "build" "@doc" "-p" name] {with-doc}
|
||||||
|
["dune" "runtest" "-p" name] {with-test}
|
||||||
|
]
|
||||||
|
depends: [
|
||||||
|
"base-bytes"
|
||||||
|
"result"
|
||||||
|
"dune" {build}
|
||||||
|
"qcheck" {with-test}
|
||||||
|
"qtest" {with-test}
|
||||||
|
"odoc" {with-doc}
|
||||||
|
]
|
||||||
|
tags: [ "sequence" "iterator" "iter" "fold" ]
|
||||||
|
homepage: "https://github.com/c-cube/iter/"
|
||||||
|
depopts: [
|
||||||
|
"base-bigarray"
|
||||||
|
]
|
||||||
|
doc: "https://c-cube.github.io/iter/"
|
||||||
|
bug-reports: "https://github.com/c-cube/iter/issues"
|
||||||
|
dev-repo: "git+https://github.com/c-cube/iter.git"
|
||||||
|
|
@ -4,7 +4,7 @@ version: "1.1"
|
||||||
author: "Simon Cruanes"
|
author: "Simon Cruanes"
|
||||||
maintainer: "simon.cruanes.2007@m4x.org"
|
maintainer: "simon.cruanes.2007@m4x.org"
|
||||||
license: "BSD-2-clauses"
|
license: "BSD-2-clauses"
|
||||||
synopsis: "compatibility package for `iter`"
|
synopsis: "Compatibility package for `iter`"
|
||||||
build: [
|
build: [
|
||||||
["dune" "build" "@install" "-p" name "-j" jobs]
|
["dune" "build" "@install" "-p" name "-j" jobs]
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue