Vincent Laporte
774db64cc6
js_of_ocaml: 3.6.0 → 3.7.0
2020-08-15 07:29:11 +02:00
Vincent Laporte
5ac8870024
ocamlPackages.js_of_ocaml: 3.5.2 → 3.6.0
2020-06-28 09:59:04 +02:00
Vincent Laporte
a0d4f232d7
ocamlPackages.js_of_ocaml: rename file to “default.nix”
2020-06-15 08:53:50 +02:00
Vincent Laporte
d6a4ee1193
ocamlPackages.js_of_ocaml_2: remove at 2.7 & 2.8.4
2020-06-15 08:53:50 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
Joachim Breitner
2d2a5a9b63
js_of_ocaml: 3.4.0 -> 3.5.2 ( #75766 )
...
drive-by contributions, as I was playing around with this (it has better
support for the `num` library, it seems.)
js_of_ocaml: 3.4.0 -> 3.5.2
ocamlPackages.js_of_ocaml-ppx_deriving_json: use ppxlib-0.12.0
ocamlPackages.eliom: 6.8.0 → 6.10.1
ocamlPackages.ocsigen-toolkit: 2.2.0 → 2.5.0
ocamlPackages.ocsigen-start: 2.7.0 → 2.16.1
Co-authored-by: Vincent Laporte <Vincent.Laporte@gmail.com>
2020-03-06 07:42:04 +01:00
Alexander Bantyev
81ca7cc0a7
js_of_ocaml: fix dependencies
2019-11-26 18:03:50 +03:00
Yorick van Pelt
4550405ac9
ocaml-modules: replace buildInputs with nativeBuildInputs where appropriate
...
The default has been to use buildInputs for build dependencies.
This doesn't work when cross-compiling.
2019-11-11 11:10:14 +03:00
Vincent Laporte
5fed98e862
ocamlPackages.js_of_ocaml*: 3.3.0 -> 3.4.0
...
Ensures compatibility with OCaml 4.08
2019-09-14 06:54:35 +00:00
volth
08f68313a4
treewide: remove redundant rec
2019-08-28 11:07:32 +00:00
volth
35d68ef143
treewide: remove redundant quotes
2019-08-26 21:40:19 +00:00
volth
c814d72b51
treewide: name -> pname
2019-08-17 10:54:38 +00:00
volth
46420bbaa3
treewide: name -> pname (easy cases) ( #66585 )
...
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
2019-08-15 13:41:18 +01:00
Vincent Laporte
2406c06ae0
ocamlPackages.tyxml: 4.2.0 -> 4.3.0
...
ocamlPackages.eliom: 6.4.0 -> 6.7.0
ocamlPackages.js_of_ocaml: 3.2.1 -> 3.3.0
2019-04-28 17:42:36 +02:00
R. RyanTM
c9a8631201
ocamlPackages.js_of_ocaml: 3.2.0 -> 3.2.1 ( #46263 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
js_of_ocaml
2018-09-18 18:10:42 +02:00
Vincent Laporte
fc19401d67
jbuilder: 1.0.1 -> dune: 1.1.1
2018-09-15 19:32:32 +00:00
Vincent Laporte
6d9ffeaa2e
ocamlPackages.js_of_ocaml: 3.1.0 -> 3.2.0
2018-07-14 17:17:51 +00:00
Vincent Laporte
20c035b906
ocamlPackages.js_of_ocaml-tyxml: init at 3.1.0
2018-04-18 09:38:23 +02:00
Vincent Laporte
48ee88c7f8
ocamlPackages.js_of_ocaml-camlp4: add deriving support
2018-04-12 10:15:57 +02:00
Vincent Laporte
a09c39f80c
ocamlPackages.js_of_ocaml-lwt: init at 3.1.0
2018-04-08 17:38:14 +00:00
Vincent Laporte
6c3186848d
ocamlPackages.js_of_ocaml-ppx_deriving_json: init at 3.1.0
2018-04-07 13:24:22 +02:00
Ryan Mulligan
5cb865e100
ocamlPackages.js_of_ocaml: 3.0.0 -> 3.1.0
...
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:
- built on NixOS
/tmp/tmp.I0xNTw0Lrg /home/ryantm/.cache/nixpkgs
/home/ryantm/.cache/nixpkgs
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 3.1.0 with grep in /nix/store/rg3dh55klmmy5gffvv353nbgwjg0mh11-js_of_ocaml-3.1.0
- directory tree listing: https://gist.github.com/4afbe9caa678f6e8124185a1cc5d2a9c
2018-03-31 12:19:28 +02:00
ibor
00422b2279
js_of_ocaml: fix jbuild (explicitly call bash) ( #29749 )
...
* js_of_ocaml: fix jbuild (explicitly call bash)
* js_of_ocaml: Use patchShebangs instead of manual patch
2017-09-25 08:32:19 +08:00
Théo Zimmermann
a9be3c20d1
ocamlPackages.ppx_deriving: 4.1 -> 4.2
...
This fixes compilation of ppx_deriving with OCaml 4.05.
js_of_ocaml_2: mark as broken with OCaml 4.05
ocamlPackages.cohttp: propagates ppx_deriving
2017-08-30 02:33:23 +00:00
Vincent Laporte
935e991b72
js_of_ocaml: 2.8.4 -> 3.0.0
...
js_of_ocaml-camlp4: init at 3.0.0
js_of_ocaml-ppx: init at 3.0.0
2017-08-27 14:55:12 +00:00
Vincent Laporte
4b1a1c1846
js_of_ocaml-ocamlbuild: init at 3.0.0
2017-08-27 14:36:25 +00:00
Vincent Laporte
ef2c0f317a
js_of_ocaml-compiler: move
2017-08-27 14:29:57 +00:00
Vincent Laporte
dbe61c96ae
ocamlPackages: make lwt-3.0.0 the default
2017-07-02 15:22:04 +00:00
Vincent Laporte
ea052b6f6b
ocamlPackages.js_of_ocaml: 2.8.3 -> 2.8.4
2017-06-30 16:39:09 +00:00
Vincent Laporte
88e620f587
ocamlPackages.js_of_ocaml: add ocamlbuild as a dependency
2017-01-24 21:14:46 +00:00
Vincent Laporte
7a31f234e1
js_of_ocaml: 2.7 -> 2.8.3
2017-01-13 06:38:09 +00:00
Florent Becker
e2bb0c5da8
js_of_ocaml: propagate dependency on ppx_deriving
...
ppx_deriving is needed by js_of_ocaml even when it is not used in the code to be compiled
by js_of_ocaml
2016-10-20 10:19:57 +02:00
Vincent Laporte
5a5d051ed0
ocamlPackages.js_of_ocaml: link to ppx_deriving
2016-10-15 17:59:29 +02:00
Florent Becker
527c1cba37
js_of_ocaml: 2.6 -> 2.7
2016-05-31 19:10:07 +02:00
Nicolas B. Pierron
72c6f8a140
Ensure that we can evaluate the platform attribute of ocaml packages.
2016-03-13 19:08:26 +00:00
Florent Becker
a14c867d62
js_of_ocaml: Allow caml >= 4.02 to find camlp4
2016-01-08 16:06:00 +01:00
Florent Becker
44931d4293
js_of_ocaml: 2.5 -> 2.6
2016-01-01 19:04:40 +01:00
Vincent Laporte
621b66c3df
js_of_ocaml: fix for OCaml < 4.0
2015-10-14 19:25:58 +02:00
Vincent Laporte
2727ecec37
js_of_ocaml: propagate camlp4 dependency
2015-06-25 08:55:30 +02:00
Vincent Laporte
1be6e7c60f
js_of_ocaml: propagate lwt dependency
2014-11-23 12:37:00 +00:00
Florent Becker
91fe0ddc62
Build js_of_ocaml with tyxml support
2014-10-15 11:13:58 +02:00
Florent Becker
bb2a9941e5
add version number to the name of the js_of_ocaml package
2014-10-14 13:10:08 +02:00
Florent Becker
9c441c41d7
update js_of_ocaml to 2.5
2014-10-14 13:05:53 +02:00
Florent Becker
3245b97000
Add a derivation for js_of_ocaml
2014-09-06 12:44:32 +04:00