all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: ludo@gnu.org (Ludovic Courtès)
To: Mark H Weaver <mhw@netris.org>
Cc: guix-devel@gnu.org
Subject: Re: [PATCHES] gnu: Update ocaml; Add camlp5, hevea, and coq.
Date: Thu, 04 Jun 2015 22:54:47 +0200	[thread overview]
Message-ID: <873827qjmw.fsf@gnu.org> (raw)
In-Reply-To: <87k2vlqiem.fsf@netris.org> (Mark H. Weaver's message of "Wed, 03 Jun 2015 04:56:49 -0400")

Mark H Weaver <mhw@netris.org> skribis:

> These patches update and improve our ocaml package, and add packages for
> camlp5, hevea, and coq.

Woow, nice!

> From f2b8ab36b2d3697b7a93b87bfcbcd0e91294c2e1 Mon Sep 17 00:00:00 2001
> From: Mark H Weaver <mhw@netris.org>
> Date: Tue, 2 Jun 2015 22:49:10 -0400
> Subject: [PATCH 1/5] gnu: ocaml: Update to 4.02.1.
>
> * gnu/packages/ocaml.scm (ocaml)[version]: Update to 4.02.1.
>   [source]: Use 'version-major+minor'.  Use .xz tarball.
>   [home-page]: Update URI.
>   [license]: gpl2 -> lgpl2.0.
>   [inputs]: Add libx11, gcc:lib, and zlib.  Remove perl.
>   [native-inputs]: New field, with perl and pkg-config.
>   [arguments]: In #:modules, remove (srfi srfi-1), add (web server).  Use
>   'modify-phases'.  Enable parallel build.  Add 'patch-/bin/sh-references' and
>   'prepare-socket-test' phases.  Rename 'check-after-install' phase to
>   'check'.  Use 'with-directory-excursion' in 'check' phase.  Remove unused
>   keyword arguments from custom phases.

[...]

> +                       (format (current-error-port)
> +                               "Spawning local test web server on port 8080~%")
> +                       (when (zero? (primitive-fork))
> +                         (run-server (lambda (request request-body)
> +                                       (values '((content-type . (text/plain)))
> +                                               "Hello!"))
> +                                     'http '(#:port 8080)))

Excellent.  :-)

LGTM!

> From b9d2f69ef9b51fc8b987fe703e507bf3603b875a Mon Sep 17 00:00:00 2001
> From: Mark H Weaver <mhw@netris.org>
> Date: Sat, 30 May 2015 14:59:54 -0400
> Subject: [PATCH 2/5] gnu: Add camlp5.
>
> * gnu/packages/ocaml.scm (camlp5): New variable.

OK.

> +    (inputs
> +     `(("ocaml" ,ocaml)))

I suppose in theory it should be both a native input and an input, but
it doesn’t really matter in practice.


> From fb9fd9480762be66796df53e756b430551b88d3c Mon Sep 17 00:00:00 2001
> From: Mark H Weaver <mhw@netris.org>
> Date: Wed, 3 Jun 2015 03:21:43 -0400
> Subject: [PATCH 3/5] gnu: Add hevea.
>
> * gnu/packages/ocaml.scm (hevea): New variable.

OK.

> From f2ab73018cbaec826472dc0c162e5440fe00bcd9 Mon Sep 17 00:00:00 2001
> From: Mark H Weaver <mhw@netris.org>
> Date: Wed, 3 Jun 2015 01:18:26 -0400
> Subject: [PATCH 4/5] licenses: Add the Open Publication License 1.0.
>
> * guix/licenses.scm (opl1.0+): New variable.

OK.

> From deb7f49fdce90f546b4fd0ee50290aa61c854ef0 Mon Sep 17 00:00:00 2001
> From: Mark H Weaver <mhw@netris.org>
> Date: Sat, 30 May 2015 16:07:19 -0400
> Subject: [PATCH 5/5] gnu: Add coq.
>
> * gnu/packages/ocaml.scm (coq): New variable.

Wonderful!

Now we need ProofGeneral.  ;-)

Thank you!

Ludo’.

  parent reply	other threads:[~2015-06-04 20:54 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-03  8:56 [PATCHES] gnu: Update ocaml; Add camlp5, hevea, and coq Mark H Weaver
2015-06-04 20:27 ` Andreas Enge
2015-06-04 20:54 ` Ludovic Courtès [this message]
2015-06-05  5:05   ` Mark H Weaver

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=873827qjmw.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=guix-devel@gnu.org \
    --cc=mhw@netris.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.