about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/janestreet
diff options
context:
space:
mode:
authorMatthew Maurer <matthew.r.maurer@gmail.com>2017-03-24 19:34:02 -0400
committerVincent Laporte <Vincent.Laporte@gmail.com>2017-03-30 01:02:51 +0000
commit401c284af0571ae7a1937bf6ab9eb6b27bc1e61e (patch)
tree65f7926ee65e3391803d9f7141a3689ce5f19501 /pkgs/development/ocaml-modules/janestreet
parent24c616c4b67b0be370938868ca2f995ee651ace7 (diff)
downloadnixlib-401c284af0571ae7a1937bf6ab9eb6b27bc1e61e.tar
nixlib-401c284af0571ae7a1937bf6ab9eb6b27bc1e61e.tar.gz
nixlib-401c284af0571ae7a1937bf6ab9eb6b27bc1e61e.tar.bz2
nixlib-401c284af0571ae7a1937bf6ab9eb6b27bc1e61e.tar.lz
nixlib-401c284af0571ae7a1937bf6ab9eb6b27bc1e61e.tar.xz
nixlib-401c284af0571ae7a1937bf6ab9eb6b27bc1e61e.tar.zst
nixlib-401c284af0571ae7a1937bf6ab9eb6b27bc1e61e.zip
ocaml-async_ssl: 112.24.03 -> 113.33.07
Diffstat (limited to 'pkgs/development/ocaml-modules/janestreet')
-rw-r--r--pkgs/development/ocaml-modules/janestreet/async_ssl.nix16
1 files changed, 16 insertions, 0 deletions
diff --git a/pkgs/development/ocaml-modules/janestreet/async_ssl.nix b/pkgs/development/ocaml-modules/janestreet/async_ssl.nix
new file mode 100644
index 000000000000..5cd4c6064e08
--- /dev/null
+++ b/pkgs/development/ocaml-modules/janestreet/async_ssl.nix
@@ -0,0 +1,16 @@
+{stdenv, buildOcamlJane, fetchurl, async, comparelib, core, ctypes, openssl,
+ fieldslib, herelib, pipebang, sexplib, ocaml_oasis}:
+
+buildOcamlJane rec {
+  name = "async_ssl";
+  version = "113.33.07";
+  hash = "0bhzpnmlx6dy4fli3i7ipjwqbsdi7fq171jrila5dr3ciy3841xs";
+  propagatedBuildInputs = [ ctypes async comparelib core fieldslib
+                            herelib pipebang sexplib openssl ocaml_oasis ];
+  meta = with stdenv.lib; {
+    homepage = https://github.com/janestreet/async_ssl;
+    description = "Async wrappers for ssl";
+    license = licenses.asl20;
+    maintainers = [ maintainers.ericbmerritt ];
+  };
+}