{"id":22998268,"url":"https://github.com/uswitch/baldr-old-dead","last_synced_at":"2025-08-14T00:31:55.605Z","repository":{"id":16772773,"uuid":"19530921","full_name":"uswitch/baldr-old-dead","owner":"uswitch","description":"Pure and light binary records","archived":false,"fork":false,"pushed_at":"2014-05-20T10:02:49.000Z","size":168,"stargazers_count":23,"open_issues_count":0,"forks_count":0,"subscribers_count":47,"default_branch":"master","last_synced_at":"2024-04-14T11:59:45.971Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"JackDougherty/highcharts-with-google-sheets","license":"epl-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/uswitch.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":"2014-05-07T10:50:44.000Z","updated_at":"2020-08-27T10:45:58.000Z","dependencies_parsed_at":"2022-07-22T07:15:05.170Z","dependency_job_id":null,"html_url":"https://github.com/uswitch/baldr-old-dead","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/uswitch%2Fbaldr-old-dead","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uswitch%2Fbaldr-old-dead/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uswitch%2Fbaldr-old-dead/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uswitch%2Fbaldr-old-dead/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/uswitch","download_url":"https://codeload.github.com/uswitch/baldr-old-dead/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229786999,"owners_count":18124014,"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-12-15T06:12:30.765Z","updated_at":"2024-12-15T06:12:31.350Z","avatar_url":"https://github.com/uswitch.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Baldr](http://upload.wikimedia.org/wikipedia/commons/e/ea/Each_arrow_overshot_his_head_by_Elmer_Boyd_Smith.jpg)\n\n# baldr\n\nNamed after the \"god of light and purity\" in Norse mythology. A light\nand pure file format for records of bytes.\n\n## Usage\n\nAdd the library to your project dependencies.\n\n    [baldr \"0.1.1\"]\n\nWrite byte-arrays to an `OutputStream` using `baldr-writer`.\n\n```clojure\n(let [ostream (ByteArrayOutputStream. 100)\n      write (baldr.core/baldr-writer ostream)]\n  (write (byte-array [1 2 3]))\n  (write (byte-array [1 2 3 4]))\n  (.close ostream))\n```\n\nRead seq of byte-arrays from an `InputStream` using `baldr-seq`.\n\n```clojure\n(let [ostream (ByteArrayOutputStream. 100)\n      write (baldr.core/baldr-writer ostream)]\n  (write (byte-array [1 2 3]))\n  (write (byte-array [1 2 3 4]))\n  (.close ostream)\n  (baldr.core/baldr-seq (ByteArrayInputStream. (.toByteArray ostream))))\n```\n\n## License\n\nCopyright © uSwitch\n\nDistributed under the Eclipse Public License either version 1.0 or (at\nyour option) any later version.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuswitch%2Fbaldr-old-dead","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fuswitch%2Fbaldr-old-dead","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuswitch%2Fbaldr-old-dead/lists"}