Help language development. Donate to The Perl Foundation

CheckSocket zef:jonathanstowe last updated on 2022-08-08

META6.json
{
  "depends": [
  ],
  "raku": "6.*",
  "resources": [
  ],
  "author": "Jonathan Stowe <[email protected]>",
  "license": "Artistic-2.0",
  "api": "1.0",
  "authors": [
    "Jonathan Stowe <[email protected]>"
  ],
  "support": {
    "source": "git://github.com/jonathanstowe/CheckSocket.git",
    "bugtracker": "https://github.com/jonathanstowe/CheckSocket/issues"
  },
  "name": "CheckSocket",
  "meta-version": "1",
  "test-depends": [
    "Test"
  ],
  "auth": "zef:jonathanstowe",
  "source-url": "git://github.com/jonathanstowe/CheckSocket.git",
  "description": "very simple Raku function to test if a TCP or UNIX domain socket is listening on a given address",
  "tags": [
    "network",
    "utils",
    "test"
  ],
  "version": "0.0.10",
  "build-depends": [
  ],
  "provides": {
    "CheckSocket": "lib/CheckSocket.rakumod"
  }
}