Edit

kc3-lang/kpkg/package.kc3

Branch :

  • package.kc3
  • defmodule Kpkg.Package do
    
      defstruct [name: (Sym) ?,
                 depends_on: [],
                 dir: "org/subdir/repo",
                 git: "https://github.com/dir.git",
                 make: "make",
                 module: Module]
    
    end