gnu: Add ocaml4.07-dune.
* gnu/packages/ocaml.scm (ocaml4.07-dune): New variable.
This commit is contained in:
parent
73c26d5729
commit
0ccd9463ec
1 changed files with 3 additions and 0 deletions
|
@ -1271,6 +1271,9 @@ release of Jane Street packages. It reads metadata from @file{dune} files
|
||||||
following a very simple s-expression syntax.")
|
following a very simple s-expression syntax.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public ocaml4.07-dune
|
||||||
|
(package-with-ocaml4.07 dune))
|
||||||
|
|
||||||
(define-public ocaml-migrate-parsetree
|
(define-public ocaml-migrate-parsetree
|
||||||
(package
|
(package
|
||||||
(name "ocaml-migrate-parsetree")
|
(name "ocaml-migrate-parsetree")
|
||||||
|
|
Reference in a new issue