-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #26530 from antoinepouille/opam-publish-kappa-bina…
…ries.4.1.3 3 packages from Kappa-Dev/KappaTools at 4.1.3
- Loading branch information
Showing
3 changed files
with
189 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
# This file is generated by dune, edit dune-project instead | ||
opam-version: "2.0" | ||
synopsis: | ||
"Backends for an interactive use of the Kappa tool suite. Used by the kappa-webapp, probably not relevant else. Previously used by deprecated kappa-server" | ||
maintainer: [ | ||
"Antoine Pouille <[email protected]>" | ||
"Jérôme Feret <[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.13.0" & < "5.0.0"} | ||
"yojson" {= "2.1.0"} | ||
"lwt" {= "5.7.0"} | ||
"num" {= "1.5"} | ||
"re" {= "1.11.0"} | ||
"fmt" {= "0.9.0"} | ||
"logs" {= "0.7.0"} | ||
"atdgen" {= "2.15.0"} | ||
"atdgen-runtime" {= "2.15.0"} | ||
"kappa-library" | ||
"result" {= "1.5"} | ||
"stdlib-shims" {= "0.3.0"} | ||
"camlp-streams" {= "5.0.1"} | ||
"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" | ||
url { | ||
src: | ||
"https://github.com/Kappa-Dev/KappaTools/archive/refs/tags/v4.1.3.tar.gz" | ||
checksum: [ | ||
"md5=1c9a8a0d79f085757817f90834e166f5" | ||
"sha512=13ac40442940ba6e72d7dc5bf952e67443872f7bff63e9c76a3a699a6904c88696047fe04519b7ec6546371642f6ee7b0983117be302694aca15500b0df40de3" | ||
] | ||
} |
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,64 @@ | ||
# This file is generated by dune, edit dune-project instead | ||
opam-version: "2.0" | ||
synopsis: | ||
"Command line interfaces of the Kappa tool suite. Use this package if you want the CLI kappa tools" | ||
maintainer: [ | ||
"Antoine Pouille <[email protected]>" | ||
"Jérôme Feret <[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.13.0" & < "5.0.0"} | ||
"yojson" {= "2.1.0"} | ||
"lwt" {= "5.7.0"} | ||
"num" {= "1.5"} | ||
"re" {= "1.11.0"} | ||
"fmt" {= "0.9.0"} | ||
"logs" {= "0.7.0"} | ||
"kappa-library" | ||
"result" {= "1.5"} | ||
"stdlib-shims" {= "0.3.0"} | ||
"camlp-streams" {= "5.0.1"} | ||
"odoc" {with-doc} | ||
] | ||
depopts: ["labltk"] | ||
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" | ||
run-test: [ make "check" ] | ||
url { | ||
src: | ||
"https://github.com/Kappa-Dev/KappaTools/archive/refs/tags/v4.1.3.tar.gz" | ||
checksum: [ | ||
"md5=1c9a8a0d79f085757817f90834e166f5" | ||
"sha512=13ac40442940ba6e72d7dc5bf952e67443872f7bff63e9c76a3a699a6904c88696047fe04519b7ec6546371642f6ee7b0983117be302694aca15500b0df40de3" | ||
] | ||
} |
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,61 @@ | ||
# This file is generated by dune, edit dune-project instead | ||
opam-version: "2.0" | ||
synopsis: | ||
"Public internals of the Kappa tool suite. Use this package to use kappa as a lib" | ||
maintainer: [ | ||
"Antoine Pouille <[email protected]>" | ||
"Jérôme Feret <[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.13.0" & < "5.0.0"} | ||
"yojson" {>= "2.0"} | ||
"lwt" {>= "4.2.0"} | ||
"num" | ||
"re" | ||
"fmt" | ||
"logs" | ||
"result" | ||
"stdlib-shims" | ||
"camlp-streams" | ||
"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" | ||
url { | ||
src: | ||
"https://github.com/Kappa-Dev/KappaTools/archive/refs/tags/v4.1.3.tar.gz" | ||
checksum: [ | ||
"md5=1c9a8a0d79f085757817f90834e166f5" | ||
"sha512=13ac40442940ba6e72d7dc5bf952e67443872f7bff63e9c76a3a699a6904c88696047fe04519b7ec6546371642f6ee7b0983117be302694aca15500b0df40de3" | ||
] | ||
} |