ocamlPackages.ctypes: 0.15.1 -> 0.17.1
This commit is contained in:
parent
6fcf77e87a
commit
807ca93fad
@ -6,11 +6,11 @@ else
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "ocaml${ocaml.version}-ctypes-${version}";
|
name = "ocaml${ocaml.version}-ctypes-${version}";
|
||||||
version = "0.15.1";
|
version = "0.17.1";
|
||||||
|
|
||||||
src = fetchzip {
|
src = fetchzip {
|
||||||
url = "https://github.com/ocamllabs/ocaml-ctypes/archive/${version}.tar.gz";
|
url = "https://github.com/ocamllabs/ocaml-ctypes/archive/${version}.tar.gz";
|
||||||
sha256 = "0adas974bwinn8jidb6chljkpd70s041h2a969dicsj0xsg6wys6";
|
sha256 = "16brmdnz7wi2z25qqhd5s5blyq4app6jbv6g9pa4vyg6h0nzbcys";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://github.com/ocamllabs/ocaml-ctypes;
|
homepage = "https://github.com/ocamllabs/ocaml-ctypes";
|
||||||
description = "Library for binding to C libraries using pure OCaml";
|
description = "Library for binding to C libraries using pure OCaml";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = [ maintainers.ericbmerritt ];
|
maintainers = [ maintainers.ericbmerritt ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user