Skip to content

Instantly share code, notes, and snippets.

@sogaiu
Created March 25, 2025 07:10
Show Gist options
  • Save sogaiu/977bd408ad5628d9337d2de670356e23 to your computer and use it in GitHub Desktop.
Save sogaiu/977bd408ad5628d9337d2de670356e23 to your computer and use it in GitHub Desktop.
janet-pm and bundle

from some light testing, it looks like janet-pm ultimately makes use of a bundle subdirectory (which gets created if there isn't one already) within a project's directory.

i have a project that already has a bundle directory (it predates janet-pm) and for that project, i observe that janet-pm makes use of the bundle dir and its content (e.g. init.janet and info.jdn).

if i remove the bundle subdirectory and then use janet-pm, it looks like a bundle subdirectory is created and populated (so that it makes use of project.janet -- the content of bundle looks to be dependent on spork).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment