Commit graph

127 commits

Author SHA1 Message Date
Matthew Maurer 401c284af0 ocaml-async_ssl: 112.24.03 -> 113.33.07 2017-03-30 01:02:51 +00:00
Vincent Laporte a7a3d91039 ocamlPackages.ppx_traverse_builtins: init at 0.9.0
This OCaml library defines the default methods for builtin types
(int, string, list, ...) for Ppx_traverse.

Homepage: https://github.com/janestreet/ppx_traverse_builtins
2017-03-25 06:57:46 +00:00
Vincent Laporte e3c1e37823 ocamlPackages.ppx_ast: init at 0.9.0
Ppx_ast selects a specific version of the OCaml Abstract Syntax
Tree from the migrate-parsetree project that is not necessarily
the same one as the one being used by the compiler.

Homepage: https://github.com/janestreet/ppx_ast
2017-03-24 19:09:43 +00:00
Vincent Laporte d69e932780 ocamlPackages.ocaml-compiler-libs: init at 0.9.0
This packages exposes the OCaml compiler libraries repackages
under the toplevel names Ocaml_common, Ocaml_bytecomp, ...

Homepage: https://github.com/janestreet/ocaml-compiler-libs
2017-03-24 06:36:41 +00:00
Vincent Laporte 5a0c577d32 ocamlPackages.async_unix: init at 113.33.00+4.03 2017-03-04 04:59:22 +00:00
Vincent Laporte d3899a2495 ocamlPackages.async_kernel: init at 113.33.00 2017-03-04 04:54:51 +00:00
Vincent Laporte 8e1b4b3c4c ocamlPackages.core: init at 113.33.02+4.03 2017-02-26 17:42:02 +00:00
Vincent Laporte 0a768bd6c8 ocamlPackages.core_kernel: init at 113.33.01+4.03 2017-02-26 17:29:36 +00:00
Vincent Laporte 1f1a950cb0 ocamlPackages.ppx_jane: init at 113.33.00 2017-02-26 17:29:36 +00:00
Vincent Laporte 68998dca58 ocamlPackages.ppx_bin_prot: init at 113.33.00+4.03 2017-02-26 17:29:36 +00:00
Vincent Laporte ceabe0d3dd ocamlPackages.ppx_typerep_conv: init at 113.33.00+4.03 2017-02-26 17:29:36 +00:00
Vincent Laporte 3c2c608c2e ocamlPackages.ppx_sexp_value: init at 113.33.00+4.03 2017-02-26 17:29:36 +00:00
Vincent Laporte 03be79a018 ocamlPackages.ppx_sexp_message: init at 113.33.00+4.03 2017-02-26 17:29:36 +00:00
Vincent Laporte 758d052990 ocamlPackages.ppx_pipebang: init at 113.33.00+4.03 2017-02-26 17:29:36 +00:00
Vincent Laporte 3615c47c22 ocamlPackages.ppx_let: init at 113.33.00+4.03 2017-02-26 17:29:35 +00:00
Vincent Laporte cf39dba1d8 ocamlPackages.ppx_fail: init at 113.33.00+4.03 2017-02-26 17:29:35 +00:00
Vincent Laporte 8f74b9024f ocamlPackages.ppx_expect: init at 113.33.01+4.03 2017-02-26 17:29:35 +00:00
Vincent Laporte 0e6e2af219 ocamlPackages.ppx_variants_conv: init at 113.33.00+4.03 2017-02-26 17:29:35 +00:00
Vincent Laporte 1aab9f884d ocamlpackages.ppx_fields_conv: init at 113.33.00+4.03 2017-02-26 17:29:35 +00:00
Vincent Laporte ecc5dd5571 ocamlPackages.ppx_enumerate: init at 113.33.00+4.03 2017-02-26 17:29:35 +00:00
Vincent Laporte c4e5f18631 ocamlPackages.ppx_custom_printf: init at 113.33.00+4.03 2017-02-26 17:29:35 +00:00
Vincent Laporte 654dd0aa96 ocamlPackages.ppx_bench: init at 113.33.00+4.03 2017-02-26 17:29:35 +00:00
Vincent Laporte b4abe046d7 ocamlPackages.ppx_inline_test: init at 113.33.00+4.03 2017-02-26 17:29:35 +00:00
Vincent Laporte 3a9ae7e367 ocamlPackages.ppx_compare: init at 113.33.00+4.03 2017-02-26 17:29:35 +00:00
Vincent Laporte 0e06c903b5 ocamlPackages.sexplib-113.33.00+4.03: fix version number 2017-02-26 17:29:35 +00:00
Vincent Laporte a9b0c95ad4 ocamlPackages.ppx_sexp_conv: init at 113.33.01+4.03 2017-02-23 19:07:38 +00:00
Vincent Laporte 7ca9e6776d ocamlPackages.ppx_type_conv: init at 113.33.02+4.03 2017-02-23 19:04:01 +00:00
Vincent Laporte d6bc0c9236 ocamlPackages.ppx_optcomp: init at 113.33.0[01]+4.03 2017-02-23 18:34:17 +00:00
Vincent Laporte 63796fd38f ocamlPackages.ppx_core: init at 113.33.01+4.03 2017-02-23 18:28:15 +00:00
Vincent Laporte be427d6e51 ocamlPackages.sexplib: init at 113.33.00+4.03 2017-02-23 18:25:56 +00:00
Profpatsch 2bd86e9e47 Revert "Merge pull request #20090 from sternenseemann/master"
Reason: https://github.com/NixOS/nixpkgs/pull/20090#commitcomment-19686426

This reverts commit 9ffcb1b250, reversing
changes made to a6283c1126.
2016-11-04 12:24:57 +01:00
sternenseemann 32e86a3e2a ppx_sexp_conv: use sexplib_p4 instead of sexplib
This prevents potential interface incompatibilities if newer compiler versions are used
2016-11-03 14:08:18 +01:00
regnat 048e8dbe8f ocamlPackages.ppx-variants-conv : add variantslib in propagated buildInputs 2016-10-11 16:53:40 +02:00
Matthew Maurer 3e81648645 janestreet: use Oasis 0.4.6 2016-09-24 13:09:10 -04:00
Matthew Maurer 65fb52f210 js-build-tools: Fix darwin build
On darwin, js-build-tools expects an OSX style userland and stat binary.
However, under nix we use the nix version of stat, which speaks linux-style
flags.

This patch removes js-build-tools special casing so that it speaks to stat
in linux style.
2016-09-20 15:13:19 -04:00
Matthew Maurer 1d0e6ba2df async: 112.24.00 -> 112.24.00/113.33.03
PPX/P4 split
2016-09-14 16:37:21 -04:00
Matthew Maurer 32367919c4 async_extra: 112.24.00 -> 112.24.00/113.33.03
PPX/P4 split
2016-09-14 16:37:21 -04:00
Matthew Maurer 1de9488674 async_rpc_kernel: init at 113.33.03 2016-09-14 16:37:21 -04:00
Matthew Maurer 4e159d7064 async_unix: 112.24.00 -> 112.24.00/113.33.03
PPX/P4 split
2016-09-14 16:37:21 -04:00
Matthew Maurer 6f998593a9 async_kernel: 112.24.00 -> 112.24.00/113.33.03
PPX/P4 split
2016-09-14 16:37:20 -04:00
Matthew Maurer 284c2d8ef5 buildOcamlJane: Add line breaks 2016-09-14 12:00:45 -04:00
Matthew Maurer 4fcc1a5a97 ppx_sexp_conv: Fix description to match package 2016-09-14 11:50:42 -04:00
Matthew Maurer 4cc33335a4 Fix descriptions to be CONTRIBUTIONS.md compliant 2016-09-14 02:36:08 -04:00
Matthew Maurer 2acf031b81 core_extended: 112.24.00 -> 112.24.00/113.33.03
PPX/P4 split
2016-09-14 02:36:07 -04:00
Matthew Maurer eafda42dc6 ocaml-textutils: 112.17.00 -> 112.17.00/113.33.03
PPX/P4 split
2016-09-14 02:36:07 -04:00
Matthew Maurer 3062264c3a ocaml-re2: 112.06.00 -> 112.06.00/113.33.03
PPX/P4 split
2016-09-14 02:36:07 -04:00
Matthew Maurer 0561329ae5 core: 112.24.01 -> 112.24.01/113.33.03
PPX/P4 split
2016-09-14 02:36:07 -04:00
Matthew Maurer a6f8b1f9ff core_kernel: 112.24.00 -> 112.24.00/113.33.03
PPX/P4 split
2016-09-14 02:36:06 -04:00
Matthew Maurer 5ce22cb05e bin_prot: 112.24.00 -> 112.24.00/113.33.03
PPX/P4 split
2016-09-14 02:36:06 -04:00
Matthew Maurer 7ea027862c variantslib: 109.15.03 -> 109.15.03/113.33.03
PPX/P4 split
2016-09-14 02:36:03 -04:00
Matthew Maurer fc4b5786cd sexplib: 112.24.01 -> 112.24.01/113.33.03
PPX/P4 split
2016-09-14 02:35:48 -04:00
Matthew Maurer 3eb02d9f38 fieldslib: 109.20.03 -> 109.20.03/113.33.03
PPX/P4 legacy split
2016-09-14 02:35:32 -04:00
Matthew Maurer b0c76ca173 ppx_jane: init at 113.33.03 2016-09-14 02:35:18 -04:00
Matthew Maurer d97392c39a ocaml-typerep: 112.24.00 -> 112.24.00/113.33.03
Split typerep into ppx supporting (modern) and p4 supporting (legacy)
2016-09-14 02:35:13 -04:00
Matthew Maurer 794b4fbfb9 ppx_expect: init at 113.33.03 2016-09-14 02:34:37 -04:00
Matthew Maurer e485e9b6d3 ppx_variants_conv: init at 113.33.03 2016-09-14 02:34:36 -04:00
Matthew Maurer 753edce021 ppx_typerep_conv: init at 113.33.03 2016-09-14 02:34:36 -04:00
Matthew Maurer 4de0724e8c ppx_sexp_value: init at 113.33.03 2016-09-14 02:34:36 -04:00
Matthew Maurer 246fd021bd ppx_sexp_message: init at 113.33.03 2016-09-14 02:34:36 -04:00
Matthew Maurer 7f3e5783bf ppx_pipebang: init at 113.33.03 2016-09-14 02:34:36 -04:00
Matthew Maurer 68aa85cf99 ppx_let: init at 113.33.03 2016-09-14 02:34:35 -04:00
Matthew Maurer f8241a28fb ppx_fields_conv: init at 113.33.03 2016-09-14 02:34:35 -04:00
Matthew Maurer 1f16ade80f ppx_fail: init at 113.33.03 2016-09-14 02:34:35 -04:00
Matthew Maurer 50f4790f86 ppx_enumerate: init at 113.33.03 2016-09-14 02:34:35 -04:00
Matthew Maurer bf2299bd48 ppx_custom_printf: init at 113.33.03 2016-09-14 02:34:35 -04:00
Matthew Maurer d862e9a6a1 ppx_bin_prot: init at 113.33.03 2016-09-14 02:34:34 -04:00
Matthew Maurer bb34402719 ppx_bench: init at 113.33.03 2016-09-14 02:34:34 -04:00
Matthew Maurer d537a83811 ppx_inline_test: init at 113.33.03 2016-09-14 02:34:34 -04:00
Matthew Maurer a89dfb2148 ppx_assert: init at 113.33.03 2016-09-14 02:34:34 -04:00
Matthew Maurer b86e0ad498 ppx_sexp_conv: init at 113.33.03 2016-09-14 02:34:34 -04:00
Matthew Maurer 7f861c4add ppx_here: init at 113.33.03 2016-09-14 02:34:33 -04:00
Matthew Maurer d51fcdb777 ppx_compare: init at 113.33.03 2016-09-14 02:34:33 -04:00
Matthew Maurer b87abcb3b6 ppx_type_conv: init at 113.33.03 2016-09-14 02:34:33 -04:00
Matthew Maurer a65e53d768 ppx_driver: init at 113.33.03 2016-09-14 02:34:33 -04:00
Matthew Maurer 5bdce80515 ppx_optcomp: init at 113.33.03 2016-09-14 02:34:32 -04:00
Matthew Maurer 95d9e2b86a ppx_core: init at 113.33.03 2016-09-14 02:34:32 -04:00
Matthew Maurer 3c5e31ec00 js_build_tools: init at 113.33.06 2016-09-14 02:34:32 -04:00