mirror of
https://github.com/c-cube/iter.git
synced 2025-12-06 11:15:32 -05:00
remove useless opam/ dir
This commit is contained in:
parent
836049b6f1
commit
c6c9c7d344
3 changed files with 0 additions and 16 deletions
|
|
@ -1,4 +0,0 @@
|
||||||
Simple sequence abstract datatype.
|
|
||||||
|
|
||||||
It is intented to transfer a finite number of elements from one data structure
|
|
||||||
to another, perhaps with some intermediate transformations.
|
|
||||||
10
opam/opam
10
opam/opam
|
|
@ -1,10 +0,0 @@
|
||||||
opam-version: "1"
|
|
||||||
maintainer: "simon.cruanes@inria.fr"
|
|
||||||
build: [
|
|
||||||
[make]
|
|
||||||
[make "install"]
|
|
||||||
]
|
|
||||||
remove: [
|
|
||||||
["ocamlfind" "remove" "sequence"]
|
|
||||||
]
|
|
||||||
depends: ["ocamlfind"]
|
|
||||||
2
opam/url
2
opam/url
|
|
@ -1,2 +0,0 @@
|
||||||
archive: "https://github.com/c-cube/sequence/archive/0.1.tar.gz"
|
|
||||||
checksum: "967d9d96332effb340f96c86c6a6bb12"
|
|
||||||
Loading…
Add table
Reference in a new issue