Skip to content

Commit

Permalink
Merge pull request #71 from yomimono/name-in-pkg
Browse files Browse the repository at this point in the history
set name in pkg.ml
  • Loading branch information
djs55 committed Aug 4, 2017
2 parents 7db704f + 2ff3292 commit 56d2839
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pkg/pkg.ml
@@ -1,2 +1,7 @@
#use "topfind"
#require "topkg-jbuilder.auto"
#require "topkg-jbuilder"

open Topkg

let () =
Topkg_jbuilder.describe ~name:"charrua-core" ()

0 comments on commit 56d2839

Please sign in to comment.