@@ -29,7 +29,7 @@ buildDunePackage (finalAttrs: {
|
||||
meta = {
|
||||
description = "Bencode backend for decoders";
|
||||
homepage = "https://github.com/mattjbray/ocaml-decoders";
|
||||
changelog = "https://github.com/mattjbray/ocaml-decoders/blob/${finalAttrs.version}/CHANGES.md";
|
||||
changelog = "https://github.com/mattjbray/ocaml-decoders/blob/v${finalAttrs.version}/CHANGES.md";
|
||||
license = lib.licenses.isc;
|
||||
maintainers = with lib.maintainers; [ infinidoge ];
|
||||
};
|
||||
|
||||
@@ -29,7 +29,7 @@ buildDunePackage (finalAttrs: {
|
||||
meta = {
|
||||
description = "CBOR backend for decoders";
|
||||
homepage = "https://github.com/mattjbray/ocaml-decoders";
|
||||
changelog = "https://github.com/mattjbray/ocaml-decoders/blob/${finalAttrs.version}/CHANGES.md";
|
||||
changelog = "https://github.com/mattjbray/ocaml-decoders/blob/v${finalAttrs.version}/CHANGES.md";
|
||||
license = lib.licenses.isc;
|
||||
maintainers = with lib.maintainers; [ infinidoge ];
|
||||
};
|
||||
|
||||
@@ -29,7 +29,7 @@ buildDunePackage (finalAttrs: {
|
||||
meta = {
|
||||
description = "Ezjsonm backend for decoders";
|
||||
homepage = "https://github.com/mattjbray/ocaml-decoders";
|
||||
changelog = "https://github.com/mattjbray/ocaml-decoders/blob/${finalAttrs.version}/CHANGES.md";
|
||||
changelog = "https://github.com/mattjbray/ocaml-decoders/blob/v${finalAttrs.version}/CHANGES.md";
|
||||
license = lib.licenses.isc;
|
||||
maintainers = with lib.maintainers; [ infinidoge ];
|
||||
};
|
||||
|
||||
@@ -27,7 +27,7 @@ buildDunePackage (finalAttrs: {
|
||||
meta = {
|
||||
description = "Ezxmlm backend for decoders";
|
||||
homepage = "https://github.com/mattjbray/ocaml-decoders";
|
||||
changelog = "https://github.com/mattjbray/ocaml-decoders/blob/${finalAttrs.version}/CHANGES.md";
|
||||
changelog = "https://github.com/mattjbray/ocaml-decoders/blob/v${finalAttrs.version}/CHANGES.md";
|
||||
license = lib.licenses.isc;
|
||||
maintainers = with lib.maintainers; [ infinidoge ];
|
||||
};
|
||||
|
||||
@@ -29,7 +29,7 @@ buildDunePackage (finalAttrs: {
|
||||
meta = {
|
||||
description = "Jsonaf backend for decoders";
|
||||
homepage = "https://github.com/mattjbray/ocaml-decoders";
|
||||
changelog = "https://github.com/mattjbray/ocaml-decoders/blob/${finalAttrs.version}/CHANGES.md";
|
||||
changelog = "https://github.com/mattjbray/ocaml-decoders/blob/v${finalAttrs.version}/CHANGES.md";
|
||||
license = lib.licenses.isc;
|
||||
maintainers = with lib.maintainers; [ infinidoge ];
|
||||
};
|
||||
|
||||
@@ -29,7 +29,7 @@ buildDunePackage (finalAttrs: {
|
||||
meta = {
|
||||
description = "Jsonm backend for decoders";
|
||||
homepage = "https://github.com/mattjbray/ocaml-decoders";
|
||||
changelog = "https://github.com/mattjbray/ocaml-decoders/blob/${finalAttrs.version}/CHANGES.md";
|
||||
changelog = "https://github.com/mattjbray/ocaml-decoders/blob/v${finalAttrs.version}/CHANGES.md";
|
||||
license = lib.licenses.isc;
|
||||
maintainers = with lib.maintainers; [ infinidoge ];
|
||||
};
|
||||
|
||||
@@ -29,7 +29,7 @@ buildDunePackage (finalAttrs: {
|
||||
meta = {
|
||||
description = "Msgpck backend for decoders";
|
||||
homepage = "https://github.com/mattjbray/ocaml-decoders";
|
||||
changelog = "https://github.com/mattjbray/ocaml-decoders/blob/${finalAttrs.version}/CHANGES.md";
|
||||
changelog = "https://github.com/mattjbray/ocaml-decoders/blob/v${finalAttrs.version}/CHANGES.md";
|
||||
license = lib.licenses.isc;
|
||||
maintainers = with lib.maintainers; [ infinidoge ];
|
||||
};
|
||||
|
||||
@@ -31,7 +31,7 @@ buildDunePackage (finalAttrs: {
|
||||
meta = {
|
||||
description = "sexplib backend for decoders";
|
||||
homepage = "https://github.com/mattjbray/ocaml-decoders";
|
||||
changelog = "https://github.com/mattjbray/ocaml-decoders/blob/${finalAttrs.version}/CHANGES.md";
|
||||
changelog = "https://github.com/mattjbray/ocaml-decoders/blob/v${finalAttrs.version}/CHANGES.md";
|
||||
license = lib.licenses.isc;
|
||||
maintainers = with lib.maintainers; [ infinidoge ];
|
||||
};
|
||||
|
||||
@@ -29,7 +29,7 @@ buildDunePackage (finalAttrs: {
|
||||
meta = {
|
||||
description = "Yojson backend for decoders";
|
||||
homepage = "https://github.com/mattjbray/ocaml-decoders";
|
||||
changelog = "https://github.com/mattjbray/ocaml-decoders/blob/${finalAttrs.version}/CHANGES.md";
|
||||
changelog = "https://github.com/mattjbray/ocaml-decoders/blob/v${finalAttrs.version}/CHANGES.md";
|
||||
license = lib.licenses.isc;
|
||||
maintainers = with lib.maintainers; [ infinidoge ];
|
||||
};
|
||||
|
||||
@@ -24,7 +24,7 @@ buildDunePackage (finalAttrs: {
|
||||
meta = {
|
||||
description = "Elm-inspired decoders for Ocaml";
|
||||
homepage = "https://github.com/mattjbray/ocaml-decoders";
|
||||
changelog = "https://github.com/mattjbray/ocaml-decoders/blob/${finalAttrs.version}/CHANGES.md";
|
||||
changelog = "https://github.com/mattjbray/ocaml-decoders/blob/v${finalAttrs.version}/CHANGES.md";
|
||||
license = lib.licenses.isc;
|
||||
maintainers = with lib.maintainers; [ infinidoge ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user