this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "Imitate system Elm functions for ease of porting"
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 "elm_core"
12 "odoc" {with-doc}
13]
14build: [
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]
28dev-repo: "git+https://github.com/aryx/ocaml-elm-playground.git"
29url {
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}