-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add jsoo libraries to webapp package, pin library versions for exes, …
…add package for kappa-webapp
- Loading branch information
1 parent
025b2b6
commit 3480afb
Showing
5 changed files
with
139 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
# This file is generated by dune, edit dune-project instead | ||
opam-version: "2.0" | ||
version: "4.1~dev" | ||
synopsis: "Browser app for an interactive use of the Kappa tool suite" | ||
maintainer: [ | ||
"Antoine Pouille <[email protected]>" | ||
"Pierre Boutillier <[email protected]>" | ||
] | ||
authors: [ | ||
"Jean Krivine" | ||
"Jérôme Feret" | ||
"Pierre Boutillier" | ||
"Ioana Cristescu" | ||
"Mutaamba Maasha" | ||
"Lý Kim Quyên" | ||
"Antoine Pouille" | ||
] | ||
license: "LGPL-3.0-only" | ||
homepage: "https://kappalanguage.org/" | ||
doc: | ||
"https://kappalanguage.org/sites/kappalanguage.org/files/inline-files/Kappa_Manual.pdf" | ||
bug-reports: "https://github.com/Kappa-Dev/KappaTools/issues" | ||
depends: [ | ||
"dune" {>= "2.9"} | ||
"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"} | ||
"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"} | ||
"atdgen-runtime" {= "2.15.0"} | ||
"atdgen" {= "2.15.0"} | ||
"kappa-binaries" | ||
"kappa-agents" | ||
"odoc" {with-doc} | ||
] | ||
build: [ | ||
["dune" "subst"] {dev} | ||
[ | ||
"dune" | ||
"build" | ||
"-p" | ||
name | ||
"-j" | ||
jobs | ||
"--promote-install-files=false" | ||
"@install" | ||
"@runtest" {with-test} | ||
"@doc" {with-doc} | ||
] | ||
["dune" "install" "-p" name "--create-install-files" name] | ||
] | ||
dev-repo: "git+https://github.com/Kappa-Dev/KappaTools.git" |