Ai
1 Star 0 Fork 0

烟波/common-lisp-stat

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Externals.org 1.41 KB
一键复制 编辑 原始数据 按行查看 历史
AJ Rossini 提交于 2012-10-04 22:02 +08:00 . more external clean up, moved info into docs

Introduction

This document describes external dependencies and how I think I should be tracking them. It is a bit outdated as of <2012-10-04 Thu> but hopefully that will be fixed soon.

Getting required external files.

external DARCS

darcs get http://common-lisp.net/project/lift/darcs
cd lift.darcs ; darcs pull
darcs get http://common-linsp.net/project/cffi/darcs/cffi
cd cffi.darcs ; darcs pull

We can use darcs-to-git script to convert (findable on github), and ideally upload to GitHub, CommonLisp.net, or repo Git public-repository repositories.

IS THIS A GOOD IDEA? Once it is there, we can register as a submodule, and then use git submodule commands to get the versions we need to use.

I think it’s a good idea, only for core development. For developers of CLS programs (away from core), provide the core packages and have people develop on top of them.

Commands for external GIT:

  cd $(LISPSTAT-GIT-TOPLEVEL-DIR) # from here, cd .. (hopefully!)
  git submodule add git://cyrusharmon.org/pub/git/ch-asdf.git \
      	external/ch-asdf.git
  git submodule add git://cyrusharmon.org/pub/git/ch-util.git \
      	external/ch-util.git
  git submodule status
  git status

  ## How do we update locally?   
  ## git submodule update ...??  (test using the submodule that we need to get when connected).
#+end src

* Discussion
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Common Lisp
1
https://gitee.com/macro/common-lisp-stat.git
git@gitee.com:macro/common-lisp-stat.git
macro
common-lisp-stat
common-lisp-stat
master

搜索帮助