Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ManasJayanth committed Sep 22, 2019
1 parent f211137 commit 2f32c8c
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions bin/dune
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
(executable (name Pesy) (public_name pesy)
(libraries prometheansacrifice--esy-pesy.lib
prometheansacrifice--esy-pesy.utils cmdliner findlib))
(libraries pesy--esy-pesy.lib
pesy--esy-pesy.utils cmdliner findlib))
2 changes: 1 addition & 1 deletion e2e-tests/dune
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(executables
(names Runner TestBootstrapper TestPesyConfigure)
(public_names Runner.exe TestBootstrapper.exe TestPesyConfigure.exe)
(libraries unix prometheansacrifice--esy-pesy.lib))
(libraries unix pesy--esy-pesy.lib))

(data_only_dirs pesy-configure-test-projects)
8 changes: 4 additions & 4 deletions esy.lock/index.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions lib/dune
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(library (name Lib) (public_name prometheansacrifice--esy-pesy.lib)
(library (name Lib) (public_name pesy--esy-pesy.lib)
(libraries str sexplib yojson findlib
prometheansacrifice--esy-pesy.utils)) (rule (targets Lexer.ml) (deps Lexer.mll)
pesy--esy-pesy.utils)) (rule (targets Lexer.ml) (deps Lexer.mll)
(action (run %{bin:ocamllex} -q -o %{targets} %{deps}))) (rule (targets Parser.ml Parser.mli) (deps Parser.mly)
(action (run %{bin:ocamlyacc} %{deps})))
(action (run %{bin:ocamlyacc} %{deps})))
2 changes: 1 addition & 1 deletion npm-cli/src/Pesy.bs.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion npm-cli/src/Pesy.re
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ let template =
->Belt.Array.get(0)
->Belt.Option.map(Js.String.replace("--template=", ""))
->Belt.Option.getWithDefault(
"github:esy/pesy-reason-template#e0fccbe2244fcd20",
"github:esy/pesy-reason-template#86b37d16dcfe15",
);

let download_spinner =
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@prometheansacrifice/esy-pesy",
"name": "@pesy/esy-pesy",
"version": "0.1.0-alpha.2",
"description": "\"Esy Pesy\" - Your Esy Assistant.",
"esy": {
"buildsInSource": "_build",
"build": [
"dune build -p prometheansacrifice--esy-pesy"
"dune build -p pesy--esy-pesy"
],
"buildDev": [
"refmterr dune build -p prometheansacrifice--esy-pesy"
"refmterr dune build -p pesy--esy-pesy"
],
"release": {
"bin": [
Expand All @@ -25,8 +25,8 @@
"pesy": "Pesy.re"
},
"require": [
"prometheansacrifice--esy-pesy/lib",
"prometheansacrifice--esy-pesy/utils",
"pesy--esy-pesy/lib",
"pesy--esy-pesy/utils",
"cmdliner",
"findlib"
]
Expand All @@ -37,7 +37,7 @@
"sexplib",
"yojson",
"findlib",
"prometheansacrifice--esy-pesy/utils"
"pesy--esy-pesy/utils"
],
"rawBuildConfigFooter": [
"(rule (targets Lexer.ml) (deps Lexer.mll) (action (run %{bin:ocamllex} -q -o %{targets} %{deps})))",
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions utils/dune
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
(library (name Utils) (public_name prometheansacrifice--esy-pesy.utils)
(libraries unix str pastel.lib))
(library (name Utils) (public_name pesy--esy-pesy.utils)
(libraries unix str pastel.lib))

0 comments on commit 2f32c8c

Please sign in to comment.