Skip to content

Commit

Permalink
App updates
Browse files Browse the repository at this point in the history
  • Loading branch information
bryphe committed Oct 27, 2018
1 parent a94de34 commit 7ac44b7
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 2 deletions.
7 changes: 7 additions & 0 deletions App.opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
opam-version: "1.2"
version: "dev"
maintainer: "[email protected]"
author: ["Bryan Phelps"]
build: [

]
1 change: 1 addition & 0 deletions App.re
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
print_endline("Hello, world!");
11 changes: 11 additions & 0 deletions dune
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
(executable
(name App)
(package App)
(public_name App)
(libraries
revery
))
(install
(section bin)
(package App)
(files Lato-Regular.ttf))
1 change: 1 addition & 0 deletions dune-project
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
(lang dune 1.1)
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Revery quickstart",
"license": "MIT",
"esy": {
"build": "refmterr dune build -p #{self.name}",
"build": "refmterr dune build -p App",
"buildsInSource": "_build"
},
"dependencies": {
Expand All @@ -14,7 +14,7 @@
"flex": "*"
},
"resolutions": {
"revery": "link:../revery",
"revery": "github:bryphe/revery#307d4d1",
"flex": "github:bryphe/flex#a73c134",
"reason-reactify": "github:bryphe/reason-reactify#fce2e20",
"reason-fontkit": "github:bryphe/reason-fontkit#9e4358e",
Expand Down

0 comments on commit 7ac44b7

Please sign in to comment.