{"id":13343295,"url":"https://github.com/ItsMeijers/SCAML","last_synced_at":"2025-03-12T04:33:04.620Z","repository":{"id":96091420,"uuid":"111539841","full_name":"ItsMeijers/SCAML","owner":"ItsMeijers","description":"A purely functional Scala library for the YAML markup language","archived":false,"fork":false,"pushed_at":"2018-08-22T09:52:00.000Z","size":24,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-24T15:39:05.093Z","etag":null,"topics":["functional","jvm","native","scala","yaml","yaml-parser"],"latest_commit_sha":null,"homepage":"","language":"Scala","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/ItsMeijers.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":"2017-11-21T11:26:01.000Z","updated_at":"2018-08-22T09:52:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"a1ced6d7-aade-4d1f-9fce-ced7c68ae40d","html_url":"https://github.com/ItsMeijers/SCAML","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/ItsMeijers%2FSCAML","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ItsMeijers%2FSCAML/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ItsMeijers%2FSCAML/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ItsMeijers%2FSCAML/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ItsMeijers","download_url":"https://codeload.github.com/ItsMeijers/SCAML/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243158974,"owners_count":20245668,"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":["functional","jvm","native","scala","yaml","yaml-parser"],"created_at":"2024-07-29T19:31:07.974Z","updated_at":"2025-03-12T04:33:04.604Z","avatar_url":"https://github.com/ItsMeijers.png","language":"Scala","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SCAML - A purely functional Scala library for the YAML markup language\n\n**_Note that this project is currently under heavy development and not near production ready._**\n\n## Overview\n\n### Features\n\n* Pure YAML processor\n* Generic derivation (TODO)\n* Lenses integration (TODO)\n* Speed (TODO)\n\n## Quick-start\n\nTo add SCAML as a dependency to your Scala project:\n\n```\nsbt settings\n```\n\nUsage examples:\n\nExample YAML:\n\n```YAML\nname: Thomas\naddress:\n    street: Code Street\n    number: 777\n    addon: A\n    postalCode:\n      number: 20\n      addon: ab\nage: 200\n```\n\nExample Scala:\n\n```scala\ncase class PostalCode(number: Int, addon: Option[String])\n\ncase class Address(street: String, number: Int, addon: Option[String], postalCode: PostalCode)\n\ncase class Person(age: Int, name: String, address: Address)\n\nval file: String = File(\"example.json\")\n\nval person: Either[YamlError, Person] = YAML.read[Person](file)\n\nprintln(Person.get)\n\nval yamlObject: YamlObject = Yaml.write(person)\n\nprintln(yamlObject)\n```\n\n## Documentation\n\nLink to full documentation and usage guide.\n\n## Contributing\n\nAll contributions, suggestions and feedback is welcome!\n\n## License\n\nAdd license!","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FItsMeijers%2FSCAML","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FItsMeijers%2FSCAML","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FItsMeijers%2FSCAML/lists"}