From ffe52ad52f7ce86ee3fc4d696ea544a8806dc372 Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Sun, 11 Mar 2018 23:53:35 +0100 Subject: testing/js_of_ocaml: build with yojson to enable --source-map --- testing/js_of_ocaml/APKBUILD | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'testing') diff --git a/testing/js_of_ocaml/APKBUILD b/testing/js_of_ocaml/APKBUILD index e477c86dcdd..d2de7719629 100644 --- a/testing/js_of_ocaml/APKBUILD +++ b/testing/js_of_ocaml/APKBUILD @@ -1,10 +1,9 @@ # Contributor: Jakub Jirutka # Maintainer: Jakub Jirutka # TODO: Verify declared dependencies. -# TODO: Build with source-map support (needs yojson and base64) pkgname=js_of_ocaml pkgver=3.1.0 -pkgrel=0 +pkgrel=1 pkgdesc="Compiler from OCaml to Javascript" url="http://ocsigen.org/js_of_ocaml/" arch="all !x86 !armhf !s390x" # limited by ocaml aport @@ -20,10 +19,12 @@ makedepends=" bash dune ocaml + ocaml-biniou-dev ocaml-camlp4-dev ocaml-cmdliner-dev ocaml-compiler-libs ocaml-cppo-dev + ocaml-easy-format-dev ocaml-findlib-dev ocaml-lwt-dev ocaml-migrate-parsetree-dev @@ -36,6 +37,7 @@ makedepends=" ocaml-result-dev ocaml-tyxml-dev ocaml-uchar-dev + ocaml-yojson-dev ocamlbuild opam " @@ -101,7 +103,7 @@ camlp4() { compiler() { pkgdesc="$pkgdesc (compiler)" - depends="ocaml ocaml-cmdliner ocaml-cppo ocaml-findlib" + depends="ocaml ocaml-cmdliner ocaml-cppo ocaml-findlib ocaml-yojson" _subpackage -- cgit v1.2.3