File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ before_install:
88 - eval `opam config env`
99 - opam update
1010before_script :
11- - opam pin add -y ReasonProject .
11+ - opam pin add -y ReasonNativeProject .
1212script :
1313 - ./test-with-version.sh "$OCAML_VERSION"
1414 - git diff --exit-code
Original file line number Diff line number Diff line change 88 git commit -m " Version $( version) "
99 git tag -a $(version ) -m " Version $( version) ."
1010 # Push first the objects, then the tag.
11- git push " git@github.com:reasonml/ReasonProject .git"
12- git push " git@github.com:reasonml/ReasonProject .git" tag $(version )
11+ git push " git@github.com:reasonml/ReasonNativeProject .git"
12+ git push " git@github.com:reasonml/ReasonNativeProject .git" tag $(version )
1313
1414clean :
1515 ocamlbuild -clean
Original file line number Diff line number Diff line change 11opam-version: "1.2"
2- name: "ReasonProject "
2+ name: "ReasonNativeProject "
33version: "0.0.1"
44maintainer: "Jordan Walke <jordojw@gmail.com>"
55authors: [
66 "Jordan Walke <jordojw@gmail.com>"
77 "Maxwell Bernstein <max@bernsteinbear.com>"
88]
99license: "BSD"
10- homepage: "https://github.com/reasonml/ReasonProject "
11- doc: "https://reasonml.github.io/ReasonProject /"
12- bug-reports: "https://github.com/reasonml/ReasonProject /issues"
13- dev-repo: "git://github.com/reasonml/ReasonProject .git"
10+ homepage: "https://github.com/reasonml/ReasonNativeProject "
11+ doc: "https://reasonml.github.io/ReasonNativeProject /"
12+ bug-reports: "https://github.com/reasonml/ReasonNativeProject /issues"
13+ dev-repo: "git://github.com/reasonml/ReasonNativeProject .git"
1414tags: [ "reason" "example" ]
1515substs: [ "pkg/META" ]
1616build: [
Original file line number Diff line number Diff line change 11# Copyright (c) 2015-present, Facebook, Inc. All rights reserved.
22
33version = "%{version}%"
4- description = "ReasonProject : Example project for Reason"
4+ description = "ReasonNativeProject : Example project for Reason"
55
6- archive(byte) = "ReasonProject .cma"
7- archive(native) = "ReasonProject .cmxa"
6+ archive(byte) = "ReasonNativeProject .cma"
7+ archive(native) = "ReasonNativeProject .cmxa"
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ let () =
1010 %% of_list files)
1111 in
1212 let build = Pkg. build ~cmd () in
13- Pkg. describe " ReasonProject " ~build ~change_logs: [] ~licenses: [] ~readmes: [] @@ fun c ->
13+ Pkg. describe " ReasonNativeProject " ~build ~change_logs: [] ~licenses: [] ~readmes: [] @@ fun c ->
1414 Ok [
1515 Pkg. lib " pkg/META" ;
1616 Pkg. bin ~auto: true ~dst: " test" " src/Test" ;
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ make clean
88opam switch " ${OCAML_VERSION} "
99eval ` opam config env`
1010opam update
11- opam pin add -y ReasonProject .
11+ opam pin add -y ReasonNativeProject .
1212make
1313./Test.native
1414git diff --exit-code
You can’t perform that action at this time.
0 commit comments