Tag - branch -master- tag -v0
Hash : 0517e53d Author : Thomas de Grivel Date : 2025-03-23T20:12:23
initial commit
Download
1 2 3 4 5 6 7 8 9 10
defmodule Kpkg.Package do defstruct [name: (Sym) ?, depends_on: [], dir: "org/subdir/repo", git: "https://github.com/dir.git", make: "make", module: Module] end