this repo has no description
1opam-version: "2.0" 2synopsis: "Js_of_ocaml bindings for Timmy" 3maintainer: "mefyl <mefyl@gruntech.org>" 4authors: "mefyl <mefyl@gruntech.org>" 5license: "LGPL-3.0-or-later" 6homepage: "https://github.com/mefyl/timmy" 7bug-reports: "https://github.com/mefyl/timmy/issues" 8depends: [ 9 "dune" {>= "3.0"} 10 "alcotest" {with-test & >= "1.4.0"} 11 "conf-npm" {with-test} 12 "fmt" 13 "js_of_ocaml" {< "6.0.0"} 14 "js_of_ocaml-ppx" 15 "timmy" {= version} 16 "odoc" {with-doc} 17] 18depopts: ["schematic-jsoo"] 19conflicts: [ 20 "schematic-jsoo" {< "0.18.2" | >= "0.19.0"} 21] 22build: [ 23 ["dune" "subst"] {dev} 24 [ 25 "dune" 26 "build" 27 "-p" 28 name 29 "-j" 30 jobs 31 "@install" 32 "@runtest" {with-test} 33 "@doc" {with-doc} 34 ] 35] 36dev-repo: "git+https://github.com/mefyl/timmy.git" 37pin-depends: [ 38 ["landmarks.1.4" "git+https://github.com/routineco/landmarks.git#js"] 39 ["landmarks-ppx.1.4" "git+https://github.com/routineco/landmarks.git#js"] 40] 41url { 42 src: "https://github.com/mefyl/timmy/archive/refs/tags/1.0.4.tar.gz" 43 checksum: [ 44 "md5=c8bda198fd548c288fd067217fef22aa" 45 "sha512=f168d44b45b453addf0aee02eaf992b6669dc0843cea992ab8a35fefb3a1b76e8225da03424e59369703cce5c788a1eac04f8490c7c8b3977c60da1898811ddf" 46 ] 47}