Skip to content

Instantly share code, notes, and snippets.

@sogaiu
Last active November 8, 2025 14:41
Show Gist options
  • Select an option

  • Save sogaiu/73c2e86ea6c2b83c6404d95d74cbc376 to your computer and use it in GitHub Desktop.

Select an option

Save sogaiu/73c2e86ea6c2b83c6404d95d74cbc376 to your computer and use it in GitHub Desktop.
verbose, less verbose, least verbose
# verbose
{:name "janet-delims"
:url "https://github.com/sogaiu/janet-delims"
:repo "git+https://github.com/sogaiu/janet-delims.git"
:vendored
[{:name "some-bundle-bits"
:url "https://github.com/sogaiu/some-bundle-bits"
:tag "4107fac44205f99a2e8eafddb26ef6126800d02e"
:files [[["mypath.janet" "support.janet"] "bundle/"]]}
{:name "janet-ex-as-tests"
:url "https://github.com/sogaiu/janet-ex-as-tests"
:tag "3dfb3dd617879cd94651a8cb6c354c2de0bf0b3c"
:files [["init.janet" "jeat/init.janet"]
["location.janet" "jeat/location.janet"]
["loc-jipper.janet" "jeat/loc-jipper.janet"]
["make-and-run-tests.janet" "jeat/make-and-run-tests.janet"]
["to-test.janet" "jeat/to-test.janet"]
["zipper.janet" "jeat/zipper.janet"]
["trigger-jeat.janet" "test/triggger.janet"]]}]
}
# less verbose
{:name "janet-delims"
:url "https://github.com/sogaiu/janet-delims"
:repo "git+https://github.com/sogaiu/janet-delims.git"
:vendored
[{:name "some-bundle-bits"
:url "https://github.com/sogaiu/some-bundle-bits"
:tag "4107fac44205f99a2e8eafddb26ef6126800d02e"
:files [[["mypath.janet" "support.janet"] "bundle/"]]}
{:name "janet-ex-as-tests"
:url "https://github.com/sogaiu/janet-ex-as-tests"
:tag "3dfb3dd617879cd94651a8cb6c354c2de0bf0b3c"
:files [["init.janet" "jeat/"]
["location.janet" "jeat/"]
["loc-jipper.janet" "jeat/"]
["make-and-run-tests.janet" "jeat/"]
["to-test.janet" "jeat/"]
["zipper.janet" "jeat/"]
["trigger-jeat.janet" "test/"]]}]
}
# least verbose
{:name "janet-delims"
:url "https://github.com/sogaiu/janet-delims"
:repo "git+https://github.com/sogaiu/janet-delims.git"
:vendored
[{:name "some-bundle-bits"
:url "https://github.com/sogaiu/some-bundle-bits"
:tag "4107fac44205f99a2e8eafddb26ef6126800d02e"
:files [[["mypath.janet" "support.janet"] "bundle/"]]}
{:name "janet-ex-as-tests"
:url "https://github.com/sogaiu/janet-ex-as-tests"
:tag "3dfb3dd617879cd94651a8cb6c354c2de0bf0b3c"
:files [[["init.janet"
"location.janet"
"loc-jipper.janet"
"make-and-run-tests.janet"
"to-test.janet"
"zipper.janet"] "jeat/"]
["trigger-jeat.janet" "test/"]]}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment