Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign up[new release] cstruct-async, ppx_cstruct, cstruct, cstruct-unix and cstruct-lwt (3.4.0) #13372
Conversation
This comment has been minimized.
This comment has been minimized.
|
avsm
added some commits
Feb 3, 2019
This comment has been minimized.
This comment has been minimized.
will reopen in a bit to free up CI for now |
avsm
closed this
Feb 3, 2019
added a commit
to avsm/opam-repository
that referenced
this pull request
Feb 3, 2019
avsm
added some commits
Feb 3, 2019
avsm
reopened this
Feb 3, 2019
avsm
added some commits
Feb 4, 2019
avsm
referenced this pull request
Feb 4, 2019
Merged
[new release] cohttp-lwt-jsoo, cohttp, cohttp-lwt, cohttp-lwt-unix, cohttp-top, cohttp-async and cohttp-mirage (2.0.0) #13388
avsm
merged commit 9c30edf
into
ocaml:master
Feb 5, 2019
3 of 7 checks passed
avsm
deleted the
avsm:release-cstruct-3.4.0
branch
Feb 5, 2019
This comment has been minimized.
This comment has been minimized.
Wow :O |
avsm commentedFeb 3, 2019
Access C-like structures directly from OCaml
CHANGES:
cstruct.lwt
,cstruct.async
,cstruct.ppx
andcstruct.unix
. These were deprecated incstruct.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)