## @0xproject/base-contract BaseContract to derive all auto-generated wrappers from ## Installation ```bash yarn add @0xproject/base-contract ``` If your project is in [TypeScript](https://www.typescriptlang.org/), add the following to your `tsconfig.json`: ```json "compilerOptions": { "typeRoots": ["node_modules/@0xproject/typescript-typings/types", "node_modules/@types"], } ``` ## Usage ```javascript import { BaseContract } from '@0xproject/base-contract'; ``` ## Contributing We strongly recommend that the community help us make improvements and determine the future direction of the protocol. To report bugs within this package, please create an issue in this repository. Please read our [contribution guidelines](../../CONTRIBUTING.md) before getting started. ### Install Dependencies If you don't have yarn workspaces enabled (Yarn < v1.0) - enable them: ```bash yarn config set workspaces-experimental true ``` Then install dependencies ```bash yarn install ``` ### Build To build this package and all other monorepo packages that it depends on, run the following from the monorepo root directory: ```bash PKG=@0xproject/base-contract yarn build ``` Or continuously rebuild on change: ```bash PKG=@0xproject/base-contract yarn watch ``` ### Lint ```bash yarn lint ``` bd9da42e815372c17108d6b80'/> FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/devel/ode
Commit message (Expand)AuthorAgeFilesLines
* Revision bump of all ports with USE_GL after consolidation of mesa-libsrezny2017-05-231-1/+1
* Drop useless dependency on gmake (bmake build those fine)bapt2017-02-221-1/+1
* - Remove -fPIC and configure with --enable-shared instead, as recommendedtijl2017-02-143-22/+9
* Remove useless WRKSRC definitions.mat2016-05-251-2/+0
* Only REINPLACE the needed files, making it less likely that Makefile.in getsantoine2014-12-021-2/+2
* - Update devel/ode to 0.13amdmi32014-11-253-11/+12
* - Cleanup plistamdmi32014-09-221-1/+0
* Update the default version of GCC in the Ports Collection from GCC 4.7.4gerald2014-09-111-1/+1
* Remove reference to dead ode-develantoine2014-06-281-2/+0
* - Support stagingamdmi32014-05-12