mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 20:34:52 +03:00
ocamlPackages.estring: init at 1.3
This commit is contained in:
parent
c544cbca42
commit
58fb33a08d
17
pkgs/development/ocaml-modules/estring/default.nix
Normal file
17
pkgs/development/ocaml-modules/estring/default.nix
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
{ stdenv, buildOcaml, fetchurl }:
|
||||||
|
|
||||||
|
buildOcaml rec {
|
||||||
|
name = "estring";
|
||||||
|
version = "1.3";
|
||||||
|
|
||||||
|
src = fetchurl {
|
||||||
|
url = "https://forge.ocamlcore.org/frs/download.php/1012/estring-${version}.tar.gz";
|
||||||
|
sha256 = "0b6znz5igm8pp28w4b7sgy82rpd9m5aw6ss933rfbw1mrh05gvcg";
|
||||||
|
};
|
||||||
|
|
||||||
|
meta = with stdenv.lib; {
|
||||||
|
homepage = "http://estring.forge.ocamlcore.org/";
|
||||||
|
description = "Extension for string literals";
|
||||||
|
license = licenses.bsd3;
|
||||||
|
};
|
||||||
|
}
|
@ -4916,6 +4916,8 @@ in
|
|||||||
|
|
||||||
erm_xmpp = callPackage ../development/ocaml-modules/erm_xmpp { };
|
erm_xmpp = callPackage ../development/ocaml-modules/erm_xmpp { };
|
||||||
|
|
||||||
|
estring = callPackage ../development/ocaml-modules/estring { };
|
||||||
|
|
||||||
ezjsonm = callPackage ../development/ocaml-modules/ezjsonm {
|
ezjsonm = callPackage ../development/ocaml-modules/ezjsonm {
|
||||||
lwt = ocaml_lwt;
|
lwt = ocaml_lwt;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user