this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #27635 from mseri/seq

Archive seq 0.2.2

authored by

Marcello Seri and committed by
GitHub
4f8517f5 9c79da53

-24
-24
packages/seq/seq.0.2.2/opam
··· 1 - opam-version: "2.0" 2 - synopsis: 3 - "Compatibility package for OCaml's standard iterator type starting from 4.07" 4 - maintainer: "simon.cruanes.2007@m4x.org" 5 - license: "LGPL-2.1-only" 6 - build: [ 7 - ["dune" "build" "-p" name "-j" jobs] 8 - ] 9 - depends: [ 10 - "dune" {>= "1.1.0"} 11 - "ocaml" 12 - ] 13 - tags: [ "iterator" "seq" "pure" "list" "compatibility" "cascade" ] 14 - homepage: "https://github.com/c-cube/seq/" 15 - bug-reports: "https://github.com/c-cube/seq/issues" 16 - dev-repo: "git+https://github.com/c-cube/seq.git" 17 - authors: "Simon Cruanes" 18 - url { 19 - src: "https://github.com/c-cube/seq/archive/0.2.2.tar.gz" 20 - checksum: [ 21 - "md5=9033e02283aa3bde9f97f24e632902e3" 22 - "sha512=cab0eb4cb6d9788b7cbd7acbefefc15689d706c97ff7f75dd97faf3c21e466af4d0ff110541a24729db587e7172b1a30a3c2967e17ec2e49cbd923360052c07c" 23 - ] 24 - }