{"id":20836527,"url":"https://github.com/corasaurus-hex/janet-sequence-cursor","last_synced_at":"2026-03-19T17:45:59.748Z","repository":{"id":66398902,"uuid":"287637395","full_name":"corasaurus-hex/janet-sequence-cursor","owner":"corasaurus-hex","description":"A data structure for moving around sequences (lists/arrays/tuples) in janet.","archived":false,"fork":false,"pushed_at":"2022-05-17T03:44:09.000Z","size":6,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-18T22:28:22.743Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Janet","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/corasaurus-hex.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-08-14T22:44:45.000Z","updated_at":"2022-05-17T03:44:12.000Z","dependencies_parsed_at":"2023-02-21T02:30:49.578Z","dependency_job_id":null,"html_url":"https://github.com/corasaurus-hex/janet-sequence-cursor","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/corasaurus-hex%2Fjanet-sequence-cursor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/corasaurus-hex%2Fjanet-sequence-cursor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/corasaurus-hex%2Fjanet-sequence-cursor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/corasaurus-hex%2Fjanet-sequence-cursor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/corasaurus-hex","download_url":"https://codeload.github.com/corasaurus-hex/janet-sequence-cursor/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243189831,"owners_count":20250787,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-11-18T00:30:24.074Z","updated_at":"2026-03-11T19:03:53.708Z","avatar_url":"https://github.com/corasaurus-hex.png","language":"Janet","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sequence Cursor\n\nA library for moving around a sequence (list/array/tuple) in Janet.\n\n## Usage\n\n1. Add this a dependency in your `project.janet` file and install deps.\n\n```clojure\n(declare-project\n  :name \"my-project\"\n  :description \"my project\"\n  :dependencies [\"https://github.com/corasaurus-hex/janet-sequence-cursor\"])\n```\n\n```sh\njpm deps\n```\n\n2. Import the module.\n\n```clojure\n(import sequence-cursor :as sc)\n```\n\n3. Use!\n\n```clojure\n(def seq (sc/make [:a :b :c]))\n\n(:next seq)\n;;# =\u003e :a\n```\n\n## Documentation\n\nCheck out the tests and the docs on individual functions for more on how to use this.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcorasaurus-hex%2Fjanet-sequence-cursor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcorasaurus-hex%2Fjanet-sequence-cursor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcorasaurus-hex%2Fjanet-sequence-cursor/lists"}