{"id":18890407,"url":"https://github.com/workingdog/scalaxal","last_synced_at":"2025-07-24T11:03:35.913Z","repository":{"id":6667849,"uuid":"7912599","full_name":"workingDog/scalaxal","owner":"workingDog","description":"scalaxal is an extensible Address Language (xAL) library written in scala","archived":false,"fork":false,"pushed_at":"2018-05-12T02:04:27.000Z","size":9405,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-31T06:13:11.978Z","etag":null,"topics":["oasis-xal-standard","scala","xal"],"latest_commit_sha":null,"homepage":null,"language":"Scala","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/workingDog.png","metadata":{"files":{"readme":"README.md","changelog":"changes.md","contributing":null,"funding":null,"license":"license.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-01-30T10:35:38.000Z","updated_at":"2018-05-12T02:04:29.000Z","dependencies_parsed_at":"2022-09-02T06:54:55.485Z","dependency_job_id":null,"html_url":"https://github.com/workingDog/scalaxal","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/workingDog%2Fscalaxal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/workingDog%2Fscalaxal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/workingDog%2Fscalaxal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/workingDog%2Fscalaxal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/workingDog","download_url":"https://codeload.github.com/workingDog/scalaxal/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239861724,"owners_count":19709276,"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":["oasis-xal-standard","scala","xal"],"created_at":"2024-11-08T07:55:27.733Z","updated_at":"2025-02-20T15:27:21.476Z","avatar_url":"https://github.com/workingDog.png","language":"Scala","funding_links":[],"categories":[],"sub_categories":[],"readme":"# **scalaxal** an extensible Address Language (xAL) library written in scala.\n\n\n## Overview\n\nThe extensible Address Language (xAL) is a unified hierarchical address format developed\nby the OASIS technical committee using xml. This **scalaxal** library represents addresses,\nas specified by the standard, as scala objects. It also provides for reading addresses\nin xml format into **scalaxal** objects, and writing **scalaxal** objects to xml format.\n\n## References\n \n1) The Organization for the Advancement of Structured Information Standards [OASIS](https://www.oasis-open.org/committees/ciq/)\n\n2) Extensible Address Language (xAL) Standard Description Document for W3C DTD/Schema Version 2.0\n\n## Packages\n\nThe **scalaxal** library is in 2 major parts:\n\n1) package com.scalaxal.xAL, the set of xAL classes\n\n2) package com.scalaxal.io, the reading and writing of xAL from/to xml\n\n## Documentation\n\nSee the OASIS xAL Standard v2.0\n \n1) https://www.oasis-open.org/committees/ciq/ciq.html\n\n2) https://www.oasis-open.org/committees/ciq/download.html\n\nAlso the OASIS xAL Standard v2.0 in pdf is included here in the doc directory.\n  \n## Installation\n\nAdd the following dependency to build.sbt:\n\n    libraryDependencies += \"com.github.workingDog\" %% \"scalaxal\" % \"1.2\"\n\nTo compile and generate a jar file from the source:\n\n    sbt package\n\nThe jar file (scalaxal_2.12-1.3-SNAPSHOT.jar) will be in the \"./target/scala-2.12\" directory.\n\n## Dependencies\n\n**scalaxal** depends on the standard [Scala XML library](https://github.com/scala/scala-xml)  \n\n## Usage\n\n    object ReadWriteExample1 {\n      def main(args: Array[String]) {\n       val xal = new XalFileReader().getXalFromFile(\"./xal-files/XAL.XML\")\n       if (xal.isDefined) {\n         val writer = new XalPrintWriter()\n         writer.write(xal, new PrettyPrinter(80, 3))\n         writer.close()\n       }\n     }\n    }\n\n## Status\n\nStable\n\nTested on the XAL.XML and XAL_AU.XML example files from OASIS, included here in the xal-files directory.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fworkingdog%2Fscalaxal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fworkingdog%2Fscalaxal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fworkingdog%2Fscalaxal/lists"}