coq-club AT inria.fr
Subject: The Coq mailing list
List archive
- From: Helmut Brandl <helmut.luis.brandl AT gmail.com>
- To: Coq-Club <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:36:33 -0600
- Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None smtp.pra=helmut.luis.brandl AT gmail.com; spf=Pass smtp.mailfrom=helmut.luis.brandl AT gmail.com; spf=None smtp.helo=postmaster AT mail-wr0-f174.google.com
- Ironport-phdr: 9a23:q8S/cxG/Qy11oOWsT4IH3p1GYnF86YWxBRYc798ds5kLTJ78r8WwAkXT6L1XgUPTWs2DsrQY07OQ6/iocFdDyK7JiGoFfp1IWk1NouQttCtkPvS4D1bmJuXhdS0wEZcKflZk+3amLRodQ56mNBXdrXKo8DEdBAj0OxZrKeTpAI7SiNm82/yv95HJbAhEmCexbaluIBmqsA7cqtQYjYx+J6gr1xDHuGFIe+NYxWNpIVKcgRPx7dqu8ZBg7ipdpesv+9ZPXqvmcas4S6dYDCk9PGAu+MLrrxjDQhCR6XYaT24bjwBHAwnB7BH9Q5fxri73vfdz1SWGIcH7S60/VDK/5KlpVRDokj8KODw38G/XhMJ+j79Vrgy9qBFk2YHYfJuYOeBicq/Bf94XQ3dKUMZLVyxGB4Oxd4kBAPQFPeZdson9u0YFoAakBQa2AuPg1ztIjWLx0K06zeshFQTG3BE8H94UtHTUsdT1NLwIXe+u1qnH1zPDYO5S2Trm54jIdwouofCIXb5qbcXRzkwvGhrDg16Np4LlODaV2f4Ms2id9+dgWuOvi3InqwFsuTej3Nsjio7Mho8T11vK9j15zZ4rKdGkTEN3e92pHZtKuy2HKYd7QdkuT3xqtSs1zLANpIS1czIQyJs9wh7Sc/yHfJaM4hLkTOuRJC13hHNheL6miRey61SsxvTyVsWp0ltHoTBJktbLtnAK2BzT7taIRuFh8Uem3DaDzwHT6udaLkAojafXNYItz7oqmpcQsUnPBDL6lFv1gaOMa0kp+Oel5/ziYrr8p5+cM4F0ihv5MqQrgsG/Afo3MgwLX2iG5eSwzrnj/VD4QLVRlPE5ibPZv4rcJcsGoq60GABV0oM55Ba+CzeqysgXnX4CLF5dYhKIk5DpO03SIPD/Ffqwn1OskC5yy//aOr3hH47CI2PYkLbheLZ981RTxBAyzdBZ/ZJUC6sOLOj9Wk/r55TkCUoSNBXx6OL6Ap0p3YQHHGmLH6WxMaXIsFbO6Ph5cMeWY4pAmDv5LuU5r9T0hHk1nRdJfaSt2IYLLnSlH+8gKV+QZ3boqtgEGGYO+AE5Sbq52xW5TTdPaiPqDOoH7TYhBdf+VNaRdsWWmLWEmRyDMNhTb2FCBEqLFC6xJYqBUvYILimVJ504y2BWZf2aU4YkkCqWmkri0bM+d7jb/yQZsdTo090nv7SOxyF3ziR9CoGm60/IT2xwmTlWFTo/3aQ6vlYlj1najvQ+jPtfGtheofhOV1ViOA==
Thanks.
On Feb 11, 2018 15:33, "Théo Zimmermann" <theo.zimmi AT gmail.com> wrote:
ThéoCheers,I found these two by running "git grep COQPATH" in my local clone of the Coq repository.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.texCertainly!This is Chapter 14 "The Coq Commands": https://github.com/coq/coq/blob/master/doc/refman/RefMan-com.texLe 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?CheersHelmutOn 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
- [Coq-Club] How to create a makefile for a project using libraries?, Helmut Brandl, 02/09/2018
- Re: [Coq-Club] How to create a makefile for a project using libraries?, Théo Zimmermann, 02/09/2018
- Re: [Coq-Club] How to create a makefile for a project using libraries?, Pierre Courtieu, 02/09/2018
- Re: [Coq-Club] How to create a makefile for a project using libraries?, Helmut Brandl, 02/10/2018
- Re: [Coq-Club] How to create a makefile for a project using libraries?, Helmut Brandl, 02/10/2018
- Re: [Coq-Club] How to create a makefile for a project using libraries?, Pierre Courtieu, 02/10/2018
- Re: [Coq-Club] How to create a makefile for a project using libraries?, Théo Zimmermann, 02/10/2018
- Re: [Coq-Club] How to create a makefile for a project using libraries?, Helmut Brandl, 02/11/2018
- Re: [Coq-Club] How to create a makefile for a project using libraries?, Théo Zimmermann, 02/11/2018
- Re: [Coq-Club] How to create a makefile for a project using libraries?, Helmut Brandl, 02/12/2018
- Re: [Coq-Club] How to create a makefile for a project using libraries?, Helmut Brandl, 02/11/2018
- Re: [Coq-Club] How to create a makefile for a project using libraries?, Helmut Brandl, 02/14/2018
- Re: [Coq-Club] How to create a makefile for a project using libraries?, Helmut Brandl, 02/10/2018
- Re: [Coq-Club] How to create a makefile for a project using libraries?, Helmut Brandl, 02/10/2018
- Re: [Coq-Club] How to create a makefile for a project using libraries?, Pierre Courtieu, 02/09/2018
- Re: [Coq-Club] How to create a makefile for a project using libraries?, Théo Zimmermann, 02/09/2018
Archive powered by MHonArc 2.6.18.