Last active
June 9, 2017 18:11
-
-
Save master-q/3c679258f4581b5593a00c6e0bfe1fbc to your computer and use it in GitHub Desktop.
Build mlton package on Debian
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ sudo apt-get install devscripts wget | |
$ sudo apt-get build-dep mlton | |
$ wget http://http.debian.net/debian/pool/main/m/mlton/mlton_20130715-3.dsc | |
$ wget http://http.debian.net/debian/pool/main/m/mlton/mlton_20130715.orig.tar.gz | |
$ wget http://http.debian.net/debian/pool/main/m/mlton/mlton_20130715-3.debian.tar.xz | |
$ dpkg-source -x mlton_20130715-3.dsc | |
$ ls | |
mlton-20130715/ mlton_20130715-3.debian.tar.xz mlton_20130715-3.dsc mlton_20130715.orig.tar.gz | |
$ cd mlton-20130715/ | |
$ debuild -us -uc | |
$ ls ../ | |
mlton-20130715/ mlton_20130715-3.debian.tar.xz mlton-doc_20130715-3_all.deb | |
mlton_20130715-3_all.deb mlton_20130715-3.dsc mlton-runtime-native_20130715-3_amd64.deb | |
mlton_20130715-3_amd64.build mlton_20130715.orig.tar.gz mlton-runtime-x86-64-linux-gnu_20130715-3_amd64.deb | |
mlton_20130715-3_amd64.buildinfo mlton-basis_20130715-3_all.deb mlton-tools_20130715-3_amd64.deb | |
mlton_20130715-3_amd64.changes mlton-compiler_20130715-3_amd64.deb | |
$ sudo dpkg -i ../*.deb | |
$ mlton | |
MLton 20130715 (built Sat Jun 10 02:35:09 JST 2017 on casper) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment