raku-community-modules / URI

Raku realization of URI — Uniform Resource Identifiers handler
Artistic License 2.0
3 stars 14 forks source link

URI not showing up in modules.raku.org #49

Closed JJ closed 2 years ago

JJ commented 2 years ago

This probably not your fault, but still: https://modules.raku.org/search/?q=URI

jonathanstowe commented 2 years ago

It's in the ecosystem index:

{
  "authors": [
    "Perl 6 community"
  ],
  "depends": [

  ],
  "description": "A URI implementation using Raku grammars to implement RFC 3986 BNF",
  "license": "Artistic-2.0",
  "meta-version": 1,
  "name": "URI",
  "perl": "6.*",
  "provides": {
    "IETF::RFC_Grammar": "lib/IETF/RFC_Grammar.rakumod",
    "IETF::RFC_Grammar::IPv6": "lib/IETF/RFC_Grammar/IPv6.rakumod",
    "IETF::RFC_Grammar::URI": "lib/IETF/RFC_Grammar/URI.rakumod",
    "URI": "lib/URI.rakumod",
    "URI::Authority": "lib/URI.rakumod",
    "URI::DefaultPort": "lib/URI/DefaultPort.rakumod",
    "URI::Escape": "lib/URI/Escape.rakumod",
    "URI::Path": "lib/URI/Path.rakumod",
    "URI::Query": "lib/URI/Query.rakumod"
  },
  "raku": "6.*",
  "source-url": "git://github.com/raku-community-modules/URI.git",
  "support": {
    "bugtracker": "https://github.com/raku-community-modules/URI/issues",
    "source": "https://github.com/raku-community-modules/URI.git"
  },
  "version": "0.3.5"
}
JJ commented 2 years ago

But modules.raku.org should pick it up anyway, right?