this repo has no description
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: "Native TDSL-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" {< "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] 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" 35available: [ os-family != "windows" ] 36url { 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}