Third-party Go dependencies in early preview #377
ivov
announced in
Announcements
Replies: 1 comment 1 reply
-
|
Are there plans to support CGo-reliant dependencies? I tried using miqt as a dependency and, by default, the generated typedefs only contain an I noticed that the bindgen code does set |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Lisette projects can now depend on third-party Go modules, in addition to the Go stdlib.
Shipped with
lisette-0.2.2as early preview.Two new commands:
lis add <module>adds a third-party Go module to your Lis project.lis synckeeps thelisette.tomlmanifest in sync with your Go imports.See the new docs section and CLI help at
lis help addandlis help syncThis early preview was tested against a good portion of the API of 50 popular Go modules. Go has a vast ecosystem, so you will find that some third-party Go modules may not be fully supported yet, e.g. libs that exercise type features Lisette does not model yet, or rough edges in typedef generation. As always, your feedback and findings are welcome.
Beta Was this translation helpful? Give feedback.
All reactions