Skip to content

Provides HTML syntax for high level Doppler packages.

License

Notifications You must be signed in to change notification settings

oinuar/doppler-html

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Doppler HTML

Provides HTML syntax for high level Doppler packages.

How to build?

The project depends on doppler-css and doppler-event. The main project (doppler-html) contains only HTML depedency sources.

To build the project, we use Cabal sandboxes. First, pull and configure sandboxes for dependency projects if not done already.

cd {doppler-css, doppler-event}
cabal sandbox init
cabal install --enable-tests --only-dep
cabal configure --enable-tests

Now we can create and configure a sandbox for the main project.

cd doppler-html
cabal sandbox init
cabal sandbox add-source ../doppler-css
cabal sandbox add-source ../doppler-event
cabal install --enable-tests --only-dep
cabal configure --enable-tests

You can then build the main project.

cabal build

This will build the library.

About

Provides HTML syntax for high level Doppler packages.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published