File: META

package info (click to toggle)
react 1.2.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 320 kB
  • sloc: ml: 3,571; makefile: 18
file content (18 lines) | stat: -rw-r--r-- 468 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
version = "1.2.2"
description = "Declarative events and signals for OCaml"
requires = ""
archive(byte) = "react.cma"
archive(native) = "react.cmxa"
plugin(byte) = "react.cma"
plugin(native) = "react.cmxs"

package "top" (
 version = "1.2.2"
 description = "React toplevel support"
 requires = "react"
 archive(byte) = "react_top.cma"
 archive(native) = "react_top.cmxa"
 plugin(byte) = "react_top.cma"
 plugin(native) = "react_top.cmxs"
 exists_if = "react_top.cma"
)