this repo has no description

5 packages from aryx/ocaml-elm-playground at 0.1.7

pad 0b81b774 211ce1c3

Changed files
+198
packages
elm_core
elm_core.0.1.7
elm_playground
elm_playground.0.1.7
elm_playground_native
elm_playground_native.0.1.7
elm_playground_web
elm_playground_web.0.1.7
elm_system
elm_system.0.1.7
+39
packages/elm_core/elm_core.0.1.7/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "Imitate core Elm functions for ease of porting"
+
description: """
+
Nope
+
"""
+
maintainer: ["Yoann Padioleau <yoann.padioleau@gmail.com"]
+
authors: ["Yoann Padioleau <yoann.padioleau@gmail.com"]
+
license: "LGPL-2.1-only"
+
homepage: "https://github.com/aryx/ocaml-elm-playground"
+
bug-reports: "https://github.com/aryx/ocaml-elm-playground/issues"
+
depends: [
+
"dune" {>= "3.0"}
+
"ocaml" {>= "4.07.0"}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/aryx/ocaml-elm-playground.git"
+
url {
+
src:
+
"https://github.com/aryx/ocaml-elm-playground/archive/refs/tags/0.1.7.tar.gz"
+
checksum: [
+
"md5=c138f26425e9dbb6e43a5bd43004b29f"
+
"sha512=95d968eb25aba78c485afa561ec11e5bd66c061cac011c32e98c06804d30bb05103ec107cb218aff58472f13e67b5756b20791fb2c23ee5f39a789aeff573363"
+
]
+
}
+42
packages/elm_playground/elm_playground.0.1.7/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "Interface of the Playground"
+
description: """
+
This is just the interface of the playground. You'll need an
+
actual platform library to compile your application
+
(elm_playground_native or elm_playground_web)
+
"""
+
maintainer: ["Yoann Padioleau <yoann.padioleau@gmail.com"]
+
authors: ["Yoann Padioleau <yoann.padioleau@gmail.com"]
+
license: "LGPL-2.1-only"
+
homepage: "https://github.com/aryx/ocaml-elm-playground"
+
bug-reports: "https://github.com/aryx/ocaml-elm-playground/issues"
+
depends: [
+
"dune" {>= "3.0"}
+
"elm_core"
+
"elm_system"
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/aryx/ocaml-elm-playground.git"
+
url {
+
src:
+
"https://github.com/aryx/ocaml-elm-playground/archive/refs/tags/0.1.7.tar.gz"
+
checksum: [
+
"md5=c138f26425e9dbb6e43a5bd43004b29f"
+
"sha512=95d968eb25aba78c485afa561ec11e5bd66c061cac011c32e98c06804d30bb05103ec107cb218aff58472f13e67b5756b20791fb2c23ee5f39a789aeff573363"
+
]
+
}
+43
packages/elm_playground_native/elm_playground_native.0.1.7/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "Native TDSL-based playground platform"
+
maintainer: ["Yoann Padioleau <yoann.padioleau@gmail.com"]
+
authors: ["Yoann Padioleau <yoann.padioleau@gmail.com"]
+
license: "LGPL-2.1-only"
+
homepage: "https://github.com/aryx/ocaml-elm-playground"
+
bug-reports: "https://github.com/aryx/ocaml-elm-playground/issues"
+
depends: [
+
"dune" {>= "3.0"}
+
"ocaml" {< "5.2.0" & >= "4.08.0"}
+
"logs"
+
"cairo2" {>= "0.6.4"}
+
"tsdl"
+
"imagelib"
+
"ocurl"
+
"elm_playground"
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/aryx/ocaml-elm-playground.git"
+
available: [ os-family != "windows" ]
+
url {
+
src:
+
"https://github.com/aryx/ocaml-elm-playground/archive/refs/tags/0.1.7.tar.gz"
+
checksum: [
+
"md5=c138f26425e9dbb6e43a5bd43004b29f"
+
"sha512=95d968eb25aba78c485afa561ec11e5bd66c061cac011c32e98c06804d30bb05103ec107cb218aff58472f13e67b5756b20791fb2c23ee5f39a789aeff573363"
+
]
+
}
+38
packages/elm_playground_web/elm_playground_web.0.1.7/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "Web vdom-based playground platform"
+
maintainer: ["Yoann Padioleau <yoann.padioleau@gmail.com"]
+
authors: ["Yoann Padioleau <yoann.padioleau@gmail.com"]
+
license: "LGPL-2.1-only"
+
homepage: "https://github.com/aryx/ocaml-elm-playground"
+
bug-reports: "https://github.com/aryx/ocaml-elm-playground/issues"
+
depends: [
+
"dune" {>= "3.0"}
+
"ocaml" {>= "4.11.0"}
+
"vdom"
+
"elm_playground"
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/aryx/ocaml-elm-playground.git"
+
url {
+
src:
+
"https://github.com/aryx/ocaml-elm-playground/archive/refs/tags/0.1.7.tar.gz"
+
checksum: [
+
"md5=c138f26425e9dbb6e43a5bd43004b29f"
+
"sha512=95d968eb25aba78c485afa561ec11e5bd66c061cac011c32e98c06804d30bb05103ec107cb218aff58472f13e67b5756b20791fb2c23ee5f39a789aeff573363"
+
]
+
}
+36
packages/elm_system/elm_system.0.1.7/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "Imitate system Elm functions for ease of porting"
+
maintainer: ["Yoann Padioleau <yoann.padioleau@gmail.com"]
+
authors: ["Yoann Padioleau <yoann.padioleau@gmail.com"]
+
license: "LGPL-2.1-only"
+
homepage: "https://github.com/aryx/ocaml-elm-playground"
+
bug-reports: "https://github.com/aryx/ocaml-elm-playground/issues"
+
depends: [
+
"dune" {>= "3.0"}
+
"elm_core"
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/aryx/ocaml-elm-playground.git"
+
url {
+
src:
+
"https://github.com/aryx/ocaml-elm-playground/archive/refs/tags/0.1.7.tar.gz"
+
checksum: [
+
"md5=c138f26425e9dbb6e43a5bd43004b29f"
+
"sha512=95d968eb25aba78c485afa561ec11e5bd66c061cac011c32e98c06804d30bb05103ec107cb218aff58472f13e67b5756b20791fb2c23ee5f39a789aeff573363"
+
]
+
}