this repo has no description
at main 48 lines 721 B view raw
1(lang dune 3.21) 2 3(generate_opam_files true) 4 5(name x-ocaml) 6 7(source 8 (github art-w/x-ocaml)) 9 10(authors "Arthur Wendling") 11 12(maintainers "art.wendling@gmail.com") 13 14(license MIT) 15 16(package 17 (name x-ocaml) 18 (synopsis "OCaml notebooks as a WebComponent") 19 (depends 20 (bos 21 (>= 0.2.1)) 22 (brr 23 (>= 0.0.7)) 24 (cmdliner 25 (>= 1.3.0)) 26 (js_of_ocaml 27 (>= 6.0.1)) 28 (js_of_ocaml-ppx 29 (>= 6.0.1)) 30 (js_of_ocaml-toplevel 31 (>= 6.0.1)) 32 (merlin-lib 33 (>= 5.2.1-502)) 34 (ocamlformat-lib 35 (>= 0.27.0)) 36 (ocamlfind 37 (>= 1.9.8)) 38 (ppx_blob 39 (>= 0.9.0)) 40 merlin-js 41 js_top_worker-client)) 42 43(package 44 (name ppxlib_register) 45 (synopsis "Register PPX for js_of_ocaml-toplevel") 46 (depends 47 (ppxlib 48 (>= 0.33.0))))