From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:45146) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gpUXO-0003DB-VB for guix-patches@gnu.org; Fri, 01 Feb 2019 03:51:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gpUXO-00088P-3x for guix-patches@gnu.org; Fri, 01 Feb 2019 03:51:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:54405) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gpUXN-00088H-W4 for guix-patches@gnu.org; Fri, 01 Feb 2019 03:51:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gpUXN-0004yJ-R7 for guix-patches@gnu.org; Fri, 01 Feb 2019 03:51:01 -0500 Subject: [bug#34265] [PATCH 3/3] gnu: Add ocaml-ppx-inline-test. Resent-Message-ID: References: <875zu4ycve.fsf@gmail.com> <874l9oycqm.fsf@gmail.com> <87sgx8wwcf.fsf@gmail.com> <87r2crx6ic.fsf@gmail.com> From: Gabriel Hondet In-reply-to: <87r2crx6ic.fsf@gmail.com> Date: Fri, 01 Feb 2019 09:50:22 +0100 Message-ID: <87munfx581.fsf@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Julien Lepiller Cc: 34265@debbugs.gnu.org --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable * gnu/packages/ocaml.scm (ocaml-ppx-inline-test): New variable. =2D-- gnu/packages/ocaml.scm | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index a1f9e7996..2d33db1c0 100644 =2D-- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -4694,6 +4694,39 @@ Dedukti files.") syntax checking on dedukti files.") (license license:cecill-b)))) =20 +(define-public ocaml-ppx-inline-test + (package + (name "ocaml-ppx-inline-test") + (version "0.11.0") + (home-page "https://github.com/janestreet/ppx_inline_test") + (source + (origin + (method git-fetch) + (uri (git-reference + (url (string-append home-page ".git")) + (commit (string-append "v" version)))) + (sha256 + (base32 + "0b1n5xs429d93ysdq6vhg73rkh3r69fx78si8ls8jjgzg2svxald")))) + (build-system dune-build-system) + (arguments + `(#:tests? #f ;see home page README for further information + #:phases + (modify-phases %standard-phases + (delete 'configure)))) + (inputs + `(("ocaml-base" ,ocaml-base) + ("ocaml-migrate-parsetree" ,ocaml-migrate-parsetree) + ("ocaml-compiler-libs" ,ocaml-compiler-libs) + ("ocaml-sexplib0" ,ocaml-sexplib0) + ("ocaml-stdio" ,ocaml-stdio) + ("ocaml-ppxlib" ,ocaml-ppxlib))) + (synopsis + "Syntax extension for writing in-line tests in ocaml code") + (description + "Part of the Jane Street's PPX rewriters collection.") + (license license:expat))) + (define-public ocaml-biniou (package (name "ocaml-biniou") =2D-=20 2.20.1 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEE5ercJXBcjd3P1FcAMbyBBfZZ1CUFAlxUCE4ACgkQMbyBBfZZ 1CWWKBAAnL7TAMhOaKX4P9s8e5AH6Z/EHNyS2qvqHEz3S+37OWT+95Ez654z6V+F NyI8uUghLUVDnm2TNcWjkNEAzwV3Kh5xstoW8ZUY32H2EKSi3MJk/bAR36nGK/fr L33wQWPUUuNASLISW0nF1SVsJzmUAzmPsMiAcIUOZx4IHGiaxGO8SnuppkIXsD6Y /G18ZuHezSHfwpkbNXDuH8sHr+r+LBAW6Rf+sPJ9z8u5uOdefGz6Bjyfi0Za6ryg 9A5sXQBNGS1LVxW05BIivk2+Hs2YzHxsUtEvXLy//zy0uQiFNva0gSh9BQMSwGIR vA6rua76tNTVQY0u0WfhjMTjlFn+CbrckNd2f1tVTpIoKnsmXPq458edtwXfv8bh 5MWKQlQNhlGIx1iAhOuh8AyMZXVgNdjUJtcYyIh0XPBgWtIJgQtWXCtZpEqNcVxK KrDl6JHBMskx9090lhWC37q2NlGmtU17Y00hczE6XQYqczSOULF0yxiQx88Nz7JT du8K+00crAa4XCiBx6hmqKMEcvQrI0BsV2/zLXFeT5DJvLAS4Hw6/F6NOLw4S2Ds eSJ2Mn4BfJnkoijp6n0pTlhfOA+ws+hoM1k21hY4/oHBUlzH4iSCJ2XB9T0wpuXB pSC0OBexx9IbLMGjOb+ft7+5w7K/yclRBxOgWBkQjUnPfw0d8fU= =K0b8 -----END PGP SIGNATURE----- --=-=-=--