Skip to content

Commit

Permalink
Merge pull request #220 from avsm/remove-compat
Browse files Browse the repository at this point in the history
Remove old compatibility packages for `cstruct.lwt`, `cstruct.async`,
  • Loading branch information
avsm authored Feb 3, 2019
2 parents d99db3f + dba3051 commit dd1b933
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 25 deletions.
9 changes: 9 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
v3.4.0 2019-02-02
-----------------

- Remove old compatibility packages for `cstruct.lwt`, `cstruct.async`,
`cstruct.ppx` and `cstruct.unix`. These were deprecated in
cstruct.3.0.0 in favour of counter part libraries with a dash
in the name (`cstruct-lwt`, `cstruct-async`, `cstruct.unix`)
or `ppx_cstruct` for the PPX extension. (@avsm)

v3.3.0 2019-01-22
-----------------

Expand Down
21 changes: 0 additions & 21 deletions META.cstruct.template

This file was deleted.

3 changes: 1 addition & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ environment:
CYG_ROOT: C:\cygwin64
PACKAGE: cstruct
matrix:
- OPAM_SWITCH: 4.05.0+msvc32c
- OPAM_SWITCH: 4.04.2+mingw64c
- OPAM_SWITCH: 4.07.1+mingw64c

install:
- ps: iex ((new-object net.webclient).DownloadString("https://raw.githubusercontent.com/$env:FORK_USER/ocaml-ci-scripts/$env:FORK_BRANCH/appveyor-install.ps1"))
Expand Down
3 changes: 1 addition & 2 deletions ppx_test/with-lwt/dune
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
(executables
(names ppx_cstruct_and_lwt)
(preprocess
(pps lwt.ppx ppx_cstruct))
(preprocess (pps lwt_ppx ppx_cstruct))
(libraries cstruct lwt lwt.unix))

0 comments on commit dd1b933

Please sign in to comment.