Skip to content

Commit

Permalink
Remove kappa-server, as supported way of using local workers is now e…
Browse files Browse the repository at this point in the history
…lectron app
  • Loading branch information
antoinepouille committed Mar 22, 2024
1 parent dbcd839 commit fed452a
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 2,220 deletions.
28 changes: 0 additions & 28 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -64,34 +64,6 @@
)
)

(package
(name kappa-server)
(synopsis "Browser app for an interactive use of the Kappa tool suite")
(depends
(ocaml ( >= 4.05.0 ))
(yojson ( = 2.1.0 ))
(lwt ( = 5.7.0 ))
(js_of_ocaml ( = 5.7.0))
(num ( = 1.5))
(re ( = 1.11.0))
(fmt ( = 0.9.0))
(logs ( = 0.7.0))
(atdgen-runtime ( = 2.15.0))
(atdgen ( = 2.15.0)) ; TODO: find a way to specify as build dependency only, as with the `build` package variable in opam
(lwt_react ( = 1.2.0))
(tyxml-ppx ( = 4.6.0))
(js_of_ocaml-ppx ( = 5.7.0))
(js_of_ocaml-lwt ( = 5.7.0))
(js_of_ocaml-tyxml ( = 5.7.0))
kappa-binaries
kappa-agents
cohttp-lwt-unix
atdgen-runtime
atdgen ; TODO: find a way to specify as build dependency only, as with the `build` package variable in opam
)
; does not build executables as there seem to be no way to build js exes in a package
)

(package
(name kappa-webapp)
(synopsis "Browser app for an interactive use of the Kappa tool suite")
Expand Down
55 changes: 0 additions & 55 deletions kappa-server.opam

This file was deleted.

98 changes: 0 additions & 98 deletions webapp/WebSim.ml

This file was deleted.

Loading

0 comments on commit fed452a

Please sign in to comment.