{"id":16099024,"url":"https://github.com/hellerve/env","last_synced_at":"2026-03-18T17:54:33.384Z","repository":{"id":79626254,"uuid":"73811149","full_name":"hellerve/env","owner":"hellerve","description":"A environment variable DSL for zepto","archived":false,"fork":false,"pushed_at":"2016-11-15T12:23:37.000Z","size":1,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-24T10:31:47.016Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/hellerve.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":"2016-11-15T12:23:12.000Z","updated_at":"2023-09-08T17:17:09.000Z","dependencies_parsed_at":"2023-03-07T00:00:35.999Z","dependency_job_id":null,"html_url":"https://github.com/hellerve/env","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hellerve/env","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellerve%2Fenv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellerve%2Fenv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellerve%2Fenv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellerve%2Fenv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hellerve","download_url":"https://codeload.github.com/hellerve/env/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellerve%2Fenv/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29178544,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-06T20:14:21.878Z","status":"ssl_error","status_checked_at":"2026-02-06T20:14:21.443Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":"2024-10-09T18:25:27.806Z","updated_at":"2026-02-06T22:02:02.431Z","avatar_url":"https://github.com/hellerve.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# env\n\nAn environment variable language for zepto.\nIt manages your environment variables and parses\nthem into appropriate datatypes.\n\nIt is inspired by [envy](https://github.com/lexi-lambda/envy)\nfor Racket and [envied](https://github.com/eval/envied) for Ruby.\n\n## Usage\n\nThere is a simple example in the\n[examples](https://github.com/hellerve/env/blob/master/examples/syntax.zp)\ndirectory. On a high level, the syntax for the configuration\nlanguage is as follows:\n\n```\n#lang env\n\nVARNAME\n; comment\nVARNAME2: \u003coptional type\u003e\n```\n\nCommented lines begin with semicolons.\n\nValid types are: `string`, `number`, `integer`, `float`, `complex`,\n`ratio`, `list`, `vector`, and `hash-map`. For the number literals,\nuse them as they would be parsed by zepto (i.e., a ratio looks like\nthis: `1/1`), for collection types `env` assumes whitespace delimited\ncollections of strings.\n\n```\n#lang env\n\n; mylist=1 2 3 =\u003e [\"1\" \"2\" \"3\"]\nmylist: list\n; myvec=1 2 3 =\u003e {1\" \"2\" \"3\"}\nmyvec: vector\n; myhash=1 2 3 4 =\u003e #{1\" \"2\", \"3\" \"4\"}\nmyhash: hashmap\n```\n\n\u003chr/\u003e\nHave fun!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhellerve%2Fenv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhellerve%2Fenv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhellerve%2Fenv/lists"}