this repo has no description
1opam-version: "2.0"
2synopsis: "JSOO interface for Monaco-editor"
3maintainer: "jun.furuse@dailambda.jp"
4authors: "Jun Furuse"
5license: "MIT"
6homepage: "https://gitlab.com/dailambda/monaco_jsoo/"
7bug-reports: "https://gitlab.com/dailambda/monaco_jsoo/"
8depends: [
9 "dune" {>= "2.5"}
10 "ocaml" {>= "4.12.1"}
11 "js_of_ocaml-compiler"
12 "js_of_ocaml-ppx"
13 "js_of_ocaml-lwt"
14]
15build: ["dune" "build" "-p" name "-j" jobs]
16dev-repo: "git+https://gitlab.com/dailambda/monaco_jsoo/"
17url {
18 src:
19 "https://gitlab.com/dailambda/monaco_jsoo/-/archive/1.0.0/monaco_jsoo-1.0.0.tar.gz"
20 checksum: [
21 "md5=54c868cc5453d92b79c6bfd85248efcc"
22 "sha512=116cc0001d71d530af02f193b2e72b138eceb9cc44ca4da525c01034d7de8ccf081dd2c4cd807fe858f05419cf62b8118f9a35bdafd6bf2bcc15386a263a1c90"
23 ]
24}