{"id":15010218,"url":"https://github.com/clojure/data.fressian","last_synced_at":"2025-04-05T13:01:40.870Z","repository":{"id":11843301,"uuid":"14400242","full_name":"clojure/data.fressian","owner":"clojure","description":"Read and write Fressian data from Clojure","archived":false,"fork":false,"pushed_at":"2024-07-15T17:58:32.000Z","size":83,"stargazers_count":128,"open_issues_count":4,"forks_count":14,"subscribers_count":33,"default_branch":"master","last_synced_at":"2025-03-29T12:02:26.243Z","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":null,"license":"epl-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/clojure.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2013-11-14T16:19:47.000Z","updated_at":"2024-11-13T22:47:12.000Z","dependencies_parsed_at":"2024-02-19T20:42:00.630Z","dependency_job_id":"8c217f9e-2c24-45f2-b333-ac8c4acafd4c","html_url":"https://github.com/clojure/data.fressian","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clojure%2Fdata.fressian","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clojure%2Fdata.fressian/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clojure%2Fdata.fressian/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clojure%2Fdata.fressian/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/clojure","download_url":"https://codeload.github.com/clojure/data.fressian/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247339145,"owners_count":20923012,"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-09-24T19:32:30.784Z","updated_at":"2025-04-05T13:01:40.795Z","avatar_url":"https://github.com/clojure.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# data.fressian\n\nRead and write fressian data. See https://github.com/Datomic/fressian/wiki\n\n# Releases and Dependency Information\n\n[CLI/`deps.edn`](https://clojure.org/reference/deps_edn) dependency information:\n```clojure\norg.clojure/data.fressian {:mvn/version \"1.1.0\"}\n```\n\n[Leiningen](https://github.com/technomancy/leiningen) dependency information:\n\n    [org.clojure/data.fressian \"1.1.0\"]\n\n[Maven](http://maven.apache.org/) dependency information:\n\n    \u003cdependency\u003e\n      \u003cgroupId\u003eorg.clojure\u003c/groupId\u003e\n      \u003cartifactId\u003edata.fressian\u003c/artifactId\u003e\n      \u003cversion\u003e1.1.0\u003c/version\u003e\n    \u003c/dependency\u003e\n\nOther versions:\n\n* [All Released Versions](https://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22data.fressian%22)\n* [Development Snapshots](https://oss.sonatype.org/index.html#nexus-search;gav~org.clojure~data.fressian~~~)\n* [Development Snapshot Repositories](https://dev.clojure.org/display/doc/Maven+Settings+and+Repositories)\n\n# Usage\n\n[API Documentation](https://clojure.github.io/data.fressian/)\n\nBasic examples:\n\n```clojure\n(require '[clojure.data.fressian :as fress])\n\n;; read / write objects\n(fress/write x)\n(fress/read)\n\n;; create reader/write on input/output streams\n(fress/create-reader is)\n(fress/create-writer os)\n```\n\nIt is also possible to create custom tags and handlers. For more information see [Creating custom handlers](https://github.com/clojure/data.fressian/wiki/Creating-custom-handlers) for details.\n\n# Developer Information\n\n* [GitHub project](https://github.com/clojure/data.fressian)\n* [Bug Tracker](https://clojure.atlassian.net/browse/DFRS)\n* [Continuous Integration](https://github.com/clojure/data.fressian/actions/workflows/test.yml)\n\n\n# Copyright and License\n\nCopyright (c) Rich Hickey, Nu North America, Inc. All rights reserved.  The use and\ndistribution terms for this software are covered by the Eclipse Public\nLicense 1.0 (https://opensource.org/license/epl-1-0/) witch can\nbe found in the file epl-v10.html at the root of this distribution.\nBy using this software in any fashion, you are agreeing to be bound by\nthe terms of this license.  You must not remove this notice, or any\nother, from this software.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclojure%2Fdata.fressian","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclojure%2Fdata.fressian","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclojure%2Fdata.fressian/lists"}