mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
ocamlPackages.ppx_deriving_yaml: 0.1.1 → 0.2.1
This commit is contained in:
parent
35abc09040
commit
d635270188
@ -1,23 +1,23 @@
|
||||
{ lib, buildDunePackage, fetchurl, ppxlib, alcotest
|
||||
{ lib, buildDunePackage, fetchurl, ppxlib, alcotest, mdx
|
||||
, ppx_deriving, yaml
|
||||
}:
|
||||
|
||||
buildDunePackage rec {
|
||||
pname = "ppx_deriving_yaml";
|
||||
version = "0.1.1";
|
||||
version = "0.2.1";
|
||||
|
||||
minimalOCamlVersion = "4.08";
|
||||
duneVersion = "3";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/patricoferris/ppx_deriving_yaml/releases/download/v${version}/ppx_deriving_yaml-${version}.tbz";
|
||||
sha256 = "sha256-nR3568ULM6jaGG4H4+lLBTEJqh/ALHPiJxve40jPUxw=";
|
||||
hash = "sha256-3vmay8UY7d3j96VOQ+D3oYEotzVls91F51ebXWQ/9SQ=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ ppxlib ppx_deriving yaml ];
|
||||
|
||||
doCheck = true;
|
||||
checkInputs = [ alcotest ];
|
||||
nativeCheckInputs = [ mdx.bin ];
|
||||
|
||||
meta = {
|
||||
description = "A YAML codec generator for OCaml";
|
||||
|
Loading…
Reference in New Issue
Block a user