Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clj-commons/clj-yaml
YAML encoding and decoding for Clojure
https://github.com/clj-commons/clj-yaml
clojure snakeyaml yaml yaml-parser
Last synced: 22 days ago
JSON representation
YAML encoding and decoding for Clojure
- Host: GitHub
- URL: https://github.com/clj-commons/clj-yaml
- Owner: clj-commons
- License: other
- Created: 2019-01-04T18:37:43.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-10T13:12:25.000Z (about 2 months ago)
- Last Synced: 2024-09-28T17:40:54.724Z (about 1 month ago)
- Topics: clojure, snakeyaml, yaml, yaml-parser
- Language: Clojure
- Homepage:
- Size: 265 KB
- Stars: 120
- Watchers: 8
- Forks: 25
- Open Issues: 3
-
Metadata Files:
- Readme: README.adoc
- Changelog: CHANGELOG.adoc
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
= `clj-commons/clj-yaml`
:project-coords: clj-commons/clj-yamlProvides http://yaml.org[YAML] encoding and decoding for Clojure via the https://bitbucket.org/snakeyaml/snakeyaml[SnakeYAML] Java library.
// Badges
https://clojars.org/{project-coords}[image:https://img.shields.io/clojars/v/{project-coords}.svg[Clojars Project]]
https://cljdoc.org/d/{project-coords}[image:https://cljdoc.org/badge/{project-coords}[cljdoc badge]]
https://github.com/{project-coords}/actions/workflows/tests.yml[image:https://github.com/{project-coords}/actions/workflows/tests.yml/badge.svg[CI tests]]
https://github.com/{project-coords}/actions/workflows/nvd_scanner.yml[image:https://github.com/clj-commons/clj-yaml/actions/workflows/nvd_scanner.yml/badge.svg[nvd scanner]]
https://babashka.org[image:https://raw.githubusercontent.com/babashka/babashka/master/logo/built-in-badge.svg[bb built-in]]
https://clojurians.slack.com/archives/C042XAQFCCU[image:https://img.shields.io/badge/slack-join_chat-brightgreen.svg[Slack chat]](This is a maintained fork of https://github.com/CircleCI-Archived/clj-yaml[the circleci clj-yaml fork] which forked from https://github.com/lancepantz/clj-yaml[the original clj-yaml])
== Documentation
* link:doc/01-user-guide.adoc[User Guide]
* link:doc/02-developer-guide.adoc[Developer Guide]
* link:doc/03-maintainer-guide.adoc[Maintainer Guide]== People
=== Contributors
A huge thank you to https://github.com/clj-commons/clj-yaml/graphs/contributors[all the people who have contributed directly to clj-yaml]!=== Founders
* https://github.com/lancepantz[@lancepantz] - the creator or clj-yaml
* https://github.com/marcomorain[@marcomorain] - the holder of the torch for the CircleCI fork=== Current Active Maintainers
* https://github.com/borkdude[@borkdude]
* https://github.com/lread[@lread]== License
(c) Lance Bradley - Licensed under the same terms as Clojure itself.
See link:LICENSE[LICENSE] file for details.
Portions (c) Owain Lewis as marked.