Weijia Wang
7aa3fc40e3
ocamlPackages.eliom: 11.0.0 -> 11.0.1 ( #349772 )
2024-11-01 20:04:12 +01:00
piegames
68927918d0
treewide: Fix indentation in strings
...
The indentation stripping semantics of strings are fairly bad and have a
few gotchas where the resulting string has not the intended indentation.
This commit fixes most if not all such instances in Nixpkgs.
I tried to strive a balance between keeping the diff small and
reformatting/refactoring the code to look better. In general,
reformatting should be left to Nixfmt.
Note that this causes a lot of rebuilds by design. All changes need to
be thoroughly vetted and reviewed for correctness. There is no automatic
way to prove correctness.
List of files to fix generated by running
https://gerrit.lix.systems/c/lix/+/2092 on Nixpkgs and looking at the
warnings.
2024-10-22 21:36:42 +02:00
R. Ryantm
7ca98189e6
ocamlPackages.eliom: 11.0.0 -> 11.0.1
2024-10-19 13:02:04 +00:00
Vincent Laporte
5fc3cb3ca0
ocamlPackages.ocsigenserver: 5.1.2 → 6.0.0
...
ocamlPackages.eliom: 10.4.1 → 11.0.0
2024-09-13 14:11:39 +02:00
Vincent Laporte
e8cec63ebf
ocamlPackages.eliom: 10.3.1 → 10.4.1
2024-05-13 09:12:53 +02:00
Vincent Laporte
f224bf3196
ocamlPackages.tyxml: 4.5.0 → 4.6.0
2024-03-20 07:01:43 +01:00
Vincent Laporte
0825add7bd
ocamlPackages.eliom: 10.1.2 → 10.3.1
2024-03-08 07:15:42 +01:00
Vincent Laporte
f65b45ecf8
ocamlPackages.eliom: no dependency on ocamlnet
2024-01-15 06:52:27 +01:00
Weijia Wang
07b6ba4ee3
ocamlPackages.eliom: 10.1.0 -> 10.1.2
2023-12-05 07:13:12 +01:00
Vincent Laporte
562ced5399
ocamlPackages.ocsigen_server: 5.0.1 → 5.1.0
...
ocamlPackages.eliom: 9.4.0 → 10.1.0
ocamlPackages.ocsigen-start: 6.0.1 → 6.1.0
2023-10-02 21:27:33 +02:00
Vincent Laporte
684ae27163
ocamlPackages.eliom: 8.9.0 → 9.4.0
2022-04-05 13:33:20 +02:00
Ulrik Strid
a13cdfe520
ocamlPackages tree-wide: Move buildInputs that should be nativeBuildInputs
...
To keep this for the future we also strictDeps where possible, including for janePackages, topkg, oasis and ocamlbuild.
This makes some closures significantly smaller and makes cross compilation easier
2022-02-24 14:39:27 +01:00
Felix Buehler
0affb60221
ocamlPackages.eliom: switch to fetchFromGitHub
2021-12-08 12:47:48 +01:00
Vincent Laporte
26042b990e
ocamlPackages.eliom: 8.6.0 → 8.9.0
2021-11-09 21:12:43 +01:00
Vincent Laporte
dfc206394e
ocamlPackages.ocsigen_server: 2.18.0 → 4.0.1
...
ocamlPackages.eliom: 6.12.4 → 8.6.0
ocamlPackages.ocsigen-start: 2.18.0 → 4.3.0
2021-08-08 19:18:39 +02:00
sternenseemann
cf83099225
ocamlPackages.js_of_ocaml: 3.8.0 -> 3.9.1
...
Apply patch from eliom's master to fix build with the new js_of_ocaml
version.
2021-03-26 08:43:14 +01:00
Vincent Laporte
92a1b57bb1
ocamlPackages.ppxlib: default to 0.22.0
...
ocamlPackages.base_quickcheck 0.14.0 → 0.14.1
ocamlPackages.ppx_custom_printf: 0.14.0 → 0.14.1
ocamlPackages.ppx_expect: 0.14.0 → 0.14.1
ocamlPackages.ppx_optcomp: 0.14.0 → 0.14.1
ocamlPackages.ppx_sexp_conv: 0.14.1 → 0.14.3
ocamlPackages.ppx_sexp_message: 0.14.1 → 0.14.2
ocamlPackages.ppx_typerep_conv: 0.14.1 → 0.14.2
ocamlPackages.visitors: 20210127 → 20210316
ocamlPackages.pgocaml: 4.2.2 → 4.2.2-dev-20210111
2021-03-25 17:36:51 +01:00
sternenseemann
4e42cac49d
ocamlPackages: stdenv.lib → lib
...
This change was produced by searching for remaining occurrences of
stdenv.lib and replacing them manually.
Reference #108938 .
2021-01-12 16:33:18 +01:00
Vincent Laporte
90d4109c23
ocamlPackages.lwt_ppx: 2.0.1 → 2.0.2
2021-01-07 08:40:26 +01:00
R. RyanTM
fe0e6737df
ocamlPackages.eliom: 6.12.1 -> 6.12.4
2020-12-01 23:35:43 -08:00
Vincent Laporte
544423e91c
ocamlPackages.eliom: 6.12.0 → 6.12.1
2020-08-29 06:22:54 +02:00
Vincent Laporte
9ec8205e78
ocamlPackages.tyxml: 4.3.0 → 4.4.0
...
ocamlPackages.eliom: 6.10.1 → 6.12.0
2020-05-14 18:12:36 +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
Vincent Laporte
be3f40bb99
ocamlPackages.eliom: 6.7.0 → 6.8.0
...
Ensures compatibility with OCaml 4.08
2019-10-20 06:44:41 +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
volth
f3282c8d1e
treewide: remove unused variables ( #63177 )
...
* treewide: remove unused variables
* making ofborg happy
2019-06-16 19:59:05 +00: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
Vincent Laporte
686f8a4710
ocamlPackages.eliom: 6.3.0 -> 6.4.0
2019-02-03 14:20:14 +00:00
volth
52f53c69ce
pkgs/*: remove unreferenced function arguments
2018-07-21 02:48:04 +00:00
Vincent Laporte
cb5d4c1205
ocamlPackages.eliom: use opaline
2018-06-06 07:14:24 +00:00
Vincent Laporte
8994fff8bb
ocamlPackages.eliom: 6.2.0 -> 6.3.0
2018-04-28 14:31:50 +00:00
John Ericson
046f091e0d
treewide: Don't use envHook anymore
...
This commits needs a MAJOR audit as I oftentimes just guessed which of
`$hostOffset`, `$targetOffset`, or a fixed offset should be used.
2017-12-30 22:04:22 -05:00
Vincent Laporte
9e754a6f86
ocamlPackages.ssl: 0.5.3 -> 0.5.4
2017-10-05 17:09:50 +00:00
Vincent Laporte
c06e5a8d64
ocamlPackages.react: 1.2.0 -> 1.2.1
2017-10-05 08:39:50 +00:00
Vincent Laporte
dbe61c96ae
ocamlPackages: make lwt-3.0.0 the default
2017-07-02 15:22:04 +00:00
Florent Becker
ac87d9ba8b
Add a setup-hook to ocamlPackages.eliom, to look for distillery templates
2017-03-20 08:05:21 +00:00
Florent Becker
e3a77dd49a
ocamlPackages.eliom: 6.0.0 -> 6.2.0
2017-03-17 01:41:48 +00:00
Vincent Laporte
75b187b0f7
ocamlPackages.eliom: adds ocamlbuild as a dependency
2017-02-23 19:10:33 +00:00
Vincent Laporte
6f48e4d99d
ocamlPackages.eliom: 5.0.0 -> 6.0.0
2017-01-13 06:38:11 +00:00
Florent Becker
ac69382453
eliom: modernize derivation
2016-10-22 11:23:58 +02:00
Florent Becker
7395020b65
allow eliom with ocaml-4.01
2016-05-31 19:10:08 +02:00
Florent Becker
abfe632ce2
eliom: 4 -> 5.0
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
e956922b92
eliom: 4.1.0 -> 4.2.0
2016-01-01 19:04:41 +01:00
Vincent Laporte
e468b311bc
eliom: requires OCaml >= 4
2015-10-15 00:29:33 +02:00
Vincent Laporte
bce75f1d1a
eliom: fix build with OCaml-4.02
2015-06-25 08:55:28 +02:00
Eric Merritt
1c2fcf4115
ocaml-ipaddr: add version (2.6.1) to the system
2015-05-24 12:33:19 -07:00
Florent Becker
10eb4786fd
Use propagatedBuildInputs in eliom
2014-10-19 18:48:40 +02:00
Florent Becker
8c9bbe00ac
Use opam to actually install eliom
2014-10-19 18:47:18 +02:00