this repo has no description
1opam-version: "2.0" 2 3synopsis: "Write web applications for the browser in elm style" 4 5description: """ 6 7Write web applications in functional style. This library mimics the elm 8programming language in ocaml. 9 10""" 11 12maintainer: "Helmut Brandl <helmut.brandl@gmx.net>" 13 14authors: [ "Helmut Brandl <helmut.brandl@gmx.net>" ] 15 16license: "BSD-3-Clause" 17homepage: "https://github.com/hbr/fmlib" 18dev-repo: "git+https://github.com/hbr/fmlib.git" 19bug-reports: "https://github.com/hbr/fmlib/issues" 20 21 22build: [ 23 ["dune" "subst"] {dev} 24 ["dune" "build" "-p" name "-j" jobs "@install" "@doc" {with-doc}] 25] 26 27 28depends: [ 29 "ocaml" {>= "4.08.0"} 30 "dune" {>= "3.0.0"} 31 "odoc" {with-doc} 32 "ppx_inline_test" {>= "v0.13.0"} 33 "fmlib_js" {=version} 34 "fmlib_std" {=version} 35] 36url { 37 src: "https://github.com/hbr/fmlib/archive/0.5.4.tar.gz" 38 checksum: [ 39 "sha256=387347baf2226d167e70574e889c7483df5f57958c419ce37473650ecaa88810" 40 "md5=de772d29c3179a65ac20c09f7c5b14ab" 41 ] 42}