mbox series

[bug#49203,v2,0/2] Add ocaml-cohttp and dependencies

Message ID cover.1624626240.git.public@yoctocell.xyz
Headers show
Series Add ocaml-cohttp and dependencies | expand

Message

Xinglu Chen June 25, 2021, 1:07 p.m. UTC
Changes since v1:

* Make ‘ocaml-uri-sexp’ inherit from ‘ocaml-uri’ which has been updated
  to version 4.2.0 once <https://issues.guix.gnu.org/49222> has been
  merged.

Xinglu Chen (2):
  gnu: Add ocaml-uri-sexp.
  gnu: Add ocaml-cohttp.

 gnu/packages/ocaml.scm | 52 ++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 52 insertions(+)


base-commit: c2f71356a7996cc68c2f387d9d8f18ad85caa0c2

Comments

Julien Lepiller June 27, 2021, 1:17 p.m. UTC | #1
Pushed as
e366b94f9fd1338a94e80e83d0b060fac65ad2f4
and 364b56124b88398c199aacbfd4fdfc9a1583e634, thank you!

Note that in ocaml-uri-sexp, I added a name to the package, so it can
be built from the CLI :)
Xinglu Chen June 27, 2021, 1:38 p.m. UTC | #2
On Sun, Jun 27 2021, Julien Lepiller wrote:

> Pushed as
> e366b94f9fd1338a94e80e83d0b060fac65ad2f4
> and 364b56124b88398c199aacbfd4fdfc9a1583e634, thank you!
>
> Note that in ocaml-uri-sexp, I added a name to the package, so it can
> be built from the CLI :)

Oh, good catch! :)