-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathquery-json-js.opam
37 lines (36 loc) · 1 KB
/
query-json-js.opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "0.5.21"
synopsis:
"query-json-js is the JavaScript library for query-json, compiled by js_of_ocaml"
description: """
query-json is a faster and simpler re-implementation of jq's language in OCaml, compiled to a native binary (query-json) and as a JavaScript library (query-json-js).
Play with it in the online playground: https://query-json.netlify.app"""
maintainer: ["David Sancho <dsnxmoreno@gmail.com>"]
authors: ["David Sancho <dsnxmoreno@gmail.com>"]
license: "MIT"
homepage: "https://github.com/davesnx/query-json"
bug-reports: "https://github.com/davesnx/query-json/issues"
depends: [
"dune" {>= "3.17"}
"ocaml"
"js_of_ocaml"
"js_of_ocaml-compiler"
"js_of_ocaml-ppx"
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/davesnx/query-json.git"