Skip to content

Commit

Permalink
Name repo properly
Browse files Browse the repository at this point in the history
  • Loading branch information
davesnx committed Mar 3, 2024
1 parent b465230 commit bdca575
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions dune
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,14 @@
(instance Functions)
(functor Function_description))
(generated_types Types_generated)
(generated_entry_point C)))
(generated_entry_point C))
(foreign_stubs
(language c)
(names shims)))

(subdir
quickjs
(copy_files ../shims.c)
(foreign_library
(archive_name quickjs)
(language c)
(names libregexp cutils libunicode shims)))
(names libregexp libunicode cutils)))
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
(authors "David Sancho <dsnxmoreno@gmail.com>")

(source
(github ml-in-barcelona/quickjs))
(github ml-in-barcelona/quickjs.ml))

(generate_opam_files true)

Expand Down

0 comments on commit bdca575

Please sign in to comment.