{"id":13661299,"url":"https://github.com/videolang/video","last_synced_at":"2026-03-14T04:37:35.302Z","repository":{"id":57745744,"uuid":"91842442","full_name":"videolang/video","owner":"videolang","description":"Source Code for Video language.","archived":false,"fork":false,"pushed_at":"2019-11-17T01:07:14.000Z","size":2711,"stargazers_count":138,"open_issues_count":18,"forks_count":14,"subscribers_count":13,"default_branch":"master","last_synced_at":"2025-03-27T13:39:32.222Z","etag":null,"topics":["racket","video"],"latest_commit_sha":null,"homepage":"https://lang.video","language":"Racket","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/videolang.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-05-19T20:20:40.000Z","updated_at":"2025-01-16T10:37:25.000Z","dependencies_parsed_at":"2022-08-27T00:21:18.016Z","dependency_job_id":null,"html_url":"https://github.com/videolang/video","commit_stats":null,"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/videolang%2Fvideo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/videolang%2Fvideo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/videolang%2Fvideo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/videolang%2Fvideo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/videolang","download_url":"https://codeload.github.com/videolang/video/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248795096,"owners_count":21162713,"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":["racket","video"],"created_at":"2024-08-02T05:01:32.172Z","updated_at":"2026-03-14T04:37:35.233Z","avatar_url":"https://github.com/videolang.png","language":"Racket","funding_links":[],"categories":["Racket","Images"],"sub_categories":["Platform"],"readme":"Video\n=====\nVideo is a DSL for describing videos. It is still under heavy development. The API is becoming more stable. Features may get deprecated, but will be marked well before remove. (See the `CONTRIBUTING.md` file for details.) This ReadMe is for stable builds of video except for the *Nightly Development Badges* section.\n\n# Development Badges\n## Unstable\n[![Build Status](https://travis-ci.org/videolang/video.svg?branch=master)](https://travis-ci.org/videolang/video)\n[![Build status](https://ci.appveyor.com/api/projects/status/f2t9op5dflo67ls4?svg=true)](https://ci.appveyor.com/project/LeifAndersen/video)\n[![Coverage Status](https://coveralls.io/repos/github/videolang/video/badge.svg?branch=master)](https://coveralls.io/github/videolang/video?branch=master)\n[![Scribble](https://img.shields.io/badge/Docs-Scribble-blue.svg)](http://docs.racket-lang.org/video@video-unstable/index.html)\n[![Project Stats](https://www.openhub.net/p/video/widgets/project_thin_badge.gif)](https://www.openhub.net/p/video)\n\n## Testing\n[![Build Status](https://travis-ci.org/videolang/video.svg?branch=testing)](https://travis-ci.org/videolang/video)\n[![Coverage Status](https://coveralls.io/repos/github/videolang/video/badge.svg?branch=testing)](https://coveralls.io/github/videolang/video?branch=testing)\n[![Scribble](https://img.shields.io/badge/Docs-Scribble-blue.svg)](http://docs.racket-lang.org/video@video-testing/index.html)\n\n## Stable\n[![Build Status](https://travis-ci.org/videolang/video.svg?branch=stable)](https://travis-ci.org/videolang/video)\n[![Coverage Status](https://coveralls.io/repos/github/videolang/video/badge.svg?branch=stable)](https://coveralls.io/github/videolang/video?branch=stable)\n[![Scribble](https://img.shields.io/badge/Docs-Scribble-blue.svg)](http://docs.racket-lang.org/video@video/index.html)\n\n# Website\n\nThe video website can be found at [lang.video][3]\n\n# Install\n\nBefore you can install Video, make sure you have [Racket][1] installed and in your operating systems, path.\n\nThe easiest way to install the stable version of the:w\nVideo is with `raco`, which comes bundled with [Racket][1] simply run:\n\n```\nraco pkg install video\n```\n\nIf you want a particular build of video, you could alternatively run:\n\n```\nraco pkg install video-\u003cversion\u003e\n```\n\nWhere \u003cversion\u003e is one of [these versions][8]. These versions are either Video releases or one of:\n\n* `video`         - Stable Video. It is the most tested, and is set to the latest stable release.\n* `video-testing` - Less stable than `video`, but can still being developed. This branch is set to the latest released or pre-released version, including alphas, betas, and release candidates.\n* `video-unstable` - The least stable of the three main branches. This is the same as the `master` branch. It should build most of the time, but can occasnionally fail. If you are experiencing a bug, it _may_ be fixed in this branch.\n\nFinally, you can install video directly from the git repo. The `master` branch (`video-unstable`), is the default branch, but you can alternatively checkout different branches or tags. To install directly from the repo:\n\n```\ngit clone https://github.com/videolang/video.git\ncd video\nraco pkg install\n```\n\nYou can optionally check out a different branch using `git checkout`.\n\n# Uninstall\n\nTo uninstall Video, run:\n\n```\nraco pkg remove video\n```\n\n# Releases\n\nYou can find the latest releases for video on the [video releases page][2]. The `master` branch tends to be stable, but is not as thoroughly tested.\n\n# Documentation\n\nThe Documentation for Video can be found at [the Racket package server][4].\n\n# Bug reports\n\nBugs can be filed either [anonymously][6] or on [Video's bug report tracker][7].\n\n# Contributing\n\nIf you want to contribute to video, you can read the [`CONTRIBUTING.md`][5] file.4\n\n[1]: https://racket-lang.org\n[2]: https://github.com/videolang/video/releases\n[3]: http://lang.video\n[4]: http://docs.racket-lang.org/video@video/index.html\n[5]: https://github.com/videolang/video/blob/master/CONTRIBUTING.md\n[6]: https://gitreports.com/issue/videolang/video\n[7]: https://github.com/videolang/video/issues\n[8]: https://pkgd.racket-lang.org/pkgn/search?q=\u0026tags=vidlang+","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvideolang%2Fvideo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvideolang%2Fvideo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvideolang%2Fvideo/lists"}