this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

pad 0b81b774 211ce1c3

+198
+39
packages/elm_core/elm_core.0.1.7/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "Imitate core Elm functions for ease of porting" 4 + description: """ 5 + Nope 6 + """ 7 + maintainer: ["Yoann Padioleau <yoann.padioleau@gmail.com"] 8 + authors: ["Yoann Padioleau <yoann.padioleau@gmail.com"] 9 + license: "LGPL-2.1-only" 10 + homepage: "https://github.com/aryx/ocaml-elm-playground" 11 + bug-reports: "https://github.com/aryx/ocaml-elm-playground/issues" 12 + depends: [ 13 + "dune" {>= "3.0"} 14 + "ocaml" {>= "4.07.0"} 15 + "odoc" {with-doc} 16 + ] 17 + build: [ 18 + ["dune" "subst"] {dev} 19 + [ 20 + "dune" 21 + "build" 22 + "-p" 23 + name 24 + "-j" 25 + jobs 26 + "@install" 27 + "@runtest" {with-test} 28 + "@doc" {with-doc} 29 + ] 30 + ] 31 + dev-repo: "git+https://github.com/aryx/ocaml-elm-playground.git" 32 + url { 33 + src: 34 + "https://github.com/aryx/ocaml-elm-playground/archive/refs/tags/0.1.7.tar.gz" 35 + checksum: [ 36 + "md5=c138f26425e9dbb6e43a5bd43004b29f" 37 + "sha512=95d968eb25aba78c485afa561ec11e5bd66c061cac011c32e98c06804d30bb05103ec107cb218aff58472f13e67b5756b20791fb2c23ee5f39a789aeff573363" 38 + ] 39 + }
+42
packages/elm_playground/elm_playground.0.1.7/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "Interface of the Playground" 4 + description: """ 5 + This is just the interface of the playground. You'll need an 6 + actual platform library to compile your application 7 + (elm_playground_native or elm_playground_web) 8 + """ 9 + maintainer: ["Yoann Padioleau <yoann.padioleau@gmail.com"] 10 + authors: ["Yoann Padioleau <yoann.padioleau@gmail.com"] 11 + license: "LGPL-2.1-only" 12 + homepage: "https://github.com/aryx/ocaml-elm-playground" 13 + bug-reports: "https://github.com/aryx/ocaml-elm-playground/issues" 14 + depends: [ 15 + "dune" {>= "3.0"} 16 + "elm_core" 17 + "elm_system" 18 + "odoc" {with-doc} 19 + ] 20 + build: [ 21 + ["dune" "subst"] {dev} 22 + [ 23 + "dune" 24 + "build" 25 + "-p" 26 + name 27 + "-j" 28 + jobs 29 + "@install" 30 + "@runtest" {with-test} 31 + "@doc" {with-doc} 32 + ] 33 + ] 34 + dev-repo: "git+https://github.com/aryx/ocaml-elm-playground.git" 35 + url { 36 + src: 37 + "https://github.com/aryx/ocaml-elm-playground/archive/refs/tags/0.1.7.tar.gz" 38 + checksum: [ 39 + "md5=c138f26425e9dbb6e43a5bd43004b29f" 40 + "sha512=95d968eb25aba78c485afa561ec11e5bd66c061cac011c32e98c06804d30bb05103ec107cb218aff58472f13e67b5756b20791fb2c23ee5f39a789aeff573363" 41 + ] 42 + }
+43
packages/elm_playground_native/elm_playground_native.0.1.7/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "Native TDSL-based playground platform" 4 + maintainer: ["Yoann Padioleau <yoann.padioleau@gmail.com"] 5 + authors: ["Yoann Padioleau <yoann.padioleau@gmail.com"] 6 + license: "LGPL-2.1-only" 7 + homepage: "https://github.com/aryx/ocaml-elm-playground" 8 + bug-reports: "https://github.com/aryx/ocaml-elm-playground/issues" 9 + depends: [ 10 + "dune" {>= "3.0"} 11 + "ocaml" {< "5.2.0" & >= "4.08.0"} 12 + "logs" 13 + "cairo2" {>= "0.6.4"} 14 + "tsdl" 15 + "imagelib" 16 + "ocurl" 17 + "elm_playground" 18 + "odoc" {with-doc} 19 + ] 20 + build: [ 21 + ["dune" "subst"] {dev} 22 + [ 23 + "dune" 24 + "build" 25 + "-p" 26 + name 27 + "-j" 28 + jobs 29 + "@install" 30 + "@runtest" {with-test} 31 + "@doc" {with-doc} 32 + ] 33 + ] 34 + dev-repo: "git+https://github.com/aryx/ocaml-elm-playground.git" 35 + available: [ os-family != "windows" ] 36 + url { 37 + src: 38 + "https://github.com/aryx/ocaml-elm-playground/archive/refs/tags/0.1.7.tar.gz" 39 + checksum: [ 40 + "md5=c138f26425e9dbb6e43a5bd43004b29f" 41 + "sha512=95d968eb25aba78c485afa561ec11e5bd66c061cac011c32e98c06804d30bb05103ec107cb218aff58472f13e67b5756b20791fb2c23ee5f39a789aeff573363" 42 + ] 43 + }
+38
packages/elm_playground_web/elm_playground_web.0.1.7/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "Web vdom-based playground platform" 4 + maintainer: ["Yoann Padioleau <yoann.padioleau@gmail.com"] 5 + authors: ["Yoann Padioleau <yoann.padioleau@gmail.com"] 6 + license: "LGPL-2.1-only" 7 + homepage: "https://github.com/aryx/ocaml-elm-playground" 8 + bug-reports: "https://github.com/aryx/ocaml-elm-playground/issues" 9 + depends: [ 10 + "dune" {>= "3.0"} 11 + "ocaml" {>= "4.11.0"} 12 + "vdom" 13 + "elm_playground" 14 + "odoc" {with-doc} 15 + ] 16 + build: [ 17 + ["dune" "subst"] {dev} 18 + [ 19 + "dune" 20 + "build" 21 + "-p" 22 + name 23 + "-j" 24 + jobs 25 + "@install" 26 + "@runtest" {with-test} 27 + "@doc" {with-doc} 28 + ] 29 + ] 30 + dev-repo: "git+https://github.com/aryx/ocaml-elm-playground.git" 31 + url { 32 + src: 33 + "https://github.com/aryx/ocaml-elm-playground/archive/refs/tags/0.1.7.tar.gz" 34 + checksum: [ 35 + "md5=c138f26425e9dbb6e43a5bd43004b29f" 36 + "sha512=95d968eb25aba78c485afa561ec11e5bd66c061cac011c32e98c06804d30bb05103ec107cb218aff58472f13e67b5756b20791fb2c23ee5f39a789aeff573363" 37 + ] 38 + }
+36
packages/elm_system/elm_system.0.1.7/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "Imitate system Elm functions for ease of porting" 4 + maintainer: ["Yoann Padioleau <yoann.padioleau@gmail.com"] 5 + authors: ["Yoann Padioleau <yoann.padioleau@gmail.com"] 6 + license: "LGPL-2.1-only" 7 + homepage: "https://github.com/aryx/ocaml-elm-playground" 8 + bug-reports: "https://github.com/aryx/ocaml-elm-playground/issues" 9 + depends: [ 10 + "dune" {>= "3.0"} 11 + "elm_core" 12 + "odoc" {with-doc} 13 + ] 14 + build: [ 15 + ["dune" "subst"] {dev} 16 + [ 17 + "dune" 18 + "build" 19 + "-p" 20 + name 21 + "-j" 22 + jobs 23 + "@install" 24 + "@runtest" {with-test} 25 + "@doc" {with-doc} 26 + ] 27 + ] 28 + dev-repo: "git+https://github.com/aryx/ocaml-elm-playground.git" 29 + url { 30 + src: 31 + "https://github.com/aryx/ocaml-elm-playground/archive/refs/tags/0.1.7.tar.gz" 32 + checksum: [ 33 + "md5=c138f26425e9dbb6e43a5bd43004b29f" 34 + "sha512=95d968eb25aba78c485afa561ec11e5bd66c061cac011c32e98c06804d30bb05103ec107cb218aff58472f13e67b5756b20791fb2c23ee5f39a789aeff573363" 35 + ] 36 + }