博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
opam 命令行_添加Jane Street Opam存储库
阅读量:2515 次
发布时间:2019-05-11

本文共 568 字,大约阅读时间需要 1 分钟。

opam 命令行

How to add the jane street opam is introduced here.

这里介绍了如何添加jane street opam 。

Here, we assume the to add is core-branch. You may need to replace the core-branch with the branch you need.

在这里,我们假设要添加的是core-branch 。 您可能需要用所需core-branch替换core-branch

$ git clone -b core-branch://github.com/janestreet/opam-repository.git$ opam repo add js opam-repository

Or, directly add the remote branch as an opam repository.

或者,直接将远程分支添加为opam存储库。

$ opam repo add js https://github.com/janestreet/opam-repository.git#core-branch
Answered by anonymous.
匿名回答。

翻译自:

opam 命令行

转载地址:http://maowd.baihongyu.com/

你可能感兴趣的文章
找了一个api管理工具
查看>>
Part 2 - Fundamentals(4-10)
查看>>
使用Postmark测试后端存储性能
查看>>
NSTextView 文字链接的定制化
查看>>
第五天站立会议内容
查看>>
ATMEGA16 IOport相关汇总
查看>>
JAVA基础-多线程
查看>>
面试题5:字符串替换空格
查看>>
[Codevs] 线段树练习5
查看>>
Amazon
查看>>
component-based scene model
查看>>
Echart输出图形
查看>>
hMailServer搭建简单邮件系统
查看>>
从零开始学习jQuery
查看>>
Spring+SpringMVC+MyBatis深入学习及搭建(四)——MyBatis输入映射与输出映射
查看>>
opacity半透明兼容ie8。。。。ie8半透明
查看>>
CDOJ_24 八球胜负
查看>>
Alpha 冲刺 (7/10)
查看>>
一款jQuery打造的具有多功能切换的幻灯片特效
查看>>
SNMP从入门到开发:进阶篇
查看>>