1- (lang dune 3 .6 )
1+ (lang dune 3 .18 )
22
33(name eliom)
44( version 11 .1.1)
556677( license " LGPL-2.1-only WITH OCaml-LGPL-linking-exception" )
88
9+ ( generate_opam_files true )
10+
911( package
1012 (name eliom)
1113 (synopsis " Advanced client/server Web and mobile framework" )
@@ -20,26 +22,24 @@ The client-side code is compiled to JS using Ocsigen Js_of_ocaml or to Wasm usin
2022 ( homepage https://ocsigen.org/eliom/)
2123 ( source ( github ocsigen/eliom) )
2224 ( depends
23- ( ocaml ( >= 4 .12.0 ) )
25+ ( ocaml ( and ( >= 4 .12) ( < 5 .3 ) ) )
2426 ocamlfind
2527 ppx_deriving
26- ( ppxlib ( >= 0 .15.0 ) )
27- ( js_of_ocaml-compiler ( and ( >= 5 .5.0 ) ( < 6 .0 .0) ) )
28- (js_of_ocaml ( >= 5 .5.0 ) )
29- ( js_of_ocaml-lwt ( >= 5 .5.0 ) )
28+ ( ppxlib ( >= 0 .15) )
29+ ( js_of_ocaml-compiler ( and ( >= 5 .5) ( < 6 .0) ) )
30+ (js_of_ocaml ( >= 5 .5) )
31+ ( js_of_ocaml-lwt ( >= 5 .5) )
3032 ( js_of_ocaml-ocamlbuild :build )
31- ( js_of_ocaml-ppx ( >= 5 .5.0 ) )
32- ( js_of_ocaml-ppx_deriving_json ( >= 5 .5.0 ) )
33- ( js_of_ocaml-tyxml ( >= 5 .5.0 ) )
33+ ( js_of_ocaml-ppx ( >= 5 .5) )
34+ ( js_of_ocaml-ppx_deriving_json ( >= 5 .5) )
35+ ( js_of_ocaml-tyxml ( >= 5 .5) )
3436 lwt_log
35- ( tyxml ( and ( >= 4 .6.0 ) ( < 4 .7.0 ) ) )
36- ( ocsigenserver ( and ( >= 6 .0.0 ) ( < 7 .0 .0) ) )
37+ ( tyxml ( and ( >= 4 .6) ( < 4 .7) ) )
38+ ( ocsigenserver ( and ( >= 6 .0) ( < 7 .0) ) )
3739 lwt_log
3840 ( ipaddr ( >= 2 .1) )
3941 ( reactiveData ( >= 0 .2.1) )
4042 base-bytes
4143 ( ocsipersist ( and ( >= 2 .0) ( < 3 .0) ) )
4244 ppx_optcomp
4345 ( xml-light ( >= " 2.5" ) ) ) )
44-
45- ( generate_opam_files)
0 commit comments