Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个项目,它在不同的 git 分支中提供不同的功能。我相信,这主要是为了简化外部依赖关系(即想要使用 sqlite 的人不会依赖 mysql 等模块)。不幸的是,我需要的功能并不存在于 master 中。
有没有办法告诉 OPAM 在安装时从特定分支获取项目?如果不是,怎么可能将这样的项目添加到 OPAM 中?
使用opam pin. 将分支名称放在 a 之后#,例如使用我的 OCamltcpip库的“校验和”分支而不是上游分支:
opam pin
#
tcpip
$ opam pin tcpip https://github.com/talex5/mirage-tcpip.git#checksum