Skip to content

Commit edf98a2

Browse files
committed
alias cstruct.ppx to ppx_cstruct so it works with jbuilder correctly
1 parent d100407 commit edf98a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

META.cstruct.template

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ package "async" (
1717

1818
package "ppx" (
1919
description = "Deprecated. Use ppx_cstruct"
20-
requires = "ppx_cstruct.deprecated-ppx-method"
21-
)
20+
requires = "ppx_cstruct"
21+
)

0 commit comments

Comments
 (0)