Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] How to create a makefile for a project using libraries?

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] How to create a makefile for a project using libraries?


Chronological Thread 
  • From: Théo Zimmermann <theo.zimmi AT gmail.com>
  • To: coq-club AT inria.fr
  • Subject: Re: [Coq-Club] How to create a makefile for a project using libraries?
  • Date: Sun, 11 Feb 2018 21:32:36 +0000
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None smtp.pra=theo.zimmi AT gmail.com; spf=Pass smtp.mailfrom=theo.zimmi AT gmail.com; spf=None smtp.helo=postmaster AT mail-ua0-f176.google.com
  • Ironport-phdr: 9a23:W3yq1RQpCthPaA6xasqFaS2Ycdpsv+yvbD5Q0YIujvd0So/mwa69YBKN2/xhgRfzUJnB7Loc0qyK6/mmATRIyK3CmUhKSIZLWR4BhJdetC0bK+nBN3fGKuX3ZTcxBsVIWQwt1Xi6NU9IBJS2PAWK8TW94jEIBxrwKxd+KPjrFY7OlcS30P2594HObwlSizexfa5+IA+qoQnNq8IbnZZsJqEtxxXTv3BGYf5WxWRmJVKSmxbz+MK994N9/ipTpvws6ddOXb31cKokQ7NYCi8mM30u683wqRbDVwqP6WACXWgQjxFFHhLK7BD+Xpf2ryv6qu9w0zSUMMHqUbw5Xymp4qF2QxHqlSgHLSY0/27ZisNyjKxVrhGvqQFhzYHIe4yaLuZyc7nHcN8GWWZMXMBcXDFBDIOmaIsPCvIMM/hYr47noFsBtRixBQipBOPq1DBInHr20rc80+QnDArL2xAgH9IQv3TTttn0NaYSUeWwzKnJ1jjDYPZW1i386IjMaBwuvfaMXbdpfMfX1EIhGQTFjlCKpozkOTOYzusNs2mH7+pgSOKgkHQrpB12ojiqwMonl4rHhpoNx1za6Sl0xJw5KN64RUJhf9KoDZlduzuHO4Z0Q84vRXxjtjwgxb0co5G7eTAHyJQ5yB7bbPyKa42I7QjiVOaVODt4mWhqdK6mixa87EStyOzxWtO70FZNqSpFnd3MuW4X2xPP7ciHT+Nx/kan2TmRywDe8v9ILVwwmKbBKJMswqQ8moQOvUnBBCP6hUf7ga6OekUh4Oeo6uDnYrv8pp+bMo95kh3+MqQwlcy4G+g5MwkOX22e+eS9z7Dj8kj5T69Ljv0yiKXWrJfaJcEDqq6jHwBVypoj6wq4Dzq+zNsYmmAHIEtZdxKDkojmIErDIOv4DPe6m1Sjii1nx/HAPr37A5XCNGLPkLn7feU110kJww0qiNtb+ph8C7cbIfu1VFWimsbfC0oFM42z9NTmDdBwzIYXX2THVrOZPaSUo16N4+MHLOyFZYtTszH4fat2r8XyhGM0zAdONZKi2oEaPSjhT6ZWZn6BaH+pue8vVGIDvw4wVuvv0QTQXjtaZnL0VKU5tGhiVNCWSLzbT4Xou4SvmT+hF8QPNG9DA1GIV3zvctfcAqpeWGepOsZk1wc8e/2hRosmj0/8sQb7z/96J7KR9HRH69Ts09964+CVnhY3p2R5

Certainly!
This is Chapter 14 "The Coq Commands": https://github.com/coq/coq/blob/master/doc/refman/RefMan-com.tex
and this is Chapter 2 "Extensions of Gallina" which contains a section about "Libraries and Qualified names": https://github.com/coq/coq/blob/master/doc/refman/RefMan-ext.tex
I found these two by running "git grep COQPATH" in my local clone of the Coq repository.

Cheers,
Théo

Le dim. 11 févr. 2018 à 03:37, Helmut Brandl <helmut.luis.brandl AT gmail.com> a écrit :
Certainly. If it is just a fork of the coq repo, adding a hint to the corresponding docu file and then create a PR, then I am glad if I can help.

Can anybody give me a link to the docu file describing coq makefiles?

Cheers
Helmut

On Feb 10, 2018 8:13 AM, "Théo Zimmermann" <theo.zimmi AT gmail.com> wrote:

Is there any plan to update the reference manual. The actual behaviour of coq is very confusing if you just follow the manual. Or did I overlooked something?

Pull requests are always welcome. See https://github.com/coq/coq/blob/master/CONTRIBUTING.md. The core team of developers has so much to do that it is very important to get external contributions, especially on improving the documentation. If you don't want to do that, you can also open a new issue at https://github.com/coq/coq/issues explaining what you found confusing and suggesting how to improve it, and hopefully someone else will take it from there.

Regards,
Théo



Archive powered by MHonArc 2.6.18.

Top of Page