{"id":25221570,"url":"https://github.com/learningobjectsinc/casal","last_synced_at":"2025-09-06T17:36:32.467Z","repository":{"id":31436294,"uuid":"34999915","full_name":"learningobjectsinc/casal","owner":"learningobjectsinc","description":"An open-source library for doing CASA things","archived":false,"fork":false,"pushed_at":"2015-06-08T04:18:58.000Z","size":101,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":32,"default_branch":"master","last_synced_at":"2025-02-19T12:55:01.342Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Scala","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/learningobjectsinc.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":"2015-05-03T20:36:25.000Z","updated_at":"2021-08-22T18:37:43.000Z","dependencies_parsed_at":"2022-09-09T14:41:20.780Z","dependency_job_id":null,"html_url":"https://github.com/learningobjectsinc/casal","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/learningobjectsinc%2Fcasal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/learningobjectsinc%2Fcasal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/learningobjectsinc%2Fcasal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/learningobjectsinc%2Fcasal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/learningobjectsinc","download_url":"https://codeload.github.com/learningobjectsinc/casal/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247332613,"owners_count":20921854,"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":"2025-02-10T22:52:49.676Z","updated_at":"2025-04-05T12:11:31.416Z","avatar_url":"https://github.com/learningobjectsinc.png","language":"Scala","funding_links":[],"categories":[],"sub_categories":[],"readme":"# casal\n\n[![Build Status](https://travis-ci.org/learningobjectsinc/casal.svg?branch=master)](https://travis-ci.org/learningobjectsinc/casal)\n\n###Makes life with CASA easier  \n\n``` scala\nval json = Source.fromURL(\"http://casa.com/out.payloads\").mkString\n\nval entities = parse(json).extract[List[Entity]]\nval translated = entities.map(Casa.Transforms.ADJINTRANSLATE)\nval squashed = translated.map(Casa.Transforms.ADJINSQUASH)\n```\n\n###Include in your project:\nIf you're using scala/sbt, you can include this project with:\n\n``` scala\nresolvers += \"Learning Objects Bintray Repo\" at \"https://dl.bintray.com/learningobjectsinc/repo\"\n\nlibraryDependencies += \"com.learningobjects\" %% \"casal\" % \"1.0.0\"\n```\n    \nIf you're using maven/java, you can include casal like:\n\n``` xml\n\u003crepositories\u003e\n    \u003crepository\u003e\n        \u003cid\u003elearningobjects-bintray\u003c/id\u003e\n        \u003curl\u003ehttps://dl.bintray.com/learningobjectsinc/repo\u003c/url\u003e\n        \u003csnapshots\u003e\n            \u003cenabled\u003efalse\u003c/enabled\u003e\n        \u003c/snapshots\u003e\n    \u003c/repository\u003e\n    ...\n\u003c/repositories\u003e\n\n\u003cdependencies\u003e\n    \u003cdependency\u003e\n        \u003cgroupId\u003ecom.learningobjects\u003c/groupId\u003e\n        \u003cartifactId\u003ecasal_2.11\u003c/artifactId\u003e\n        \u003cversion\u003e1.0.0\u003c/version\u003e\n    \u003c/dependency\u003e\n    ...\n\u003c/dependencies\u003e\n```\n\n###To install locally\n    git clone git@github.com:learningobjectsinc/casal.git\n    cd casal\n    sbt compile\n    sbt publish    #installs casal to ~/.m2/","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flearningobjectsinc%2Fcasal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flearningobjectsinc%2Fcasal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flearningobjectsinc%2Fcasal/lists"}