ocaml-ng.ocamlPackages_4_07.seq: dummy package with just a META file

Imitate opam which installs the real seq package only for OCaml < 4.07 and only a META file for OCaml >= 4.07.
This commit is contained in:
Théo Zimmermann
2019-05-04 13:55:10 +02:00
committed by Vincent Laporte
parent 8bc70c937b
commit 10d7bfedae
2 changed files with 32 additions and 11 deletions
@@ -0,0 +1,4 @@
name="seq"
version="[distributed with OCaml 4.07 or above]"
description="dummy backward-compatibility package for iterators"
requires=""