Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-12-30 | Recursive revbump associated with ocaml update to 4.04. | jaapb | 1 | -2/+2 | |
2016-06-25 | Package uses ocamlbuild - also cleaned up Makefile a bit. No upstream | jaapb | 2 | -11/+5 | |
changes. | |||||
2016-05-05 | Recursive revbump associated with ocaml update. | jaapb | 1 | -2/+2 | |
2016-02-06 | Set PKGNAME/DISTNAME to work with new ocaml.mk. | jaapb | 1 | -1/+2 | |
2015-11-03 | Add SHA512 digests for distfiles for devel category | agc | 1 | -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-30 | Recursive revbump associated with update of lang/ocaml to 4.02.2. | jaapb | 1 | -2/+2 | |
2015-01-20 | Revbump associated with ocaml 4.02.1 | jaapb | 2 | -3/+4 | |
2014-11-27 | Correctly sanitize environment. | joerg | 1 | -3/+3 | |
2014-11-21 | Add buildlink3.mk. | hiramatsu | 1 | -0/+12 | |
2014-10-09 | Updated ocaml-react to latest version, 1.2.0. Changes include: | jaapb | 4 | -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-01 | Revision bump associated with the update of lang/ocaml to version 4.01. | jaapb | 1 | -2/+2 | |
2012-10-31 | Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. | asau | 1 | -3/+1 | |
2012-10-08 | Revision bump associated with the update of lang/ocaml to version 4. | jaapb | 1 | -1/+2 | |
2012-08-16 | Update to 0.9.4, provided by Jaap Boender in PR 46806: | wiz | 3 | -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-29 | Initial import of ocaml-react-0.9.3, packaged by Jaap Boender in PR 45184. | wiz | 5 | -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. |