mbox series

[bug#49101,v2,0/5] Add ocaml-mparser & firends

Message ID cover.1624093132.git.public@yoctocell.xyz
Headers show
Series Add ocaml-mparser & firends | expand

Message

Xinglu Chen June 19, 2021, 9:03 a.m. UTC
Changes since v1:

* Make ‘ocaml4.07-pcre’ and ‘ocaml4.07-expect’ use the default OCaml
  compiler and reorder the commits.

Xinglu Chen (5):
  gnu: ocaml4.07-pcre: Switch to default ‘ocaml’ compiler.
  gnu: ocaml4.07-expect: Switch to default ‘ocaml’ compiler.
  gnu: Add ocaml-mparser.
  gnu: Add ocaml-mparser-re.
  gnu: Add ocaml-mparser-pcre.

 gnu/packages/ocaml.scm | 131 ++++++++++++++++++++++++++++++-----------
 1 file changed, 95 insertions(+), 36 deletions(-)


base-commit: dee608a1bb09e691e32203f2493975d71318c296

Comments

Xinglu Chen June 19, 2021, 3:50 p.m. UTC | #1
Changes since v2:

* Split the previous [1/5] patch (gnu: ocaml4.07-pcre: Switch to default
  OCaml compiler.) into two patches.

* Make ‘ocaml4.07-expect’ use the default compiler before removing
  ‘ocaml4.07-pcre’.

I tried setting (#:tests-target ".") in ‘ocaml-pcre’, but nothing was
outputted during the check phase, so I think it’s safe to say that it
doesn’t actually do anything useful.  :)

Xinglu Chen (6):
  gnu: Add ocaml-pcre.
  gnu: ocaml4.07-expect: Switch to default OCaml compiler.
  gnu: ocaml4.07-pcre: Remove package.
  gnu: Add ocaml-mparser.
  gnu: Add ocaml-mparser-re.
  gnu: Add ocaml-mparser-pcre.

 gnu/packages/ocaml.scm | 131 ++++++++++++++++++++++++++++++-----------
 1 file changed, 95 insertions(+), 36 deletions(-)