Skip to content

Commit

Permalink
Merge tag '0.1.0' into develop
Browse files Browse the repository at this point in the history
0.1.0
  • Loading branch information
shawn-mcginty committed Jan 10, 2020
2 parents 26033ea + a9da163 commit 9f13d65
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 15 deletions.
1 change: 0 additions & 1 deletion naboris.opam
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,4 @@ depends: [
"httpaf-lwt-unix" {>= "0.6.0"}
"lwt" {>= "4.2.1"}
"uri" {>= "2.2.0"}
"bisect_ppx" {dev}
]
16 changes: 3 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,28 +6,19 @@
"build": [
"dune build -p #{self.name}"
],
"buildInSource": "_build",
"buildEnv": {
"BISECT_ENABLE": "NO",
"BISECT_SILENT": "ERR",
"BISECT_FILE": "#{self.target_dir}/bisect"
}
"buildInSource": "_build"
},
"scripts": {
"source": "rm -f tmp-build-env && esy build-env | grep DUNE_BUILD_DIR > tmp-build-env && source tmp-build-env && rm tmp-build-env",
"gen-prod-json": "sed -i '' 's/\"BISECT_ENABLE\": \"YES\"/\"BISECT_ENABLE\": \"NO\"/g' package.json",
"gen-test-json": "sed -i '' 's/\"BISECT_ENABLE\": \"NO\"/\"BISECT_ENABLE\": \"YES\"/g' package.json",
"test": "npm run unit-test",
"unit-test": "esy b dune runtest",
"install": "esy install",
"install-globals": "npm install -g esy",
"build-docs": "esy b dune build @doc && npm run source && rm -rf docs/html && cp -r $DUNE_BUILD_DIR/default/_doc/_html ./docs/html",
"build": "esy b dune build @install",
"clean": "rm -rf _coverage && find . -name 'bisect*.out' | xargs rm && esy b dune clean",
"clean": "esy b dune clean",
"clean-install": "rm -rf node_modules && rm -rf esy.lock && rm -rf _esy",
"clean-world": "npm run clean && npm run clean-install",
"coco-report-html": "esy bisect-ppx-report -I _build/default/ -html _coverage/ `find . -name 'bisect*.out'`",
"coco-report": "esy bisect-ppx-report -I _build/default/ -text - -summary-only `find . -name 'bisect*.out'`",
"test-coco": "npm run clean && npm run gen-test-json && npm run test && npm run coco-report && npm run gen-prod-json"
},
"repository": {
Expand All @@ -46,8 +37,7 @@
"@opam/httpaf": ">=0.6.0",
"@opam/httpaf-lwt-unix": ">=0.6.0",
"@opam/lwt": ">=4.2.1",
"@opam/uri": ">=2.2.0",
"@opam/bisect_ppx": ">=1.4.1"
"@opam/uri": ">=2.2.0"
},
"devDependencies": {
"ocaml": "~4.6.1",
Expand Down
1 change: 0 additions & 1 deletion src/dune
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
(library
(name naboris)
(public_name naboris)
(preprocess (pps bisect_ppx -conditional))
(libraries httpaf httpaf-lwt-unix lwt lwt.unix re uri)
)
(include_subdirs unqualified)

0 comments on commit 9f13d65

Please sign in to comment.