this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "Interface of the Playground"
4description: """
5This 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"""
9maintainer: ["Yoann Padioleau <yoann.padioleau@gmail.com"]
10authors: ["Yoann Padioleau <yoann.padioleau@gmail.com"]
11license: "LGPL-2.1-only"
12homepage: "https://github.com/aryx/ocaml-elm-playground"
13bug-reports: "https://github.com/aryx/ocaml-elm-playground/issues"
14depends: [
15 "dune" {>= "3.0"}
16 "elm_core"
17 "elm_system"
18 "odoc" {with-doc}
19]
20build: [
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]
34dev-repo: "git+https://github.com/aryx/ocaml-elm-playground.git"
35url {
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}