7b39d577ee
- Fix bug in dynamic creation of S.{diff,changes} (#8). - Fix bug in dynamic creation of S.switch (#7). - Add support for toplevel: automatically `open React` on `#require "react"`. - Add `S.Bool.{flip,edge,fall,rise}`. - Fix `S.switch` rank's initialisation. - Add `E.l{1,2,3,4,5,6}`, lifting combinators on events. - Add `E.Option.{some,value}`. - Add `S.{Float,Int}.{zero,one,minus_one}`. - Add `S.Bool.{zero,one}`. - Add `S.Option.{none,some,value}`. - Add `{S,E}.on` equivalent to `{S,E}.when_`. - Deprecate `{S,E}.when_` (syntax error prone). - Fix `S.bind`. - Use package builder topkg for distribution. - Add support for update steps, see the `React.Step` module. Allows to specify simultaneous primitive signal updates and event occurences. The functions returned by `{S,E}.create` now have an optional `?step` argument; if unused the previous semantics is preserved. - Add support for strong stops, can be used on platforms where weak arrays are not to prevent leaks. The function `{E,S}.stop` now have an optional `?strong` argument; if unused the previous semantics is preserved. - Change signature of `S.switch`. Any existing call `S.switch ~eq s es` can be replaced by `S.(switch ~eq (hold ~eq:( == ) s es))`.
15 lines
755 B
Text
15 lines
755 B
Text
@comment $NetBSD: PLIST,v 1.3 2014/10/09 21:38:49 jaapb Exp $
|
|
@unexec %D/libexec/ocaml-findlib-register del %D/${OCAML_SITELIB}/react
|
|
${OCAML_SITELIB}/react/META
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/react/react.a
|
|
${OCAML_SITELIB}/react/react.cmi
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/react/react.cma
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/react/react.cmx
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/react/react.cmxa
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/react/react.cmxs
|
|
${OCAML_SITELIB}/react/react.mli
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/react/react_top.a
|
|
${OCAML_SITELIB}/react/react_top.cma
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/react/react_top.cmxa
|
|
${PLIST.ocaml-opt}${OCAML_SITELIB}/react/react_top.cmxs
|
|
@exec %D/libexec/ocaml-findlib-register add %D/${OCAML_SITELIB}/react
|