{"id":19789360,"url":"https://github.com/kelsey-sorrels/rockpick","last_synced_at":"2026-06-11T11:31:33.068Z","repository":{"id":62434541,"uuid":"39393364","full_name":"kelsey-sorrels/rockpick","owner":"kelsey-sorrels","description":"A Clojure library for reading and writing REXPaint .xp files","archived":false,"fork":false,"pushed_at":"2018-11-23T21:50:45.000Z","size":25,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-05-27T18:36:24.585Z","etag":null,"topics":["clojure","rexpaint"],"latest_commit_sha":null,"homepage":"https://clojars.org/rockpick","language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kelsey-sorrels.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-07-20T15:55:17.000Z","updated_at":"2025-07-03T06:40:01.000Z","dependencies_parsed_at":"2022-11-01T20:45:57.636Z","dependency_job_id":null,"html_url":"https://github.com/kelsey-sorrels/rockpick","commit_stats":null,"previous_names":["aaron-santos/rockpick"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kelsey-sorrels/rockpick","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kelsey-sorrels%2Frockpick","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kelsey-sorrels%2Frockpick/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kelsey-sorrels%2Frockpick/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kelsey-sorrels%2Frockpick/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kelsey-sorrels","download_url":"https://codeload.github.com/kelsey-sorrels/rockpick/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kelsey-sorrels%2Frockpick/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34197393,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-11T02:00:06.485Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["clojure","rexpaint"],"created_at":"2024-11-12T06:31:28.849Z","updated_at":"2026-06-11T11:31:32.837Z","avatar_url":"https://github.com/kelsey-sorrels.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rockpick\n\nA Clojure library designed to read REXPaint .xp files into plain old Clojure datastructures and writing to .xp files.\n\n## Usage\n```clojure\n[rockpick \"0.1.0-SNAPSHOT\"]\n```\n\n```clojure\n(def layers (rockpick.core/read-xp (clojure.java.io/input-stream \"/path/to/file.xp\"))\n\nuser=\u003e layers\n(({:ch \\R, :fg {:r 217, :g 0, :b 0}, :bg {:r 51, :g 51, :b 51}} {:ch \\R, :fg {:r 217, :g 0, :b 0}, :bg {:r 51, :g 51, :b 51}} {:ch \\R, :fg {:r 217, :g 0, :b 0}, :bg {:r 51, :g 51, :b 51}} {:ch \\R, :fg {:r 217, :g 0, :b 0}, :bg {:r 51, :g 51, :b 51}} {:ch \\R, :fg {:r 217, :g 0, :b 0}, :bg {:r 51, :g 51, :b 51}} {:ch \\G, :fg {:r 0, :g 217, :b 0}, :bg {:r 51, :g 51, :b 51}} {:ch \\G, :fg {:r 0, :g 217, :b 0}, :bg {:r 51, :g 51, :b 51}} {:ch \\G, :fg {:r 0, :g 217, :b 0}, :bg {:r 51, :g 51, :b 51}} {:ch \\G, :fg {:r 0, :g 217, :b 0}, :bg {:r 51, :g 51, :b 51}} {:ch \\G, :fg {:r 0, :g 217, :b 0}, :bg {:r 51, :g 51, :b 51}} {:ch \\b, :fg {:r 0, :g 163, :b 217}, :bg {:r 51, :g 51, :b 51}} {:ch \\b, :fg {:r 0, :g 163, :b 217}, :bg {:r 51, :g 51, :b 51}} {:ch \\b, :fg {:r 0, :g 163, :b 217}, :bg {:r 51, :g 51, :b 51}} {:ch \\b, :fg {:r 0, :g 163, :b 217}, :bg {:r 51, :g 51, :b 51}} {:ch \\b, :fg {:r 0, :g 163, :b 217}, :bg {:r 51, :g 51, :b 51}} {:ch \\space, :fg {:r 0, :g 0, :b 0}, :bg {:r 0, :g 0, :b 0}} {:ch \\space, :fg {:r 0, :g 0, :b 0}, :bg {:r 0, :g 0, :b 0}} {:ch \\space, :fg {:r 0, :g 0, :b 0}, :bg {:r 0, :g 0, :b 0}} {:ch \\space, :fg {:r 0, :g 0, :b 0}, :bg {:r 0, :g 0, :b 0}} {:ch \\space, :fg {:r 0, :g 0, :b 0}, :bg {:r 0, :g 0, :b 0}} {:ch \\space, :fg {:r 0, :g 0, :b 0}, :bg {:r 0, :g 0, :b 0}} {:ch \\space, :fg {:r 0, :g 0, :b 0}, :bg {:r 0, :g 0, :b 0}} {:ch \\space, :fg {:r 0, :g 0, :b 0}, :bg {:r 0, :g 0, :b 0}} {:ch \\space, :fg {:r 0, :g 0, :b 0}, :bg {:r 0, :g 0, :b 0}} {:ch \\space, :fg {:r 0, :g 0, :b 0}, :bg {:r 0, :g 0, :b 0}} {:ch \\space, :fg {:r 0, :g 0, :b 0}, :bg {:r 0, :g 0, :b 0}} {:ch \\space, :fg {:r 0, :g 0, :b 0}, :bg {:r 0, :g 0, :b 0}} {:ch \\space, :fg {:r 0, :g 0, :b 0}, :bg {:r 0, :g 0, :b 0}} {:ch \\space, :fg {:r 0, :g 0, :b 0}, :bg {:r 0, :g 0, :b 0}} {:ch \\space, :fg {:r 0, :g 0, :b 0}, :bg {:r 0, :g 0, :b 0}}))\n\nuser=\u003e (rockpick.core/write-xp (clojure.java.io/output-stream \"output.xp\") layers)\nnil\n```\n## License\n\nGNU Lesser GPL v3.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkelsey-sorrels%2Frockpick","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkelsey-sorrels%2Frockpick","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkelsey-sorrels%2Frockpick/lists"}