| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2022-05-24 | Replaced mk/ocaml.mk with lang/ocaml/ocaml.mk in ocaml packages | jaapb | 1 | -2/+2 | |
| 2022-05-10 | Updated devel/ocaml-react to version 1.2.2. | jaapb | 1 | -3/+2 | |
| Minor changes - adding support for the OCaml 5.0 release mostly. | |||||
| 2021-03-08 | Recursive revbump associated with update of lang/ocaml | jaapb | 1 | -2/+2 | |
| 2020-01-26 | all: migrate homepages from http to https | rillig | 1 | -2/+2 | |
| pkglint -r --network --only "migrate" As a side-effect of migrating the homepages, pkglint also fixed a few indentations in unrelated lines. These and the new homepages have been checked manually. | |||||
| 2018-11-12 | Revbumps associated with update of lang/ocaml. | jaapb | 1 | -2/+2 | |
| 2018-07-19 | Recursive revbump associated with the update of lang/ocaml to 4.07. | jaapb | 1 | -2/+2 | |
| 2018-04-07 | Revbump for devel/ocaml-react. | jaapb | 1 | -2/+2 | |
| No upstream changes, just dealing with new files installed by the new version of jbuilder. | |||||
| 2018-01-10 | Recursive revbump associated with the update to OCaml 4.06. | jaapb | 1 | -2/+2 | |
| 2017-09-08 | Recursive revbump associated with update of ocaml to 4.05 | jaapb | 1 | -1/+2 | |
| 2017-07-11 | Updated package to latest version, 1.2.1. Incorporated license change | jaapb | 1 | -28/+5 | |
| (BSD3 to ISC) that was not mentioned in changelog. Changes include: - Allow signals to be created and `S.stop`ped instantaneously (#18) Previously this could lead to failed assertions in updates (e.g. `S.bind` trying to switch to an uninitialized signal). Thanks to Arthur Wendling for the report. - Fix implementation of `S.Bool.flip`, its initial value on creation could be wrong in dynamic creation (#17). Thanks to Arthur Wendling for the report. - Fix bug in `S.Option.value` with `` `Always`` on `S.const None` (#19). Thanks to Arthur Wendling for the report. | |||||
| 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 | 1 | -8/+4 | |
| 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-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 | 1 | -1/+2 | |
| 2014-11-27 | Correctly sanitize environment. | joerg | 1 | -3/+3 | |
| 2014-10-09 | Updated ocaml-react to latest version, 1.2.0. Changes include: | jaapb | 1 | -35/+30 | |
| - 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 | 1 | -10/+10 | |
| 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 | 1 | -0/+53 | |
| React is an OCaml module for functional reactive programming (FRP). It provides support to program with time varying values: declarative events and signals. | |||||
