summaryrefslogtreecommitdiff
path: root/devel/ocaml-react/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2022-05-24Replaced mk/ocaml.mk with lang/ocaml/ocaml.mk in ocaml packagesjaapb1-2/+2
2022-05-10Updated devel/ocaml-react to version 1.2.2.jaapb1-3/+2
Minor changes - adding support for the OCaml 5.0 release mostly.
2021-03-08Recursive revbump associated with update of lang/ocamljaapb1-2/+2
2020-01-26all: migrate homepages from http to httpsrillig1-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-12Revbumps associated with update of lang/ocaml.jaapb1-2/+2
2018-07-19Recursive revbump associated with the update of lang/ocaml to 4.07.jaapb1-2/+2
2018-04-07Revbump for devel/ocaml-react.jaapb1-2/+2
No upstream changes, just dealing with new files installed by the new version of jbuilder.
2018-01-10Recursive revbump associated with the update to OCaml 4.06.jaapb1-2/+2
2017-09-08Recursive revbump associated with update of ocaml to 4.05jaapb1-1/+2
2017-07-11Updated package to latest version, 1.2.1. Incorporated license changejaapb1-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-30Recursive revbump associated with ocaml update to 4.04.jaapb1-2/+2
2016-06-25Package uses ocamlbuild - also cleaned up Makefile a bit. No upstreamjaapb1-8/+4
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-06-30Recursive revbump associated with update of lang/ocaml to 4.02.2.jaapb1-2/+2
2015-01-20Revbump associated with ocaml 4.02.1jaapb1-1/+2
2014-11-27Correctly sanitize environment.joerg1-3/+3
2014-10-09Updated ocaml-react to latest version, 1.2.0. Changes include:jaapb1-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-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:wiz1-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-29Initial import of ocaml-react-0.9.3, packaged by Jaap Boender in PR 45184.wiz1-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.