#package #manager #gin #progress #great #installing #foreign

app gin-pkg

这是一个用于安装国外C库的包管理器/命令行工具。对于Rust用户来说,这也是一个优秀的包管理器。

5个版本

0.1.9 2020年5月18日
0.1.8 2020年5月18日
0.1.7 2020年5月18日
0.1.6 2020年5月17日
0.1.0 2020年5月17日

#734 in 操作系统

MIT 许可证

13KB
238 代码行

Hello

欢迎来到gin包管理器

目前仍在开发中。

目前,它仅支持解析项目依赖关系。

要尝试它,可以从以下操作开始

创建一个名为"Ginfile"的文件

然后,在gin文件中输入以下内容

installationCommands:
- echo MUHAHAHAHAHAAHa
- touch I
testCommands:
- test -f I
dependencyFiles:
- https://github.com/jakobneufeld/Swift-Adons.git
source: https://github.com/jakobneufeld/Calc.git
name: <project name when download from the a index is working>
# Put your conflicting deps. There is no guarantee thta this will work
conflicts:
- h
  • 构建系统依赖
  • 冲突
  • 从索引中检索

索引已完成。请查看我们的git org找到索引仓库。当您找到它时,当您想添加一个包时,请发起pull request。我会帮助您添加您的包并解释。

查看我的git组织结构,目前有两个仓库

  • 一个名为"Gin"的仓库是包管理器的源代码。它还包含一个示例
  • 一个名为"Gin-Index"的仓库目前正在开发中。

将任何问题提交到源仓库。不要提交到索引仓库。

以下是我的git组织的链接: Git仓库组织

依赖关系

~16–27MB
~435K SLoC