[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#49867] [PATCH v2 11/31] gnu: Add ocaml-crowbar.
From: |
Xinglu Chen |
Subject: |
[bug#49867] [PATCH v2 11/31] gnu: Add ocaml-crowbar. |
Date: |
Mon, 09 Aug 2021 14:39:37 +0200 |
On Mon, Aug 09 2021, Julien Lepiller wrote:
> Le 9 août 2021 05:51:58 GMT-04:00, Xinglu Chen <public@yoctocell.xyz> a écrit
> :
>>On Mon, Aug 09 2021, pukkamustard wrote:
>>
>>> * gnu/packages/ocaml.scm (ocaml-crowbar): New variable.
>>> ---
>>> gnu/packages/ocaml.scm | 36 ++++++++++++++++++++++++++++++++++++
>>> 1 file changed, 36 insertions(+)
>>>
>>> diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
>>> index 5a7acb4ba8..dba715d2f5 100644
>>> --- a/gnu/packages/ocaml.scm
>>> +++ b/gnu/packages/ocaml.scm
>>> @@ -7528,6 +7528,42 @@ breaks, while respecting the constraints imposed by
>>> the structure of the
>>> document and by the text width.")
>>> (license license:lgpl2.0)))
>>>
>>> +(define-public ocaml-crowbar
>>> + (package
>>> + (name "ocaml-crowbar")
>>> + (version "0.2")
>>> + (home-page "https://github.com/stedolan/crowbar")
>>> + (source
>>> + (origin
>>> + (method git-fetch)
>>> + (uri (git-reference
>>> + (url home-page)
>>> + (commit (string-append "v" version))))
>>> + (file-name (git-file-name name version))
>>> + (sha256
>>> + (base32
>>> + "0wjfc9irvirfkic32ivvj6qb7r838w08b0d3vmngigbjpjyc9b14"))))
>>> + (build-system dune-build-system)
>>> + (arguments
>>> + ;; Tests require ocaml-xmldiff which requires OCaml 4.12.0
>>> + `(#:tests? #f))
>>> + (propagated-inputs
>>> + `(("ocaml-ocplib-endian" ,ocaml-ocplib-endian)
>>> + ("ocaml-cmdliner" ,ocaml-cmdliner)
>>> + ("ocaml-afl-persistent" ,ocaml-afl-persistent)))
>>> + (native-inputs
>>> + `(("ocaml-calendar" ,ocaml-calendar)
>>> + ("ocaml-fpath" ,ocaml-fpath)
>>> + ("ocaml-uucp" ,ocaml-uucp)
>>
>>The ‘ocaml-uucp’ package hasn’t been packaged yet.
>
> It has, I just pushed it yesterday :)
Ah, forgot to pull :-)
signature.asc
Description: PGP signature
- [bug#49867] [PATCH v2 14/31] gnu: Add ocaml-duration., (continued)
- [bug#49867] [PATCH v2 14/31] gnu: Add ocaml-duration., pukkamustard, 2021/08/09
- [bug#49867] [PATCH v2 09/31] gnu: Add ocaml-afl-persistent., pukkamustard, 2021/08/09
- [bug#49867] [PATCH v2 17/31] gnu: Add ocaml-mirage-crypto-pk., pukkamustard, 2021/08/09
- [bug#49867] [PATCH v2 12/31] gnu: Add ocaml-eqaf., pukkamustard, 2021/08/09
- [bug#49867] [PATCH v2 10/31] gnu: Add ocaml-pprint., pukkamustard, 2021/08/09
- [bug#49867] [PATCH v2 18/31] gnu: Add ocaml-ptime., pukkamustard, 2021/08/09
- [bug#49867] [PATCH v2 15/31] gnu: Add ocaml-randomconv., pukkamustard, 2021/08/09
- [bug#49867] [PATCH v2 11/31] gnu: Add ocaml-crowbar., pukkamustard, 2021/08/09
- [bug#49867] [PATCH v2 11/31] gnu: Add ocaml-crowbar., Xinglu Chen, 2021/08/09
- [bug#49867] [PATCH v2 11/31] gnu: Add ocaml-crowbar., Julien Lepiller, 2021/08/09
- [bug#49867] [PATCH v2 11/31] gnu: Add ocaml-crowbar.,
Xinglu Chen <=
- [bug#49867] [PATCH v2 11/31] gnu: Add ocaml-crowbar., pukkamustard, 2021/08/10
- [bug#49867] [PATCH v2 11/31] gnu: Add ocaml-crowbar., Xinglu Chen, 2021/08/10
- [bug#49867] [PATCH v2 16/31] gnu: Add ocaml-mirage-crypto-rng., pukkamustard, 2021/08/09
- [bug#49867] [PATCH v2 22/31] gnu: Add ocaml-mirage-crypto-ec., pukkamustard, 2021/08/09
- [bug#49867] [PATCH v2 19/31] gnu: Add ocaml-asn1-combinators., pukkamustard, 2021/08/09
- [bug#49867] [PATCH v2 25/31] gnu: Add ocaml-cstruct-unix., pukkamustard, 2021/08/09
- [bug#49867] [PATCH v2 20/31] gnu: Add ocaml-ppx-deriving., pukkamustard, 2021/08/09
- [bug#49867] [PATCH v2 21/31] gnu: Add ocaml-ppx-deriving-yojson., pukkamustard, 2021/08/09
- [bug#49867] [PATCH v2 27/31] gnu: Add ocaml-ca-certs., pukkamustard, 2021/08/09
- [bug#49867] [PATCH v2 28/31] gnu: Add ocaml-lwt-ssl., pukkamustard, 2021/08/09