mbox series

[bug#49101,v3,0/6] Add ocaml-mparser & friends

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

Message

Xinglu Chen June 19, 2021, 3:50 p.m. UTC
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(-)

Comments

Julien Lepiller June 20, 2021, 12:16 a.m. UTC | #1
Pushed to master as 376b16e9a180ddef1aca795a3acf2512561976ef to
dcd94ee855fa03596a8e84b7cffe1344bb6206ef, thank you!