Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] opam dev version

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] opam dev version


Chronological Thread 
  • From: Philipp Haselwarter <philipp+coq AT haselwarter.org>
  • To: coq-club AT inria.fr
  • Subject: Re: [Coq-Club] opam dev version
  • Date: Fri, 12 Jun 2015 09:40:44 +0200
  • Microsoft: With our software, there's no limit to what you can't do!

Using coq:shell with the dev profile, you'll add the coq-core-dev repo
to opam. So
```
opam install coq:shell
opam update
opam pin add coq dev
```

should make you #trace trunk I think, but might pull in too many dev
packages for you taste. The lightweight solution is
`opam pin add coq git://github.com/coq/coq#trunk`

--
Philipp Haselwarter



Archive powered by MHonArc 2.6.18.

Top of Page