c-cube / iter

Simple iterator abstract datatype, intended to iterate efficiently on collections while performing some transformations.
https://c-cube.github.io/iter
BSD 2-Clause "Simplified" License
118 stars 11 forks source link

The Synopsis line is empty (with $ opam list) #32

Closed Fourchaux closed 3 years ago

Fourchaux commented 3 years ago

iter v1.2.1 - opam v2.1.0

No Synopsis line when running:
$ opam list

Using ...over 'iter' instead of ...over `iter` should solve the issue.
c-cube commented 3 years ago

That's a opam bug in my book.

Fourchaux commented 3 years ago

Sorry to re-open this issue, but look at this: https://github.com/ocaml/opam/issues/4846

Une petite partie de :ping_pong: ?

c-cube commented 3 years ago

Shouldn't that be in opam-repo? The iter.opam file seems correct since it has a description field, right?

Fourchaux commented 3 years ago

The problem is more general. The opam files are not up to date. In particular all the commits (of your master branch) applied since 12_12_2019 (at least) are non-existent.

Who is responsible for updating the version of iter on opam?

c-cube commented 3 years ago

ah, is it a problem with opam-publish then? :roll_eyes:

edit: I've done the releases, but didn't check the opam files, I trusted opam-publish with them. Maybe it kept the old value.