summaryrefslogtreecommitdiff
path: root/devel/ocaml-react
AgeCommit message (Collapse)AuthorFilesLines
2016-12-30Recursive revbump associated with ocaml update to 4.04.jaapb1-2/+2
2016-06-25Package uses ocamlbuild - also cleaned up Makefile a bit. No upstreamjaapb2-11/+5
changes.
2016-05-05Recursive revbump associated with ocaml update.jaapb1-2/+2
2016-02-06Set PKGNAME/DISTNAME to work with new ocaml.mk.jaapb1-1/+2
2015-11-03Add SHA512 digests for distfiles for devel categoryagc1-1/+2
Issues found with existing distfiles: distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip distfiles/fortran-utils-1.1.tar.gz distfiles/ivykis-0.39.tar.gz distfiles/enum-1.11.tar.gz distfiles/pvs-3.2-libraries.tgz distfiles/pvs-3.2-linux.tgz distfiles/pvs-3.2-solaris.tgz distfiles/pvs-3.2-system.tgz No changes made to these distinfo files. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-06-30Recursive revbump associated with update of lang/ocaml to 4.02.2.jaapb1-2/+2
2015-01-20Revbump associated with ocaml 4.02.1jaapb2-3/+4
2014-11-27Correctly sanitize environment.joerg1-3/+3
2014-11-21Add buildlink3.mk.hiramatsu1-0/+12
2014-10-09Updated ocaml-react to latest version, 1.2.0. Changes include:jaapb4-55/+49
- 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))`.
2013-11-01Revision bump associated with the update of lang/ocaml to version 4.01.jaapb1-2/+2
2012-10-31Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-10-08Revision bump associated with the update of lang/ocaml to version 4.jaapb1-1/+2
2012-08-16Update to 0.9.4, provided by Jaap Boender in PR 46806:wiz3-15/+20
This is an update of the package to its newest version. There are no changes in functionality, only in the build system. The package itself has also been improved slightly (use of PLIST_VARS, most notably).
2012-05-29Initial import of ocaml-react-0.9.3, packaged by Jaap Boender in PR 45184.wiz5-0/+72
React is an OCaml module for functional reactive programming (FRP). It provides support to program with time varying values: declarative events and signals.