this repo has no description
1opam-version: "2.0"
2synopsis: "JSON library for Js_of_ocaml"
3maintainer: ["Max Lantas <mnxn.dev@outlook.com>"]
4authors: ["Max Lantas <mnxn.dev@outlook.com>"]
5license: "MIT"
6homepage: "https://github.com/mnxn/jsonoo"
7bug-reports: "https://github.com/mnxn/jsonoo/issues"
8depends: [
9 "dune" {>= "2.7"}
10 "ocaml" {>= "4.08"}
11 "js_of_ocaml"
12 "js_of_ocaml-ppx"
13 "gen_js_api"
14 "webtest" {with-test}
15 "webtest-js" {with-test}
16 "conf-npm" {with-test}
17 "odoc" {with-doc}
18]
19build: [
20 ["dune" "subst"] {dev}
21 [
22 "dune"
23 "build"
24 "-p"
25 name
26 "-j"
27 jobs
28 "@install"
29 "@runtest" {with-test}
30 "@doc" {with-doc}
31 ]
32]
33dev-repo: "git+https://github.com/mnxn/jsonoo.git"
34url {
35 src: "https://github.com/mnxn/jsonoo/archive/v0.1.0.tar.gz"
36 checksum: [
37 "md5=d114278f0d8c29e03b0f1379b581db8f"
38 "sha512=683dd4b53df3a9f6018aa6fd4356b51c639064eda6c17f1a572b3cf3a6d852ee1f30617fa2de6822c170e32b83a66645f87f5284ec5def70da3a8a23a55ea30c"
39 ]
40}