this repo has no description
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: "Web vdom-based playground platform" 4maintainer: ["Yoann Padioleau <yoann.padioleau@gmail.com"] 5authors: ["Yoann Padioleau <yoann.padioleau@gmail.com"] 6license: "LGPL-2.1-only" 7homepage: "https://github.com/aryx/ocaml-elm-playground" 8bug-reports: "https://github.com/aryx/ocaml-elm-playground/issues" 9depends: [ 10 "dune" {>= "3.0"} 11 "ocaml" {>= "4.11.0"} 12 "vdom" 13 "elm_playground" 14 "odoc" {with-doc} 15] 16build: [ 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] 30dev-repo: "git+https://github.com/aryx/ocaml-elm-playground.git" 31url { 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}