File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22 jbuilder build
33
44run : build
5- ./_build/install/default/bin/react_native_project
5+ ./_build/install/default/bin/reason_native_project
66
77test :
88 jbuilder runtest
Original file line number Diff line number Diff line change 33(library
44 ((name reason_native_lib)
55 ; this will be exported & installable as a library via OPAM
6- (public_name reason-native-project )
6+ (public_name reason_native_project )
77 (libraries (re))))
File renamed without changes.
Original file line number Diff line number Diff line change 33(executable
44 ((name test)
55 ; This will be installable as a global binary via opam
6- (public_name react_native_project )
6+ (public_name reason_native_project )
77 ; and it depends on 2 local libraries
8- (libraries (internal_lib reason-native-project ))))
8+ (libraries (internal_lib reason_native_project ))))
You can’t perform that action at this time.
0 commit comments