mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
testing/js_of_ocaml: build with yojson to enable --source-map
This commit is contained in:
parent
1b40b0dd82
commit
ffe52ad52f
@ -1,10 +1,9 @@
|
||||
# Contributor: Jakub Jirutka <jakub@jirutka.cz>
|
||||
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
|
||||
# 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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user