{
  "_id": "6a22837bcd65a98ecbd528c2",
  "Package": "xxhashlite",
  "Type": "Package",
  "Title": "Extremely Fast Hashing of R Objects, Raw Data and Files using\n'xxHash' Algorithms",
  "Version": "0.2.2",
  "Authors@R": "c(\nperson(\"Mike\", \"Cheng\", role = c(\"aut\", \"cre\", 'cph'), email = \"mikefc@coolbutuseless.com\"),\nperson(\"Yann\", \"Collet\", role = c(\"ctb\", \"cph\"), comment = \"Author of the embedded xxhash library\")\n)",
  "Maintainer": "Mike Cheng <mikefc@coolbutuseless.com>",
  "Description": "Extremely fast hashing of R objects using 'xxHash'.  R\nobjects are hashed via the standard serialization mechanism in\nR.  Raw byte vectors and strings can be handled directly for\ncompatibility with hashes created on other systems.  This\nimplementation is a wrapper around the 'xxHash' 'C' library\nwhich is available from <https://github.com/Cyan4973/xxHash>.",
  "License": "MIT + file LICENSE",
  "URL": "https://github.com/coolbutuseless/xxhashlite",
  "BugReports": "https://github.com/coolbutuseless/xxhashlite/issues",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.3.1",
  "Copyright": "This package includes code from the 'xxhash' written Yann\nCollet. See file 'inst/LICENSE-xxhash' for copyright\ninformation of the original library.",
  "Repository": "https://coolbutuseless.r-universe.dev",
  "Date/Publication": "2024-12-24 04:54:11 UTC",
  "RemoteUrl": "https://github.com/coolbutuseless/xxhashlite",
  "RemoteRef": "HEAD",
  "RemoteSha": "7110cc1a6d9cdbf3f1ecffabd55dae25f1c62f63",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-06-05 08:01:41 UTC",
    "User": "root"
  },
  "Author": "Mike Cheng [aut, cre, cph],\nYann Collet [ctb, cph] (Author of the embedded xxhash library)",
  "MD5sum": "884c887b10e070d9f35e3fe04b586e22",
  "_user": "coolbutuseless",
  "_type": "src",
  "_file": "xxhashlite_0.2.2.tar.gz",
  "_fileid": "12076f0c4f91e4cb49e8eec6b1125e03a07462f05ce876f3255ae1556debc4ca",
  "_filesize": 229672,
  "_sha256": "12076f0c4f91e4cb49e8eec6b1125e03a07462f05ce876f3255ae1556debc4ca",
  "_created": "2026-06-05T08:01:41.000Z",
  "_published": "2026-06-05T08:06:19.949Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79688154096,
      "time": 118,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7431748459"
    },
    {
      "job": 79688154075,
      "time": 103,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7431743586"
    },
    {
      "job": 79688154138,
      "time": 102,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7431744092"
    },
    {
      "job": 79688154100,
      "time": 98,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7431742095"
    },
    {
      "job": 79688154112,
      "time": 90,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7431739923"
    },
    {
      "job": 79688154081,
      "time": 154,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7431758321"
    },
    {
      "job": 79688154095,
      "time": 95,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7431740869"
    },
    {
      "job": 79688154087,
      "time": 243,
      "config": "macos-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7431783733"
    },
    {
      "job": 79687828026,
      "time": 128,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7431712132"
    },
    {
      "job": 79688154058,
      "time": 95,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7431740516"
    },
    {
      "job": 79688154094,
      "time": 73,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7431734852"
    },
    {
      "job": 79688154077,
      "time": 68,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7431733253"
    },
    {
      "job": 79688154078,
      "time": 171,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7431763687"
    }
  ],
  "_buildurl": "https://github.com/r-universe/coolbutuseless/actions/runs/27003034374",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/coolbutuseless/xxhashlite",
  "_commit": {
    "id": "7110cc1a6d9cdbf3f1ecffabd55dae25f1c62f63",
    "author": "mike <mikefc@coolbutuseless.com>",
    "committer": "mike <mikefc@coolbutuseless.com>",
    "message": "Add CRAN links\n",
    "time": 1735016051
  },
  "_maintainer": {
    "name": "Mike Cheng",
    "email": "mikefc@coolbutuseless.com",
    "login": "coolbutuseless",
    "description": "Cool, but useless.",
    "uuid": 181818
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.5.0",
      "role": "Depends"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    }
  ],
  "_owner": "coolbutuseless",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 38,
  "_contributors": [
    {
      "user": "coolbutuseless",
      "count": 37,
      "uuid": 181818
    }
  ],
  "_userbio": {
    "uuid": 181818,
    "type": "user",
    "name": "mikefc",
    "description": "Cool, but useless."
  },
  "_downloads": {
    "count": 182,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/xxhashlite"
  },
  "_devurl": "https://github.com/coolbutuseless/xxhashlite",
  "_searchresults": 3,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "extra/xxhashlite.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/coolbutuseless/xxhashlite",
  "_realowner": "coolbutuseless",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.2.2",
      "date": "2024-03-12"
    }
  ],
  "_exports": [
    "xxhash",
    "xxhash_con",
    "xxhash_file",
    "xxhash_raw"
  ],
  "_help": [
    {
      "page": "xxhash",
      "title": "Calculate the hash of an arbitrary R object.",
      "topics": [
        "xxhash"
      ]
    },
    {
      "page": "xxhash_con",
      "title": "Calculate the hash of data from a connection object",
      "topics": [
        "xxhash_con"
      ]
    },
    {
      "page": "xxhash_file",
      "title": "Calculate the hash of a file",
      "topics": [
        "xxhash_file"
      ]
    },
    {
      "page": "xxhash_raw",
      "title": "Calculate the hash of a raw vector or string",
      "topics": [
        "xxhash_raw"
      ]
    }
  ],
  "_readme": "https://github.com/coolbutuseless/xxhashlite/raw/HEAD/README.md",
  "_rundeps": [],
  "_score": 4.278753600952829,
  "_indexed": true,
  "_nocasepkg": "xxhashlite",
  "_universes": [
    "coolbutuseless"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.2",
      "date": "2026-06-05T08:03:47.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "7110cc1a6d9cdbf3f1ecffabd55dae25f1c62f63",
      "fileid": "1cf0f7ef2007ccf2ff5122e535a57285148f73dd42eebb9c3c6e133e226e2a0b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/coolbutuseless/actions/runs/27003034374"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.2",
      "date": "2026-06-05T08:03:29.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "7110cc1a6d9cdbf3f1ecffabd55dae25f1c62f63",
      "fileid": "7ab38c320d656cdc3e73b985b9c1d366c7f655e652b9678ce8dad6dd25760043",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/coolbutuseless/actions/runs/27003034374"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.2.2",
      "date": "2026-06-05T08:03:31.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "7110cc1a6d9cdbf3f1ecffabd55dae25f1c62f63",
      "fileid": "d028094ccc675dcc80d2e0c1fa72c2881428d087261987d8b52012aa25c408cb",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/coolbutuseless/actions/runs/27003034374"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.2.2",
      "date": "2026-06-05T08:03:24.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "7110cc1a6d9cdbf3f1ecffabd55dae25f1c62f63",
      "fileid": "96ffbb11ef64cd35986b3dcd13618bc8811917bf4f37df5a1378a6718c7e620c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/coolbutuseless/actions/runs/27003034374"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.2",
      "date": "2026-06-05T08:03:16.000Z",
      "arch": "aarch64",
      "commit": "7110cc1a6d9cdbf3f1ecffabd55dae25f1c62f63",
      "fileid": "f7c32f1ec877d4d7c2f3addc1a925375c7d0add21d11c953bbb19e43e809cc7a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/coolbutuseless/actions/runs/27003034374"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.2",
      "date": "2026-06-05T08:04:09.000Z",
      "arch": "x86_64",
      "commit": "7110cc1a6d9cdbf3f1ecffabd55dae25f1c62f63",
      "fileid": "85663dabc155ef24b24f4d3ddb0c33dc8a96d8f39fa625bae9f28263110fb3ce",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/coolbutuseless/actions/runs/27003034374"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.2.2",
      "date": "2026-06-05T08:03:18.000Z",
      "arch": "aarch64",
      "commit": "7110cc1a6d9cdbf3f1ecffabd55dae25f1c62f63",
      "fileid": "b464a4895945169fe43eec2351b72be140fc97363382f4004cd76751bdd54ba5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/coolbutuseless/actions/runs/27003034374"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.2.2",
      "date": "2026-06-05T08:05:27.000Z",
      "arch": "x86_64",
      "commit": "7110cc1a6d9cdbf3f1ecffabd55dae25f1c62f63",
      "fileid": "45b4ce3eb102cd60a3ad24c771193bdfb83060a7e2bfa105774d3fca0f15b524",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/coolbutuseless/actions/runs/27003034374"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2.2",
      "date": "2026-06-05T08:03:26.000Z",
      "arch": "emscripten",
      "commit": "7110cc1a6d9cdbf3f1ecffabd55dae25f1c62f63",
      "fileid": "c62009aec7edbfcc29fdda02ff893244a83b131296c8eeabc8215123e6af8104",
      "status": "success",
      "buildurl": "https://github.com/r-universe/coolbutuseless/actions/runs/27003034374"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.2.2",
      "date": "2026-06-05T08:02:47.000Z",
      "arch": "x86_64",
      "commit": "7110cc1a6d9cdbf3f1ecffabd55dae25f1c62f63",
      "fileid": "71dc89dbd3c7920d79f082ae1c80061506a1ec9d69da5e4dea3ddfeb28697408",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/coolbutuseless/actions/runs/27003034374"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.2.2",
      "date": "2026-06-05T08:02:41.000Z",
      "arch": "x86_64",
      "commit": "7110cc1a6d9cdbf3f1ecffabd55dae25f1c62f63",
      "fileid": "1b70f7c984262c45480916f8b632be68cce78d14e1155ba19d55a8d0fe67ea8b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/coolbutuseless/actions/runs/27003034374"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.2.2",
      "date": "2026-06-05T08:04:07.000Z",
      "arch": "x86_64",
      "commit": "7110cc1a6d9cdbf3f1ecffabd55dae25f1c62f63",
      "fileid": "459f527b12b9b9c1c748e983109d1d58ef16638583a2c43f9a6055226b26dd9d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/coolbutuseless/actions/runs/27003034374"
    }
  ]
}