gnu: ocaml-4.07: Ensure build with ocaml4.7-dune.
* gnu/packages/ocaml.scm (ocaml4.07-gen, ocaml4.07-sedlex) (ocaml4.07-ezjsonm, ocaml4.07-uri, ocaml4.07-charinfo-width) (ocaml4.07-zed, ocaml4.07-lambda-term, ocaml4.07-utop) (ocaml4.07-ppx-inline-test, ocaml4.07-earley, ocaml4.07-merlin) (ocaml4.07-sexplib0, ocaml4.07-parsexp, ocaml4.07-sexplib) (ocaml4.07-base, ocaml4.07-stdio, ocaml4.07-ppxlib, ocaml4.07-ppx-compare) (ocaml4.07-fieldslib, ocaml4.07-variantslib, ocaml4.07-ppx-fields-conv) (ocaml4.07-ppx-sexp-conv, ocaml4.07-ppx-variants-conv) (ocaml4.07-ppx-custom-printf, ocaml4.07-bin-prot, ocaml4.07-ppx-hash) (ocaml4.07-ppx-enumerate, ocaml4.07-ppx-bench, ocaml4.07-ppx-here) (ocaml4.07-ppx-typerep, ocaml4.07-ppx-sexp-value, ocaml4.07-ppx-sexp-message) (ocaml4.07-ppx-pipebang, ocaml4.07-ppx-optional, ocaml4.07-ppx-optcomp) (ocaml4.07-ppx-let, ocaml4.07-ppx-fail, ocaml4.07-ppx-assert) (ocaml4.07-ppx-expect, ocaml4.07-ppx-js-style, ocaml4.07-ppx-typerep-conv) (ocaml4.07-ppx-base, ocaml4.07-ppx-bin-prot, ocaml4.07-ppx-jane) (ocaml4.07-splittable-random, ocaml4.07-configurator, ocaml4.07-spawn) (ocaml4.07-core, ocaml4.07-core-kernel)[arguments]: Use ocaml4.07-dune.
This commit is contained in:
		
							parent
							
								
									f2df5a4bb2
								
							
						
					
					
						commit
						339c752d05
					
				
					 1 changed files with 98 additions and 49 deletions
				
			
		| 
						 | 
					@ -2068,7 +2068,8 @@ representation of the data.")
 | 
				
			||||||
     `(#:tests? #f; no tests
 | 
					     `(#:tests? #f; no tests
 | 
				
			||||||
       #:package "gen"
 | 
					       #:package "gen"
 | 
				
			||||||
       #:ocaml ,ocaml-4.07
 | 
					       #:ocaml ,ocaml-4.07
 | 
				
			||||||
       #:findlib ,ocaml4.07-findlib))
 | 
					       #:findlib ,ocaml4.07-findlib
 | 
				
			||||||
 | 
					       #:dune ,ocaml4.07-dune))
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
     `(("ocaml-odoc" ,ocaml4.07-odoc)))
 | 
					     `(("ocaml-odoc" ,ocaml4.07-odoc)))
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
| 
						 | 
					@ -2113,7 +2114,8 @@ and consumable.")
 | 
				
			||||||
             (for-each (lambda (file) (chmod file #o644)) (find-files "." ".*"))
 | 
					             (for-each (lambda (file) (chmod file #o644)) (find-files "." ".*"))
 | 
				
			||||||
             #t)))
 | 
					             #t)))
 | 
				
			||||||
       #:ocaml ,ocaml-4.07
 | 
					       #:ocaml ,ocaml-4.07
 | 
				
			||||||
       #:findlib ,ocaml4.07-findlib))
 | 
					       #:findlib ,ocaml4.07-findlib
 | 
				
			||||||
 | 
					       #:dune ,ocaml4.07-dune))
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     `(("ocamlbuild" ,(package-with-ocaml4.07 ocamlbuild))))
 | 
					     `(("ocamlbuild" ,(package-with-ocaml4.07 ocamlbuild))))
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
| 
						 | 
					@ -2805,7 +2807,8 @@ writing to these structures, and they are accessed via the Bigarray module.")
 | 
				
			||||||
     `(#:package "ezjsonm"
 | 
					     `(#:package "ezjsonm"
 | 
				
			||||||
       #:test-target "."
 | 
					       #:test-target "."
 | 
				
			||||||
       #:ocaml ,ocaml-4.07
 | 
					       #:ocaml ,ocaml-4.07
 | 
				
			||||||
       #:findlib ,ocaml4.07-findlib))
 | 
					       #:findlib ,ocaml4.07-findlib
 | 
				
			||||||
 | 
					       #:dune ,ocaml4.07-dune))
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     `(("ocaml-alcotest" ,(package-with-ocaml4.07 ocaml-alcotest))))
 | 
					     `(("ocaml-alcotest" ,(package-with-ocaml4.07 ocaml-alcotest))))
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
| 
						 | 
					@ -2843,7 +2846,8 @@ JSON.")
 | 
				
			||||||
             (substitute* "lib/uri.ml"
 | 
					             (substitute* "lib/uri.ml"
 | 
				
			||||||
               (("Re.get") "Re.Group.get")))))
 | 
					               (("Re.get") "Re.Group.get")))))
 | 
				
			||||||
       #:ocaml ,ocaml-4.07
 | 
					       #:ocaml ,ocaml-4.07
 | 
				
			||||||
       #:findlib ,ocaml4.07-findlib))
 | 
					       #:findlib ,ocaml4.07-findlib
 | 
				
			||||||
 | 
					       #:dune ,ocaml4.07-dune))
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     `(("ocaml-ounit" ,(package-with-ocaml4.07 ocaml-ounit))
 | 
					     `(("ocaml-ounit" ,(package-with-ocaml4.07 ocaml-ounit))
 | 
				
			||||||
       ("ocaml-ppx-sexp-conv" ,ocaml4.07-ppx-sexp-conv)))
 | 
					       ("ocaml-ppx-sexp-conv" ,ocaml4.07-ppx-sexp-conv)))
 | 
				
			||||||
| 
						 | 
					@ -3171,7 +3175,8 @@ library is currently designed for Unicode Standard 3.2.")
 | 
				
			||||||
    (build-system dune-build-system)
 | 
					    (build-system dune-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:ocaml ,ocaml-4.07
 | 
					     `(#:ocaml ,ocaml-4.07
 | 
				
			||||||
       #:findlib ,ocaml4.07-findlib))
 | 
					       #:findlib ,ocaml4.07-findlib
 | 
				
			||||||
 | 
					       #:dune ,ocaml4.07-dune))
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
     `(("ocaml-result" ,(package-with-ocaml4.07 ocaml-result))
 | 
					     `(("ocaml-result" ,(package-with-ocaml4.07 ocaml-result))
 | 
				
			||||||
       ("ocaml-camomile" ,(package-with-ocaml4.07 ocaml-camomile))))
 | 
					       ("ocaml-camomile" ,(package-with-ocaml4.07 ocaml-camomile))))
 | 
				
			||||||
| 
						 | 
					@ -3202,7 +3207,8 @@ function that follows the prototype of POSIX's wcwidth.")
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:test-target "."
 | 
					     `(#:test-target "."
 | 
				
			||||||
       #:ocaml ,ocaml-4.07
 | 
					       #:ocaml ,ocaml-4.07
 | 
				
			||||||
       #:findlib ,ocaml4.07-findlib))
 | 
					       #:findlib ,ocaml4.07-findlib
 | 
				
			||||||
 | 
					       #:dune ,ocaml4.07-dune))
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
     `(("ocaml-camomile" ,(package-with-ocaml4.07 ocaml-camomile))
 | 
					     `(("ocaml-camomile" ,(package-with-ocaml4.07 ocaml-camomile))
 | 
				
			||||||
       ("ocaml-charinfo-width" ,ocaml4.07-charinfo-width)
 | 
					       ("ocaml-charinfo-width" ,ocaml4.07-charinfo-width)
 | 
				
			||||||
| 
						 | 
					@ -3232,7 +3238,8 @@ connect an engine to your inputs and rendering functions to get an editor.")
 | 
				
			||||||
     `(#:build-flags (list "--profile" "release")
 | 
					     `(#:build-flags (list "--profile" "release")
 | 
				
			||||||
       #:tests? #f
 | 
					       #:tests? #f
 | 
				
			||||||
       #:ocaml ,ocaml-4.07
 | 
					       #:ocaml ,ocaml-4.07
 | 
				
			||||||
       #:findlib ,ocaml4.07-findlib))
 | 
					       #:findlib ,ocaml4.07-findlib
 | 
				
			||||||
 | 
					       #:dune ,ocaml4.07-dune))
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
     `(("ocaml-lwt" ,(package-with-ocaml4.07 ocaml-lwt))
 | 
					     `(("ocaml-lwt" ,(package-with-ocaml4.07 ocaml-lwt))
 | 
				
			||||||
       ("ocaml-lwt-log" ,(package-with-ocaml4.07 ocaml-lwt-log))
 | 
					       ("ocaml-lwt-log" ,(package-with-ocaml4.07 ocaml-lwt-log))
 | 
				
			||||||
| 
						 | 
					@ -3267,7 +3274,8 @@ instead of bindings to a C library.")
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:test-target "."
 | 
					     `(#:test-target "."
 | 
				
			||||||
       #:ocaml ,ocaml-4.07
 | 
					       #:ocaml ,ocaml-4.07
 | 
				
			||||||
       #:findlib ,ocaml4.07-findlib))
 | 
					       #:findlib ,ocaml4.07-findlib
 | 
				
			||||||
 | 
					       #:dune ,ocaml4.07-dune))
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     `(("cppo" ,(package-with-ocaml4.07 ocaml-cppo))))
 | 
					     `(("cppo" ,(package-with-ocaml4.07 ocaml-cppo))))
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
| 
						 | 
					@ -3569,7 +3577,8 @@ syntax checking on dedukti files.")
 | 
				
			||||||
     ;see home page README for further information
 | 
					     ;see home page README for further information
 | 
				
			||||||
     `(#:tests? #f
 | 
					     `(#:tests? #f
 | 
				
			||||||
       #:ocaml ,ocaml-4.07
 | 
					       #:ocaml ,ocaml-4.07
 | 
				
			||||||
       #:findlib ,ocaml4.07-findlib))
 | 
					       #:findlib ,ocaml4.07-findlib
 | 
				
			||||||
 | 
					       #:dune ,ocaml4.07-dune))
 | 
				
			||||||
    (inputs
 | 
					    (inputs
 | 
				
			||||||
     `(("ocaml-base" ,ocaml4.07-base)
 | 
					     `(("ocaml-base" ,ocaml4.07-base)
 | 
				
			||||||
       ("ocaml-migrate-parsetree"
 | 
					       ("ocaml-migrate-parsetree"
 | 
				
			||||||
| 
						 | 
					@ -3642,7 +3651,8 @@ or quantified formulas.")
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:test-target "."
 | 
					     `(#:test-target "."
 | 
				
			||||||
       #:ocaml ,ocaml-4.07
 | 
					       #:ocaml ,ocaml-4.07
 | 
				
			||||||
       #:findlib ,ocaml4.07-findlib))
 | 
					       #:findlib ,ocaml4.07-findlib
 | 
				
			||||||
 | 
					       #:dune ,ocaml4.07-dune))
 | 
				
			||||||
    (synopsis "Parsing library based on Earley Algorithm")
 | 
					    (synopsis "Parsing library based on Earley Algorithm")
 | 
				
			||||||
    (description "Earley is a parser combinator library base on Earley's
 | 
					    (description "Earley is a parser combinator library base on Earley's
 | 
				
			||||||
algorithm.  It is intended to be used in conjunction with an OCaml syntax
 | 
					algorithm.  It is intended to be used in conjunction with an OCaml syntax
 | 
				
			||||||
| 
						 | 
					@ -3818,7 +3828,8 @@ format}.  @code{craml} is released as a single binary (called @code{craml}).")
 | 
				
			||||||
     `(#:package "merlin"
 | 
					     `(#:package "merlin"
 | 
				
			||||||
       #:tests? #f ;; Errors in tests in version 3.2.2
 | 
					       #:tests? #f ;; Errors in tests in version 3.2.2
 | 
				
			||||||
       #:ocaml ,ocaml-4.07
 | 
					       #:ocaml ,ocaml-4.07
 | 
				
			||||||
       #:findlib ,ocaml4.07-findlib))
 | 
					       #:findlib ,ocaml4.07-findlib
 | 
				
			||||||
 | 
					       #:dune ,ocaml4.07-dune))
 | 
				
			||||||
    (synopsis "Context sensitive completion for OCaml in Vim and Emacs")
 | 
					    (synopsis "Context sensitive completion for OCaml in Vim and Emacs")
 | 
				
			||||||
    (description "Merlin is an editor service that provides modern IDE
 | 
					    (description "Merlin is an editor service that provides modern IDE
 | 
				
			||||||
features for OCaml.  Emacs and Vim support is provided out-of-the-box.
 | 
					features for OCaml.  Emacs and Vim support is provided out-of-the-box.
 | 
				
			||||||
| 
						 | 
					@ -3964,7 +3975,8 @@ exclusion algorithms are typical examples of such systems.")
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:tests? #f ;no tests
 | 
					     `(#:tests? #f ;no tests
 | 
				
			||||||
       #:ocaml ,ocaml-4.07
 | 
					       #:ocaml ,ocaml-4.07
 | 
				
			||||||
       #:findlib ,ocaml4.07-findlib))
 | 
					       #:findlib ,ocaml4.07-findlib
 | 
				
			||||||
 | 
					       #:dune ,ocaml4.07-dune))
 | 
				
			||||||
    (synopsis "Library containing the definition of S-expressions and some
 | 
					    (synopsis "Library containing the definition of S-expressions and some
 | 
				
			||||||
base converters")
 | 
					base converters")
 | 
				
			||||||
    (description "Part of Jane Street's Core library The Core suite of
 | 
					    (description "Part of Jane Street's Core library The Core suite of
 | 
				
			||||||
| 
						 | 
					@ -3990,7 +4002,8 @@ that was developed by Jane Street, the largest industrial user of OCaml.")
 | 
				
			||||||
    (build-system dune-build-system)
 | 
					    (build-system dune-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:ocaml ,ocaml-4.07
 | 
					     `(#:ocaml ,ocaml-4.07
 | 
				
			||||||
       #:findlib ,ocaml4.07-findlib))
 | 
					       #:findlib ,ocaml4.07-findlib
 | 
				
			||||||
 | 
					       #:dune ,ocaml4.07-dune))
 | 
				
			||||||
    (inputs
 | 
					    (inputs
 | 
				
			||||||
     `(("ocaml-sexplib0" ,ocaml4.07-sexplib0)))
 | 
					     `(("ocaml-sexplib0" ,ocaml4.07-sexplib0)))
 | 
				
			||||||
    (synopsis "S-expression parsing library")
 | 
					    (synopsis "S-expression parsing library")
 | 
				
			||||||
| 
						 | 
					@ -4039,7 +4052,8 @@ parsexp_io.")
 | 
				
			||||||
    (build-system dune-build-system)
 | 
					    (build-system dune-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:ocaml ,ocaml-4.07
 | 
					     `(#:ocaml ,ocaml-4.07
 | 
				
			||||||
       #:findlib ,ocaml4.07-findlib))
 | 
					       #:findlib ,ocaml4.07-findlib
 | 
				
			||||||
 | 
					       #:dune ,ocaml4.07-dune))
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
     `(("ocaml-num" ,(package-with-ocaml4.07 ocaml-num))
 | 
					     `(("ocaml-num" ,(package-with-ocaml4.07 ocaml-num))
 | 
				
			||||||
       ("ocaml-parsexp" ,ocaml4.07-parsexp)
 | 
					       ("ocaml-parsexp" ,ocaml4.07-parsexp)
 | 
				
			||||||
| 
						 | 
					@ -4077,7 +4091,8 @@ functionality for parsing and pretty-printing s-expressions.")
 | 
				
			||||||
           (lambda _
 | 
					           (lambda _
 | 
				
			||||||
             (invoke "dune" "build" "@install" "--profile=release"))))
 | 
					             (invoke "dune" "build" "@install" "--profile=release"))))
 | 
				
			||||||
       #:ocaml ,ocaml-4.07
 | 
					       #:ocaml ,ocaml-4.07
 | 
				
			||||||
       #:findlib ,ocaml4.07-findlib))
 | 
					       #:findlib ,ocaml4.07-findlib
 | 
				
			||||||
 | 
					       #:dune ,ocaml4.07-dune))
 | 
				
			||||||
  (synopsis
 | 
					  (synopsis
 | 
				
			||||||
    "Full standard library replacement for OCaml")
 | 
					    "Full standard library replacement for OCaml")
 | 
				
			||||||
  (description
 | 
					  (description
 | 
				
			||||||
| 
						 | 
					@ -4142,7 +4157,8 @@ is now @code{Ocaml_common.Ast_helper}.")
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:tests? #f ;no tests
 | 
					     `(#:tests? #f ;no tests
 | 
				
			||||||
       #:ocaml ,ocaml-4.07
 | 
					       #:ocaml ,ocaml-4.07
 | 
				
			||||||
       #:findlib ,ocaml4.07-findlib))
 | 
					       #:findlib ,ocaml4.07-findlib
 | 
				
			||||||
 | 
					       #:dune ,ocaml4.07-dune))
 | 
				
			||||||
    (synopsis "Standard IO library for OCaml")
 | 
					    (synopsis "Standard IO library for OCaml")
 | 
				
			||||||
    (description
 | 
					    (description
 | 
				
			||||||
     "Stdio implements simple input/output functionalities for OCaml.  It
 | 
					     "Stdio implements simple input/output functionalities for OCaml.  It
 | 
				
			||||||
| 
						 | 
					@ -4223,7 +4239,8 @@ as part of the same ocaml-migrate-parsetree driver.")
 | 
				
			||||||
                                 all))))
 | 
					                                 all))))
 | 
				
			||||||
             #t)))
 | 
					             #t)))
 | 
				
			||||||
       #:ocaml ,ocaml-4.07
 | 
					       #:ocaml ,ocaml-4.07
 | 
				
			||||||
       #:findlib ,ocaml4.07-findlib))
 | 
					       #:findlib ,ocaml4.07-findlib
 | 
				
			||||||
 | 
					       #:dune ,ocaml4.07-dune))
 | 
				
			||||||
    (synopsis
 | 
					    (synopsis
 | 
				
			||||||
     "Base library and tools for ppx rewriters")
 | 
					     "Base library and tools for ppx rewriters")
 | 
				
			||||||
    (description
 | 
					    (description
 | 
				
			||||||
| 
						 | 
					@ -4262,7 +4279,8 @@ OCaml AST in the OCaml syntax;
 | 
				
			||||||
        ("ocaml-ppxlib" ,ocaml4.07-ppxlib)))
 | 
					        ("ocaml-ppxlib" ,ocaml4.07-ppxlib)))
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:ocaml ,ocaml-4.07
 | 
					     `(#:ocaml ,ocaml-4.07
 | 
				
			||||||
       #:findlib ,ocaml4.07-findlib))
 | 
					       #:findlib ,ocaml4.07-findlib
 | 
				
			||||||
 | 
					       #:dune ,ocaml4.07-dune))
 | 
				
			||||||
    (properties `((upstream-name . "ppx_compare")))
 | 
					    (properties `((upstream-name . "ppx_compare")))
 | 
				
			||||||
    (home-page "https://github.com/janestreet/ppx_compare")
 | 
					    (home-page "https://github.com/janestreet/ppx_compare")
 | 
				
			||||||
    (synopsis "Generation of comparison functions from types")
 | 
					    (synopsis "Generation of comparison functions from types")
 | 
				
			||||||
| 
						 | 
					@ -4291,7 +4309,8 @@ by making sure that you only compare comparable values.")
 | 
				
			||||||
     ;; No tests
 | 
					     ;; No tests
 | 
				
			||||||
     `(#:tests? #f
 | 
					     `(#:tests? #f
 | 
				
			||||||
       #:ocaml ,ocaml-4.07
 | 
					       #:ocaml ,ocaml-4.07
 | 
				
			||||||
       #:findlib ,ocaml4.07-findlib))
 | 
					       #:findlib ,ocaml4.07-findlib
 | 
				
			||||||
 | 
					       #:dune ,ocaml4.07-dune))
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
      `(("ocaml-base" ,ocaml4.07-base)
 | 
					      `(("ocaml-base" ,ocaml4.07-base)
 | 
				
			||||||
        ("ocaml-migrate-parsetree"
 | 
					        ("ocaml-migrate-parsetree"
 | 
				
			||||||
| 
						 | 
					@ -4322,7 +4341,8 @@ of a record and create new record values.")
 | 
				
			||||||
     ;; No tests
 | 
					     ;; No tests
 | 
				
			||||||
     `(#:tests? #f
 | 
					     `(#:tests? #f
 | 
				
			||||||
       #:ocaml ,ocaml-4.07
 | 
					       #:ocaml ,ocaml-4.07
 | 
				
			||||||
       #:findlib ,ocaml4.07-findlib))
 | 
					       #:findlib ,ocaml4.07-findlib
 | 
				
			||||||
 | 
					       #:dune ,ocaml4.07-dune))
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
      `(("ocaml-base" ,ocaml4.07-base)
 | 
					      `(("ocaml-base" ,ocaml4.07-base)
 | 
				
			||||||
        ("ocaml-migrate-parsetree"
 | 
					        ("ocaml-migrate-parsetree"
 | 
				
			||||||
| 
						 | 
					@ -4356,7 +4376,8 @@ standard library.")
 | 
				
			||||||
        ("ocaml-ppxlib" ,ocaml4.07-ppxlib)))
 | 
					        ("ocaml-ppxlib" ,ocaml4.07-ppxlib)))
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:ocaml ,ocaml-4.07
 | 
					     `(#:ocaml ,ocaml-4.07
 | 
				
			||||||
       #:findlib ,ocaml4.07-findlib))
 | 
					       #:findlib ,ocaml4.07-findlib
 | 
				
			||||||
 | 
					       #:dune ,ocaml4.07-dune))
 | 
				
			||||||
    (properties `((upstream-name . "ppx_fields_conv")))
 | 
					    (properties `((upstream-name . "ppx_fields_conv")))
 | 
				
			||||||
    (home-page "https://github.com/janestreet/ppx_fields_conv")
 | 
					    (home-page "https://github.com/janestreet/ppx_fields_conv")
 | 
				
			||||||
    (synopsis "Generation of accessor and iteration functions for ocaml records")
 | 
					    (synopsis "Generation of accessor and iteration functions for ocaml records")
 | 
				
			||||||
| 
						 | 
					@ -4387,7 +4408,8 @@ new record values.")
 | 
				
			||||||
        ("ocaml-ppxlib" ,ocaml4.07-ppxlib)))
 | 
					        ("ocaml-ppxlib" ,ocaml4.07-ppxlib)))
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:ocaml ,ocaml-4.07
 | 
					     `(#:ocaml ,ocaml-4.07
 | 
				
			||||||
       #:findlib ,ocaml4.07-findlib))
 | 
					       #:findlib ,ocaml4.07-findlib
 | 
				
			||||||
 | 
					       #:dune ,ocaml4.07-dune))
 | 
				
			||||||
    (properties `((upstream-name . "ppx_sexp_conv")))
 | 
					    (properties `((upstream-name . "ppx_sexp_conv")))
 | 
				
			||||||
    (home-page "https://github.com/janestreet/ppx_sexp_conv")
 | 
					    (home-page "https://github.com/janestreet/ppx_sexp_conv")
 | 
				
			||||||
    (synopsis "Generation of S-expression conversion functions from type definitions")
 | 
					    (synopsis "Generation of S-expression conversion functions from type definitions")
 | 
				
			||||||
| 
						 | 
					@ -4417,7 +4439,8 @@ definitions.")
 | 
				
			||||||
        ("ocaml-ppxlib" ,ocaml4.07-ppxlib)))
 | 
					        ("ocaml-ppxlib" ,ocaml4.07-ppxlib)))
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:ocaml ,ocaml-4.07
 | 
					     `(#:ocaml ,ocaml-4.07
 | 
				
			||||||
       #:findlib ,ocaml4.07-findlib))
 | 
					       #:findlib ,ocaml4.07-findlib
 | 
				
			||||||
 | 
					       #:dune ,ocaml4.07-dune))
 | 
				
			||||||
    (properties
 | 
					    (properties
 | 
				
			||||||
      `((upstream-name . "ppx_variants_conv")))
 | 
					      `((upstream-name . "ppx_variants_conv")))
 | 
				
			||||||
    (home-page
 | 
					    (home-page
 | 
				
			||||||
| 
						 | 
					@ -4449,7 +4472,8 @@ variant types.")
 | 
				
			||||||
        ("ocaml-ppxlib" ,ocaml4.07-ppxlib)))
 | 
					        ("ocaml-ppxlib" ,ocaml4.07-ppxlib)))
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:ocaml ,ocaml-4.07
 | 
					     `(#:ocaml ,ocaml-4.07
 | 
				
			||||||
       #:findlib ,ocaml4.07-findlib))
 | 
					       #:findlib ,ocaml4.07-findlib
 | 
				
			||||||
 | 
					       #:dune ,ocaml4.07-dune))
 | 
				
			||||||
    (properties `((upstream-name . "ppx_custom_printf")))
 | 
					    (properties `((upstream-name . "ppx_custom_printf")))
 | 
				
			||||||
    (home-page "https://github.com/janestreet/ppx_custom_printf")
 | 
					    (home-page "https://github.com/janestreet/ppx_custom_printf")
 | 
				
			||||||
    (synopsis "Printf-style format-strings for user-defined string conversion")
 | 
					    (synopsis "Printf-style format-strings for user-defined string conversion")
 | 
				
			||||||
| 
						 | 
					@ -4481,7 +4505,8 @@ string conversion.")
 | 
				
			||||||
         ,(package-with-ocaml4.07 ocaml-migrate-parsetree))))
 | 
					         ,(package-with-ocaml4.07 ocaml-migrate-parsetree))))
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:ocaml ,ocaml-4.07
 | 
					     `(#:ocaml ,ocaml-4.07
 | 
				
			||||||
       #:findlib ,ocaml4.07-findlib))
 | 
					       #:findlib ,ocaml4.07-findlib
 | 
				
			||||||
 | 
					       #:dune ,ocaml4.07-dune))
 | 
				
			||||||
    (properties `((upstream-name . "bin_prot")))
 | 
					    (properties `((upstream-name . "bin_prot")))
 | 
				
			||||||
    (home-page "https://github.com/janestreet/bin_prot")
 | 
					    (home-page "https://github.com/janestreet/bin_prot")
 | 
				
			||||||
    (synopsis "Binary protocol generator")
 | 
					    (synopsis "Binary protocol generator")
 | 
				
			||||||
| 
						 | 
					@ -4547,7 +4572,8 @@ storage of large amounts of data.")
 | 
				
			||||||
        ("ocaml-ppxlib" ,ocaml4.07-ppxlib)))
 | 
					        ("ocaml-ppxlib" ,ocaml4.07-ppxlib)))
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:ocaml ,ocaml-4.07
 | 
					     `(#:ocaml ,ocaml-4.07
 | 
				
			||||||
       #:findlib ,ocaml4.07-findlib))
 | 
					       #:findlib ,ocaml4.07-findlib
 | 
				
			||||||
 | 
					       #:dune ,ocaml4.07-dune))
 | 
				
			||||||
    (properties `((upstream-name . "ppx_hash")))
 | 
					    (properties `((upstream-name . "ppx_hash")))
 | 
				
			||||||
    (home-page "https://github.com/janestreet/ppx_hash")
 | 
					    (home-page "https://github.com/janestreet/ppx_hash")
 | 
				
			||||||
    (synopsis "Generation of hash functions from type expressions and definitions")
 | 
					    (synopsis "Generation of hash functions from type expressions and definitions")
 | 
				
			||||||
| 
						 | 
					@ -4572,7 +4598,8 @@ hash functions from type exrpessions and definitions.")
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:tests? #f; no test suite
 | 
					     `(#:tests? #f; no test suite
 | 
				
			||||||
       #:ocaml ,ocaml-4.07
 | 
					       #:ocaml ,ocaml-4.07
 | 
				
			||||||
       #:findlib ,ocaml4.07-findlib))
 | 
					       #:findlib ,ocaml4.07-findlib
 | 
				
			||||||
 | 
					       #:dune ,ocaml4.07-dune))
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
      `(("ocaml-base" ,ocaml4.07-base)
 | 
					      `(("ocaml-base" ,ocaml4.07-base)
 | 
				
			||||||
        ("ocaml-migrate-parsetree"
 | 
					        ("ocaml-migrate-parsetree"
 | 
				
			||||||
| 
						 | 
					@ -4603,7 +4630,8 @@ many values).")
 | 
				
			||||||
     ;; No tests
 | 
					     ;; No tests
 | 
				
			||||||
     `(#:tests? #f
 | 
					     `(#:tests? #f
 | 
				
			||||||
       #:ocaml ,ocaml-4.07
 | 
					       #:ocaml ,ocaml-4.07
 | 
				
			||||||
       #:findlib ,ocaml4.07-findlib))
 | 
					       #:findlib ,ocaml4.07-findlib
 | 
				
			||||||
 | 
					       #:dune ,ocaml4.07-dune))
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
      `(("ocaml-ppx-inline-test" ,ocaml4.07-ppx-inline-test)
 | 
					      `(("ocaml-ppx-inline-test" ,ocaml4.07-ppx-inline-test)
 | 
				
			||||||
        ("ocaml-migrate-parsetree"
 | 
					        ("ocaml-migrate-parsetree"
 | 
				
			||||||
| 
						 | 
					@ -4632,7 +4660,8 @@ many values).")
 | 
				
			||||||
     ;; broken tests
 | 
					     ;; broken tests
 | 
				
			||||||
     `(#:tests? #f
 | 
					     `(#:tests? #f
 | 
				
			||||||
       #:ocaml ,ocaml-4.07
 | 
					       #:ocaml ,ocaml-4.07
 | 
				
			||||||
       #:findlib ,ocaml4.07-findlib))
 | 
					       #:findlib ,ocaml4.07-findlib
 | 
				
			||||||
 | 
					       #:dune ,ocaml4.07-dune))
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
      `(("ocaml-base" ,ocaml4.07-base)
 | 
					      `(("ocaml-base" ,ocaml4.07-base)
 | 
				
			||||||
        ("ocaml-migrate-parsetree"
 | 
					        ("ocaml-migrate-parsetree"
 | 
				
			||||||
| 
						 | 
					@ -4661,7 +4690,8 @@ many values).")
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:tests? #f
 | 
					     `(#:tests? #f
 | 
				
			||||||
       #:ocaml ,ocaml-4.07
 | 
					       #:ocaml ,ocaml-4.07
 | 
				
			||||||
       #:findlib ,ocaml4.07-findlib))
 | 
					       #:findlib ,ocaml4.07-findlib
 | 
				
			||||||
 | 
					       #:dune ,ocaml4.07-dune))
 | 
				
			||||||
    (propagated-inputs `(("ocaml-base" ,ocaml4.07-base)))
 | 
					    (propagated-inputs `(("ocaml-base" ,ocaml4.07-base)))
 | 
				
			||||||
    (home-page "https://github.com/janestreet/typerep")
 | 
					    (home-page "https://github.com/janestreet/typerep")
 | 
				
			||||||
    (synopsis "Typerep is a library for runtime types")
 | 
					    (synopsis "Typerep is a library for runtime types")
 | 
				
			||||||
| 
						 | 
					@ -4683,7 +4713,8 @@ many values).")
 | 
				
			||||||
    (build-system dune-build-system)
 | 
					    (build-system dune-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:ocaml ,ocaml-4.07
 | 
					     `(#:ocaml ,ocaml-4.07
 | 
				
			||||||
       #:findlib ,ocaml4.07-findlib))
 | 
					       #:findlib ,ocaml4.07-findlib
 | 
				
			||||||
 | 
					       #:dune ,ocaml4.07-dune))
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
      `(("ocaml-base" ,ocaml4.07-base)
 | 
					      `(("ocaml-base" ,ocaml4.07-base)
 | 
				
			||||||
        ("ocaml-ppx-here" ,ocaml4.07-ppx-here)
 | 
					        ("ocaml-ppx-here" ,ocaml4.07-ppx-here)
 | 
				
			||||||
| 
						 | 
					@ -4713,7 +4744,8 @@ ocaml values.")
 | 
				
			||||||
    (build-system dune-build-system)
 | 
					    (build-system dune-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:ocaml ,ocaml-4.07
 | 
					     `(#:ocaml ,ocaml-4.07
 | 
				
			||||||
       #:findlib ,ocaml4.07-findlib))
 | 
					       #:findlib ,ocaml4.07-findlib
 | 
				
			||||||
 | 
					       #:dune ,ocaml4.07-dune))
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
      `(("ocaml-base" ,ocaml4.07-base)
 | 
					      `(("ocaml-base" ,ocaml4.07-base)
 | 
				
			||||||
        ("ocaml-ppx-here" ,ocaml4.07-ppx-here)
 | 
					        ("ocaml-ppx-here" ,ocaml4.07-ppx-here)
 | 
				
			||||||
| 
						 | 
					@ -4747,7 +4779,8 @@ context such as function arguments.")
 | 
				
			||||||
     ;; No tests
 | 
					     ;; No tests
 | 
				
			||||||
     `(#:tests? #f
 | 
					     `(#:tests? #f
 | 
				
			||||||
       #:ocaml ,ocaml-4.07
 | 
					       #:ocaml ,ocaml-4.07
 | 
				
			||||||
       #:findlib ,ocaml4.07-findlib))
 | 
					       #:findlib ,ocaml4.07-findlib
 | 
				
			||||||
 | 
					       #:dune ,ocaml4.07-dune))
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
      `(("ocaml-migrate-parsetree"
 | 
					      `(("ocaml-migrate-parsetree"
 | 
				
			||||||
         ,(package-with-ocaml4.07 ocaml-migrate-parsetree))
 | 
					         ,(package-with-ocaml4.07 ocaml-migrate-parsetree))
 | 
				
			||||||
| 
						 | 
					@ -4776,7 +4809,8 @@ context such as function arguments.")
 | 
				
			||||||
     ;; No tests
 | 
					     ;; No tests
 | 
				
			||||||
     `(#:tests? #f
 | 
					     `(#:tests? #f
 | 
				
			||||||
       #:ocaml ,ocaml-4.07
 | 
					       #:ocaml ,ocaml-4.07
 | 
				
			||||||
       #:findlib ,ocaml4.07-findlib))
 | 
					       #:findlib ,ocaml4.07-findlib
 | 
				
			||||||
 | 
					       #:dune ,ocaml4.07-dune))
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
      `(("ocaml-base" ,ocaml4.07-base)
 | 
					      `(("ocaml-base" ,ocaml4.07-base)
 | 
				
			||||||
        ("ocaml-migrate-parsetree"
 | 
					        ("ocaml-migrate-parsetree"
 | 
				
			||||||
| 
						 | 
					@ -4805,7 +4839,8 @@ else expression.")
 | 
				
			||||||
    (build-system dune-build-system)
 | 
					    (build-system dune-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:ocaml ,ocaml-4.07
 | 
					     `(#:ocaml ,ocaml-4.07
 | 
				
			||||||
       #:findlib ,ocaml4.07-findlib))
 | 
					       #:findlib ,ocaml4.07-findlib
 | 
				
			||||||
 | 
					       #:dune ,ocaml4.07-dune))
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
      `(("ocaml-base" ,ocaml4.07-base)
 | 
					      `(("ocaml-base" ,ocaml4.07-base)
 | 
				
			||||||
        ("ocaml-stdio" ,ocaml4.07-stdio)
 | 
					        ("ocaml-stdio" ,ocaml4.07-stdio)
 | 
				
			||||||
| 
						 | 
					@ -4833,7 +4868,8 @@ size, the version of the compiler, ...")
 | 
				
			||||||
    (build-system dune-build-system)
 | 
					    (build-system dune-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:ocaml ,ocaml-4.07
 | 
					     `(#:ocaml ,ocaml-4.07
 | 
				
			||||||
       #:findlib ,ocaml4.07-findlib))
 | 
					       #:findlib ,ocaml4.07-findlib
 | 
				
			||||||
 | 
					       #:dune ,ocaml4.07-dune))
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
      `(("ocaml-base" ,ocaml4.07-base)
 | 
					      `(("ocaml-base" ,ocaml4.07-base)
 | 
				
			||||||
        ("ocaml-migrate-parsetree"
 | 
					        ("ocaml-migrate-parsetree"
 | 
				
			||||||
| 
						 | 
					@ -4861,7 +4897,8 @@ match expressions, and if expressions.")
 | 
				
			||||||
    (build-system dune-build-system)
 | 
					    (build-system dune-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:ocaml ,ocaml-4.07
 | 
					     `(#:ocaml ,ocaml-4.07
 | 
				
			||||||
       #:findlib ,ocaml4.07-findlib))
 | 
					       #:findlib ,ocaml4.07-findlib
 | 
				
			||||||
 | 
					       #:dune ,ocaml4.07-dune))
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
      `(("ocaml-base" ,ocaml4.07-base)
 | 
					      `(("ocaml-base" ,ocaml4.07-base)
 | 
				
			||||||
        ("ocaml-ppx-here" ,ocaml4.07-ppx-here)
 | 
					        ("ocaml-ppx-here" ,ocaml4.07-ppx-here)
 | 
				
			||||||
| 
						 | 
					@ -4890,7 +4927,8 @@ position.")
 | 
				
			||||||
    (build-system dune-build-system)
 | 
					    (build-system dune-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:ocaml ,ocaml-4.07
 | 
					     `(#:ocaml ,ocaml-4.07
 | 
				
			||||||
       #:findlib ,ocaml4.07-findlib))
 | 
					       #:findlib ,ocaml4.07-findlib
 | 
				
			||||||
 | 
					       #:dune ,ocaml4.07-dune))
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
      `(("ocaml-base" ,ocaml4.07-base)
 | 
					      `(("ocaml-base" ,ocaml4.07-base)
 | 
				
			||||||
        ("ocaml-ppx-compare" ,ocaml4.07-ppx-compare)
 | 
					        ("ocaml-ppx-compare" ,ocaml4.07-ppx-compare)
 | 
				
			||||||
| 
						 | 
					@ -4922,7 +4960,8 @@ useful errors on failure.")
 | 
				
			||||||
    (build-system dune-build-system)
 | 
					    (build-system dune-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:ocaml ,ocaml-4.07
 | 
					     `(#:ocaml ,ocaml-4.07
 | 
				
			||||||
       #:findlib ,ocaml4.07-findlib))
 | 
					       #:findlib ,ocaml4.07-findlib
 | 
				
			||||||
 | 
					       #:dune ,ocaml4.07-dune))
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
      `(("ocaml-base" ,ocaml4.07-base)
 | 
					      `(("ocaml-base" ,ocaml4.07-base)
 | 
				
			||||||
        ("ocaml-ppx-assert" ,ocaml4.07-ppx-assert)
 | 
					        ("ocaml-ppx-assert" ,ocaml4.07-ppx-assert)
 | 
				
			||||||
| 
						 | 
					@ -4965,7 +5004,8 @@ to denote the expected output.")
 | 
				
			||||||
     ;; No tests
 | 
					     ;; No tests
 | 
				
			||||||
     `(#:tests? #f
 | 
					     `(#:tests? #f
 | 
				
			||||||
       #:ocaml ,ocaml-4.07
 | 
					       #:ocaml ,ocaml-4.07
 | 
				
			||||||
       #:findlib ,ocaml4.07-findlib))
 | 
					       #:findlib ,ocaml4.07-findlib
 | 
				
			||||||
 | 
					       #:dune ,ocaml4.07-dune))
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
      `(("ocaml-base" ,ocaml4.07-base)
 | 
					      `(("ocaml-base" ,ocaml4.07-base)
 | 
				
			||||||
        ("ocaml-migrate-parsetree"
 | 
					        ("ocaml-migrate-parsetree"
 | 
				
			||||||
| 
						 | 
					@ -4997,7 +5037,8 @@ packages.")
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:test-target "."
 | 
					     `(#:test-target "."
 | 
				
			||||||
       #:ocaml ,ocaml-4.07
 | 
					       #:ocaml ,ocaml-4.07
 | 
				
			||||||
       #:findlib ,ocaml4.07-findlib))
 | 
					       #:findlib ,ocaml4.07-findlib
 | 
				
			||||||
 | 
					       #:dune ,ocaml4.07-dune))
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
      `(("ocaml-base" ,ocaml4.07-base)
 | 
					      `(("ocaml-base" ,ocaml4.07-base)
 | 
				
			||||||
        ("ocaml-typerep" ,ocaml4.07-typerep)
 | 
					        ("ocaml-typerep" ,ocaml4.07-typerep)
 | 
				
			||||||
| 
						 | 
					@ -5027,7 +5068,8 @@ from type definitions.")
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:test-target "."
 | 
					     `(#:test-target "."
 | 
				
			||||||
       #:ocaml ,ocaml-4.07
 | 
					       #:ocaml ,ocaml-4.07
 | 
				
			||||||
       #:findlib ,ocaml4.07-findlib))
 | 
					       #:findlib ,ocaml4.07-findlib
 | 
				
			||||||
 | 
					       #:dune ,ocaml4.07-dune))
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
      `(("ocaml-ppx-compare" ,ocaml4.07-ppx-compare)
 | 
					      `(("ocaml-ppx-compare" ,ocaml4.07-ppx-compare)
 | 
				
			||||||
        ("ocaml-ppx-enumerate" ,ocaml4.07-ppx-enumerate)
 | 
					        ("ocaml-ppx-enumerate" ,ocaml4.07-ppx-enumerate)
 | 
				
			||||||
| 
						 | 
					@ -5064,7 +5106,8 @@ verification tool.")
 | 
				
			||||||
     ;; Cyclic dependency with ocaml-ppx-jane
 | 
					     ;; Cyclic dependency with ocaml-ppx-jane
 | 
				
			||||||
     `(#:tests? #f
 | 
					     `(#:tests? #f
 | 
				
			||||||
       #:ocaml ,ocaml-4.07
 | 
					       #:ocaml ,ocaml-4.07
 | 
				
			||||||
       #:findlib ,ocaml4.07-findlib))
 | 
					       #:findlib ,ocaml4.07-findlib
 | 
				
			||||||
 | 
					       #:dune ,ocaml4.07-dune))
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
      `(("ocaml-base" ,ocaml4.07-base)
 | 
					      `(("ocaml-base" ,ocaml4.07-base)
 | 
				
			||||||
        ("ocaml-bin-prot" ,ocaml4.07-bin-prot)
 | 
					        ("ocaml-bin-prot" ,ocaml4.07-bin-prot)
 | 
				
			||||||
| 
						 | 
					@ -5095,7 +5138,8 @@ functions from type definitions.")
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:test-target "."
 | 
					     `(#:test-target "."
 | 
				
			||||||
       #:ocaml ,ocaml-4.07
 | 
					       #:ocaml ,ocaml-4.07
 | 
				
			||||||
       #:findlib ,ocaml4.07-findlib))
 | 
					       #:findlib ,ocaml4.07-findlib
 | 
				
			||||||
 | 
					       #:dune ,ocaml4.07-dune))
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
      `(("ocaml-ppx-assert" ,ocaml4.07-ppx-assert)
 | 
					      `(("ocaml-ppx-assert" ,ocaml4.07-ppx-assert)
 | 
				
			||||||
        ("ocaml-ppx-base" ,ocaml4.07-ppx-base)
 | 
					        ("ocaml-ppx-base" ,ocaml4.07-ppx-base)
 | 
				
			||||||
| 
						 | 
					@ -5140,7 +5184,8 @@ driver including all standard Jane Street ppx rewriters.")
 | 
				
			||||||
    (build-system dune-build-system)
 | 
					    (build-system dune-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:ocaml ,ocaml-4.07
 | 
					     `(#:ocaml ,ocaml-4.07
 | 
				
			||||||
       #:findlib ,ocaml4.07-findlib))
 | 
					       #:findlib ,ocaml4.07-findlib
 | 
				
			||||||
 | 
					       #:dune ,ocaml4.07-dune))
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
      `(("ocaml-base" ,ocaml4.07-base)
 | 
					      `(("ocaml-base" ,ocaml4.07-base)
 | 
				
			||||||
        ("ocaml-ppx-jane" ,ocaml4.07-ppx-jane)
 | 
					        ("ocaml-ppx-jane" ,ocaml4.07-ppx-jane)
 | 
				
			||||||
| 
						 | 
					@ -5199,7 +5244,8 @@ various Jane Street packages.")
 | 
				
			||||||
     ;; No tests
 | 
					     ;; No tests
 | 
				
			||||||
     `(#:tests? #f
 | 
					     `(#:tests? #f
 | 
				
			||||||
       #:ocaml ,ocaml-4.07
 | 
					       #:ocaml ,ocaml-4.07
 | 
				
			||||||
       #:findlib ,ocaml4.07-findlib))
 | 
					       #:findlib ,ocaml4.07-findlib
 | 
				
			||||||
 | 
					       #:dune ,ocaml4.07-dune))
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
      `(("ocaml-base" ,ocaml4.07-base)
 | 
					      `(("ocaml-base" ,ocaml4.07-base)
 | 
				
			||||||
        ("ocaml-stdio" ,ocaml4.07-stdio)))
 | 
					        ("ocaml-stdio" ,ocaml4.07-stdio)))
 | 
				
			||||||
| 
						 | 
					@ -5242,7 +5288,8 @@ Configurator allows one to:
 | 
				
			||||||
               (("/bin/echo") (which "echo")))
 | 
					               (("/bin/echo") (which "echo")))
 | 
				
			||||||
             #t)))
 | 
					             #t)))
 | 
				
			||||||
       #:ocaml ,ocaml-4.07
 | 
					       #:ocaml ,ocaml-4.07
 | 
				
			||||||
       #:findlib ,ocaml4.07-findlib))
 | 
					       #:findlib ,ocaml4.07-findlib
 | 
				
			||||||
 | 
					       #:dune ,ocaml4.07-dune))
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     `(("ocaml-ppx-expect" ,ocaml4.07-ppx-expect)))
 | 
					     `(("ocaml-ppx-expect" ,ocaml4.07-ppx-expect)))
 | 
				
			||||||
    (home-page "https://github.com/janestreet/spawn")
 | 
					    (home-page "https://github.com/janestreet/spawn")
 | 
				
			||||||
| 
						 | 
					@ -5284,7 +5331,8 @@ thousands of times faster than fork.
 | 
				
			||||||
     `(#:package "core"
 | 
					     `(#:package "core"
 | 
				
			||||||
       #:tests? #f; Require a cyclic dependency: core_extended
 | 
					       #:tests? #f; Require a cyclic dependency: core_extended
 | 
				
			||||||
       #:ocaml ,ocaml-4.07
 | 
					       #:ocaml ,ocaml-4.07
 | 
				
			||||||
       #:findlib ,ocaml4.07-findlib))
 | 
					       #:findlib ,ocaml4.07-findlib
 | 
				
			||||||
 | 
					       #:dune ,ocaml4.07-dune))
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
      `(("ocaml-base" ,ocaml4.07-base)
 | 
					      `(("ocaml-base" ,ocaml4.07-base)
 | 
				
			||||||
        ("ocaml-configurator" ,ocaml4.07-configurator)
 | 
					        ("ocaml-configurator" ,ocaml4.07-configurator)
 | 
				
			||||||
| 
						 | 
					@ -5323,7 +5371,8 @@ standard library that was developed by Jane Street.")
 | 
				
			||||||
     ;; Cyclic dependency with ocaml-core
 | 
					     ;; Cyclic dependency with ocaml-core
 | 
				
			||||||
     `(#:tests? #f
 | 
					     `(#:tests? #f
 | 
				
			||||||
       #:ocaml ,ocaml-4.07
 | 
					       #:ocaml ,ocaml-4.07
 | 
				
			||||||
       #:findlib ,ocaml4.07-findlib))
 | 
					       #:findlib ,ocaml4.07-findlib
 | 
				
			||||||
 | 
					       #:dune ,ocaml4.07-dune))
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
      `(("ocaml-base" ,ocaml4.07-base)
 | 
					      `(("ocaml-base" ,ocaml4.07-base)
 | 
				
			||||||
        ("ocaml-bin-prot" ,ocaml4.07-bin-prot)
 | 
					        ("ocaml-bin-prot" ,ocaml4.07-bin-prot)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue