Skip to content

Commit

Permalink
Generate definition for populate-rust-staticlib alias
Browse files Browse the repository at this point in the history
  • Loading branch information
Lupus committed Nov 4, 2024
1 parent f901d77 commit cf6cb7f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Rust_staticlib.ml
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,11 @@ let add_header (buffer : Buffer.t) (opam_package_name : string) =
; opam file depend on. The Rust staticlib crate re-exports all the dependencies
; and builds statically and dynamically linked libraries, which consequently
; have all the defined symbols which are used by OCaml bindings.


; This alias includes generation of all Rust-related bits in staticlib.
(alias
(name populate-rust-staticlib))
|}
program_name
crate_extension_name
Expand Down

0 comments on commit cf6cb7f

Please sign in to comment.