package dune

  1. Overview
  2. Docs
Fast, portable, and opinionated build system

Install

Dune Dependency

Authors

Maintainers

Sources

dune-2.8.4.tbz
sha256=4e6420177584aabdc3b7b37aee3026b094b82bf5d7ed175344a68e321f72e8ac
sha512=efc1834c4add40138a101734665a1f462c19fe76d1cbb457b1fc20f95991118a50b24d485fb98d39046e41bec03885a8dc071bf8add51083ac9780bff9f6668a

Description

dune is a build system that was designed to simplify the release of Jane Street packages. It reads metadata from "dune" files following a very simple s-expression syntax.

dune is fast, has very low-overhead, and supports parallel builds on all platforms. It has no system dependencies; all you need to build dune or packages using dune is OCaml. You don't need make or bash as long as the packages themselves don't use bash explicitly.

dune supports multi-package development by simply dropping multiple repositories into the same directory.

It also supports multi-context builds, such as building against several opam roots/switches simultaneously. This helps maintaining packages across several versions of OCaml and gives cross-compilation for free.

Published: 10 Mar 2021

README

Dune - A composable build system

Dune is a build system designed for OCaml/Reason projects only. It focuses on providing the user with a consistent experience and takes care of most of the low-level details of OCaml compilation. All you have to do is provide a description of your project and dune will do the rest.

The scheme it implements is inspired from the one used inside Jane Street and adapted to the open source world. It has matured over a long time and is used daily by hundreds of developers, which means that it is highly tested and productive.

Dune comes with a manual. If you want to get started without reading too much, you can look at the quick start guide or watch this introduction video.

The example directory contains examples of projects using dune.

Overview

Dune reads project metadata from dune files, which are either static files in a simple S-expression syntax or OCaml scripts. It uses this information to setup build rules, generate configuration files for development tools such as merlin, handle installation, etc...

Dune itself is fast, has very low overhead and supports parallel builds on all platforms. It has no system dependencies: all you need to build dune and packages using dune is OCaml. You don't need make or bash as long as the packages themselves don't use bash explicitly.

In particular, one can install OCaml on Windows with a binary installer and then use only the Windows Console to build dune and packages using dune.

Strengths

Composable

Take n repositories that use dune, arrange them in any way on the file system and the result is still a single repository that dune knows how to build at once.

This make simultaneous development on multiple packages trivial.

Gracefully handles multi-package repositories

Dune knows how to handle repositories containing several packages. When building via opam, it is able to correctly use libraries that were previously installed even if they are already present in the source tree.

The magic invocation is:

$ dune build --only-packages <package-name> @install

Building against several configurations at once

Dune is able to build a given source code repository against several configurations simultaneously. This helps maintaining packages across several versions of OCaml as you can test them all at once without hassle.

In particular, this makes it easy to handle cross-compilation.

This feature requires opam.

Requirements

Dune requires OCaml version 4.08.0 to build itself and can build OCaml projects using ocaml 4.02.3 or greater.

Installation

The recommended way to install dune is via the opam package manager:

$ opam install dune

If you are new to opam, make sure to run eval $(opam config env) to make dune available in your PATH. The dune binary is self contained and relocatable, so you can safely copy it somewhere else to make it permanently available.

You can also build it manually with:

$ make release
$ make install

If you do not have make, you can do the following:

$ ocaml bootstrap.ml
$ ./dune.exe build -p dune --profile dune-bootstrap
$ ./dune.exe install dune

The first command builds the dune.exe binary. The second builds the additional files that are installed by dune, such as the man pages, and the last simply installs all of that on the system.

Note that unless you ran the optional ./configure script, you can simply copy dune.exe anywhere and it will just work. dune is fully relocatable and discovers its environment at runtime rather than hard-coding it at compilation time.

Support

If you have questions about dune, you can send an email to ocaml-core@googlegroups.com or open a ticket on GitHub.

Migration from jbuilder

Dune was formerly known as jbuilder. Migration from jbuilder to dune is described in the manual.

Status

Dune is now fairly stable and is used by the majority of packages on opam. Note that dune retains backward compatibility with Jbuilder, and in particular existing Jbuilder projects will continue to be buildable with dune.

Dependencies (5)

  1. base-threads
  2. base-unix
  3. ocamlfind-secondary
  4. ocaml >= "4.02" & < "4.08~~"
  5. ocaml >= "4.08" & < "4.13"

Dev Dependencies

None

  1. 0install >= "2.15.1"
  2. 0install-gtk
  3. 0install-solver
  4. ANSITerminal >= "0.8.1"
  5. absolute
  6. abstract_algebra
  7. accessor
  8. accessor_async
  9. accessor_base
  10. accessor_core
  11. acgtk >= "1.4.0" & < "2.0.0"
  12. aches
  13. aches-lwt
  14. acpc >= "2.0.0"
  15. advi
  16. agrid
  17. ahrocksdb
  18. aifad >= "2.2.1"
  19. alba >= "0.4.1"
  20. albatross
  21. alcotest >= "0.8.5" & < "1.7.0"
  22. alcotest-async >= "0.8.5" & < "1.7.0"
  23. alcotest-js < "1.7.0"
  24. alcotest-lwt >= "0.8.5" & < "1.7.0"
  25. alcotest-mirage < "1.7.0"
  26. alg_structs
  27. alg_structs_qcheck
  28. algaeff
  29. alsa >= "0.3.0"
  30. alt-ergo >= "2.3.0" & < "2.4.3"
  31. alt-ergo-free >= "2.3.3"
  32. alt-ergo-lib < "2.4.3"
  33. alt-ergo-lib-free
  34. alt-ergo-parsers < "2.4.3"
  35. alt-ergo-parsers-free
  36. altgr-ergo >= "2.3.0" & < "2.4.3"
  37. amf >= "0.1.2"
  38. amqp-client >= "2.0.3"
  39. amqp-client-async >= "2.0.3"
  40. amqp-client-lwt >= "2.0.3"
  41. anders
  42. angstrom >= "0.11.1"
  43. angstrom-async >= "0.11.1"
  44. angstrom-lwt-unix >= "0.11.1"
  45. angstrom-unix >= "0.11.1"
  46. ansi < "0.6.0"
  47. anthill
  48. ao >= "0.2.2"
  49. apronext
  50. archetype
  51. archi
  52. archi-async
  53. archi-lwt
  54. arg-complete
  55. argon2 >= "1.0.0"
  56. arp >= "1.0.0"
  57. arp-mirage
  58. art
  59. asak
  60. ask
  61. ask-integrator
  62. asli >= "0.2.0"
  63. asn1-combinators >= "0.2.2"
  64. async >= "v0.12.0"
  65. async-uri < "0.4.0"
  66. async_durable >= "v0.12.0"
  67. async_extra >= "v0.12.0"
  68. async_find >= "v0.12.0"
  69. async_graphics >= "0.7.0"
  70. async_inotify >= "v0.12.0"
  71. async_interactive >= "v0.12.0"
  72. async_js >= "v0.12.0"
  73. async_kernel >= "v0.12.0"
  74. async_rpc_kernel >= "v0.12.0"
  75. async_rpc_websocket
  76. async_sendfile >= "v0.12.0"
  77. async_shell >= "v0.12.0"
  78. async_smtp >= "v0.12.0"
  79. async_ssl >= "v0.12.0"
  80. async_udp
  81. async_unix >= "v0.12.0"
  82. async_websocket
  83. atable
  84. atd >= "2.2.1"
  85. atdd
  86. atdgen >= "2.2.1"
  87. atdgen-codec-runtime
  88. atdgen-runtime >= "2.2.1"
  89. atdj >= "2.2.1" & < "20151001.01"
  90. atdpy
  91. atds
  92. atdts
  93. atomic < "base"
  94. autofonce
  95. autofonce_config
  96. autofonce_core
  97. autofonce_lib
  98. autofonce_m4
  99. autofonce_misc
  100. autofonce_patch
  101. autofonce_share
  102. avro
  103. avro-compiler
  104. awa
  105. awa-lwt
  106. awa-mirage
  107. aws >= "1.2"
  108. aws-async
  109. aws-autoscaling >= "1.2"
  110. aws-cloudformation >= "1.2"
  111. aws-cloudtrail >= "1.2"
  112. aws-cloudwatch
  113. aws-ec2 >= "1.2"
  114. aws-elasticache
  115. aws-elasticloadbalancing >= "1.2"
  116. aws-lwt
  117. aws-rds
  118. aws-route53
  119. aws-s3 >= "4.0.0"
  120. aws-s3-async >= "4.0.0"
  121. aws-s3-lwt >= "4.0.0"
  122. aws-sdb >= "1.2"
  123. aws-sqs
  124. aws-ssm >= "1.2"
  125. aws-sts >= "1.2"
  126. azblob
  127. azblob-async
  128. azure-cosmos-db
  129. babel
  130. bag
  131. bare_encoding
  132. bark
  133. base >= "v0.12.0" & < "v0.17.0"
  134. base32
  135. base64 >= "2.3.0"
  136. base_bigstring
  137. base_quickcheck >= "v0.12.1"
  138. base_trie
  139. bastet
  140. bastet_async
  141. bastet_lwt
  142. batch_jaro_winkler
  143. batsat
  144. batteries >= "3.7.1"
  145. bddrand
  146. bech32
  147. bechamel
  148. bechamel-js
  149. bechamel-notty
  150. bechamel-perf
  151. beluga = "1.0"
  152. benchmark >= "1.6"
  153. benchpress
  154. benchpress-server
  155. bencode >= "2.0"
  156. bentov
  157. bheap >= "2.0.0"
  158. bidirectional_map
  159. bigarray-compat
  160. bigarray-overlap
  161. bigdecimal
  162. bignum >= "v0.12.0"
  163. bigstring >= "0.3"
  164. bigstring-unix >= "0.3"
  165. bigstringaf >= "0.5.0" & < "0.9.1"
  166. bimage
  167. bimage-display
  168. bimage-gtk
  169. bimage-io
  170. bimage-lwt
  171. bimage-sdl
  172. bimage-unix
  173. bimap
  174. bin_prot >= "v0.12.0"
  175. binaryen != "0.3.0" & < "0.11.0"
  176. binaryen_dsl
  177. bindlib >= "6.0.0"
  178. biniou >= "1.2.1"
  179. binning
  180. binsec >= "0.4.0" & < "0.5.0"
  181. bio_io != "0.1.2" & < "0.5.1"
  182. biocaml >= "0.9.0"
  183. biotk
  184. bisect_ppx >= "1.4.0" & < "2.8.3"
  185. bistro >= "0.5.0"
  186. bistro-bio
  187. bitcoin >= "3.0"
  188. bitcoin-cohttp-async
  189. bitcoin-cohttp-lwt
  190. bitcoin-ocurl
  191. bitcoinml >= "0.4.1"
  192. bitlib
  193. bitmasks >= "1.2.0"
  194. bitpack_serializer
  195. bitstring >= "3.1.1"
  196. bitv >= "1.4"
  197. bitwuzla
  198. bitwuzla-bin < "1.0.0"
  199. bitwuzla-c
  200. bjack >= "0.1.6"
  201. blake2 >= "0.3"
  202. blake3
  203. bloomf
  204. bls12-381 < "6.0.1"
  205. bls12-381-gen
  206. bls12-381-hash
  207. bls12-381-js
  208. bls12-381-js-gen
  209. bls12-381-legacy
  210. bls12-381-signature
  211. bls12-381-unix
  212. bnfgen
  213. bogue
  214. boltzgen
  215. bonsai
  216. box
  217. brr-lwd
  218. bson2
  219. bst >= "6.0.0"
  220. buffer-pool
  221. build_path_prefix_map >= "0.3"
  222. builder
  223. builder-web
  224. bun >= "0.3.4"
  225. bwd
  226. bwrap
  227. bytearray >= "1.0.1"
  228. bytebuffer
  229. bytepdf
  230. bz2
  231. ca-certs
  232. ca-certs-nss
  233. cactus
  234. cairo2 >= "0.6"
  235. cairo2-gtk
  236. cairo2-pango
  237. calculon >= "0.4"
  238. calculon-redis
  239. calculon-redis-lib
  240. calculon-web >= "0.4"
  241. caldav < "0.2.2"
  242. calendar >= "3.0.0"
  243. calendars
  244. calipso
  245. callipyge >= "0.2"
  246. camelot
  247. camels
  248. camelsnakekebab
  249. camlimages >= "5.0.2" & < "5.0.5"
  250. camlon >= "3.0.0"
  251. camlp-streams
  252. camltc >= "0.9.8"
  253. camomile = "1.0.2"
  254. camyll
  255. capnp >= "3.3.0"
  256. capnp-rpc >= "0.3.2" & < "1.2.3"
  257. capnp-rpc-lwt >= "0.3.2" & < "1.2.3"
  258. capnp-rpc-mirage >= "0.3.2" & < "1.2.3"
  259. capnp-rpc-net < "1.2.3"
  260. capnp-rpc-unix >= "0.3.2" & < "1.2.3"
  261. caqti >= "1.0.0" & < "2.1.1"
  262. caqti-async >= "1.0.0" & < "2.1.1"
  263. caqti-driver-mariadb >= "1.0.0" & < "2.0.1"
  264. caqti-driver-pgx < "2.1.1"
  265. caqti-driver-postgresql >= "1.0.0" & < "2.1.1"
  266. caqti-driver-sqlite3 >= "1.0.0" & < "2.1.1"
  267. caqti-dynload >= "1.0.0"
  268. caqti-eio < "2.1.1"
  269. caqti-lwt >= "1.0.0" & < "2.1.1"
  270. caqti-mirage < "2.1.1"
  271. caqti-type-calendar >= "1.0.0"
  272. carray
  273. carton
  274. carton-git
  275. carton-lwt
  276. catala < "0.8.0"
  277. catapult
  278. catapult-client
  279. catapult-daemon
  280. catapult-file
  281. catapult-sqlite
  282. cbor >= "0.3"
  283. cconv >= "0.5"
  284. cconv-ppx
  285. cdrom >= "0.9.4"
  286. certify >= "0.3.0"
  287. cf < "0.5.0"
  288. cf-lwt < "0.5.0"
  289. cfg >= "2.2.0"
  290. cfml
  291. cfstream >= "1.3.1"
  292. chacha
  293. charInfo_width
  294. charrua
  295. charrua-client >= "0.11.2"
  296. charrua-client-lwt >= "0.11.2"
  297. charrua-client-mirage >= "0.11.2"
  298. charrua-core >= "0.11.2"
  299. charrua-server
  300. charrua-unix >= "0.11.2"
  301. charset
  302. chartjs
  303. chartjs-annotation
  304. chartjs-colorschemes
  305. chartjs-datalabels
  306. chartjs-streaming
  307. chase
  308. checkseum = "0.0.3" | >= "0.2.1"
  309. choice >= "0.4"
  310. cinaps >= "v0.12.0"
  311. clangml >= "4.0.0" & < "4.8.0"
  312. clangml-transforms >= "0.24"
  313. clap
  314. clarity >= "0.4.0"
  315. clarity-lang
  316. class_group_vdf < "0.0.4"
  317. clim
  318. clim-ppx
  319. clz
  320. cmarker
  321. codept >= "0.10.3"
  322. cohttp >= "1.1.1" & < "6.0.0~alpha0"
  323. cohttp-async >= "1.1.1" & < "6.0.0~alpha0"
  324. cohttp-lwt >= "1.1.1" & < "6.0.0~alpha0"
  325. cohttp-lwt-jsoo >= "1.1.1" & < "6.0.0~alpha0"
  326. cohttp-lwt-unix >= "1.1.1" & < "6.0.0~alpha0"
  327. cohttp-lwt-unix-nossl
  328. cohttp-lwt-unix-ssl
  329. cohttp-mirage >= "1.1.1" & < "6.0.0~alpha0"
  330. cohttp-top >= "1.1.1" & < "6.0.0~alpha0"
  331. cohttp_async_websocket
  332. cohttp_static_handler
  333. coin >= "0.1.1"
  334. colombe
  335. color >= "0.2.0"
  336. color-brewery
  337. combinat
  338. comby
  339. comby-kernel
  340. comby-semantic
  341. command_rpc >= "v0.12.0"
  342. conduit >= "1.3.0"
  343. conduit-async >= "1.3.0"
  344. conduit-async-ssl
  345. conduit-async-tls
  346. conduit-lwt >= "1.3.0"
  347. conduit-lwt-ssl
  348. conduit-lwt-tls
  349. conduit-lwt-unix >= "1.3.0"
  350. conduit-mirage
  351. conduit-tls
  352. conex >= "0.10.0"
  353. conex-mirage-crypto
  354. conex-nocrypto
  355. conformist
  356. containers >= "2.4" & < "3.13"
  357. containers-data < "3.13"
  358. containers-thread
  359. content_security_policy
  360. cookie
  361. cookies
  362. coq >= "8.14.0" & < "8.17.0"
  363. coq-of-ocaml >= "2.4.1" & != "2.5.2+4.13" & < "2.5.3+4.13"
  364. coq-serapi >= "8.9.0+0.6.0"
  365. coqide >= "8.14.0" & < "8.17.0"
  366. core >= "v0.12.0"
  367. core_bench >= "v0.12.0"
  368. core_compat
  369. core_extended >= "v0.12.0"
  370. core_kernel >= "v0.12.3"
  371. core_profiler >= "v0.12.0"
  372. core_unix
  373. cosovo
  374. cow = "2.4.0"
  375. cowabloga >= "0.5.0"
  376. cpm >= "5.0.0"
  377. cppo >= "1.6.6"
  378. cppo_ocamlbuild >= "1.6.6"
  379. cps_toolbox < "0.3"
  380. cpu
  381. cpuid >= "0.1.2"
  382. crc >= "2.1.0"
  383. crlibm >= "0.3"
  384. crontab
  385. crowbar = "0.2"
  386. crunch >= "2.2.0"
  387. cry >= "0.6.5"
  388. cryptokit >= "1.16.1"
  389. csexp < "1.5.2"
  390. css-parser
  391. cstruct >= "3.3.0"
  392. cstruct-async >= "3.3.0"
  393. cstruct-lwt >= "3.3.0"
  394. cstruct-sexp
  395. cstruct-unix >= "3.3.0"
  396. csv >= "2.2"
  397. csv-lwt >= "2.1"
  398. csvfields >= "v0.12.0"
  399. csvtool
  400. ctoxml
  401. ctypes-zarith
  402. cudf >= "0.10"
  403. cuid >= "0.2"
  404. cumulus
  405. curly >= "0.2.0"
  406. current < "0.6"
  407. current-web-pipelines
  408. current_ansi
  409. current_docker < "0.6"
  410. current_examples < "0.6"
  411. current_git < "0.6"
  412. current_github < "0.6"
  413. current_incr
  414. current_ocluster < "0.2"
  415. current_rpc < "0.6"
  416. current_slack < "0.6"
  417. current_web < "0.6"
  418. curses >= "1.0.9"
  419. curve-sampling
  420. cviode
  421. cwe_checker
  422. DrawGrammar >= "0.2.2"
  423. daft >= "0.0.4"
  424. dap
  425. data-encoding < "1.0.0"
  426. dataframe
  427. datakit >= "0.12.2"
  428. datakit-bridge-github >= "0.12.2"
  429. datakit-bridge-local-git >= "0.12.2"
  430. datakit-ci >= "0.12.2"
  431. datakit-client >= "0.12.2"
  432. datakit-client-9p >= "0.12.2"
  433. datakit-client-git >= "0.12.2"
  434. datakit-github >= "0.12.2"
  435. datakit-server >= "0.12.2"
  436. datakit-server-9p >= "0.12.2"
  437. datalog >= "0.6"
  438. dates_calc
  439. daypack-lib
  440. dbf < "0.1.1"
  441. debian-formats >= "0.1.2"
  442. decimal
  443. decoders >= "0.1.2" & < "1.0.0"
  444. decoders-bencode < "1.0.0"
  445. decoders-cbor < "1.0.0"
  446. decoders-ezjsonm >= "0.1.2" & < "1.0.0"
  447. decoders-jsonm < "1.0.0"
  448. decoders-msgpck < "1.0.0"
  449. decoders-sexplib < "1.0.0"
  450. decoders-yojson >= "0.1.2" & < "1.0.0"
  451. decompress >= "0.8.1"
  452. dedent
  453. dedukti >= "2.7"
  454. delimited_parsing >= "v0.12.0"
  455. depyt >= "0.3.0"
  456. devkit >= "1.0"
  457. diet >= "0.2"
  458. diffable
  459. digestif >= "0.7" & < "0.7.2" | >= "0.8.1"
  460. directories
  461. dirsift
  462. dirsp-exchange
  463. dirsp-exchange-kbb2017
  464. dirsp-proscript
  465. dirsp-proscript-mirage
  466. dirsp-ps2ocaml
  467. disml
  468. dispatch >= "0.4.1"
  469. dispatch-js >= "0.4.1"
  470. distributed >= "0.6.0"
  471. distributed-lwt >= "0.2.0"
  472. distributed-uwt >= "0.2.0"
  473. dkim
  474. dkim-bin
  475. dkim-mirage
  476. dlm >= "0.3.1"
  477. dns >= "1.1.0"
  478. dns-async >= "1.1.0"
  479. dns-certify
  480. dns-cli
  481. dns-client
  482. dns-client-lwt
  483. dns-client-mirage
  484. dns-lwt >= "1.1.0"
  485. dns-lwt-unix >= "1.1.0"
  486. dns-mirage
  487. dns-resolver
  488. dns-server
  489. dns-stub
  490. dns-tsig
  491. dnssec
  492. docker-api >= "0.2"
  493. docker_hub
  494. dockerfile >= "6.0.0" & < "8.1.0"
  495. dockerfile-cmd >= "6.0.0" & < "8.1.0"
  496. dockerfile-opam >= "6.0.0" & < "8.1.0"
  497. docteur
  498. docteur-solo5
  499. docteur-unix
  500. doi2bib
  501. dokeysto >= "3.0.1"
  502. dokeysto_camltc >= "3.0.1"
  503. dokeysto_lz4 >= "3.0.2"
  504. dolmen >= "0.4.1" & < "0.8"
  505. dolmen_bin < "0.8"
  506. dolmen_loop < "0.8"
  507. dolmen_lsp < "0.8"
  508. dolmen_type < "0.8"
  509. dolog >= "4.0.0"
  510. domain-name >= "0.1.2"
  511. domainslib < "0.5.0"
  512. dose3 >= "6.1"
  513. dose3-extra
  514. dot-merlin-reader < "4.2"
  515. dotenv
  516. dream
  517. dream-cli
  518. dream-encoding
  519. dream-html
  520. dream-httpaf
  521. dream-livereload
  522. dream-pure
  523. dream-serve
  524. drom >= "0.3.0"
  525. drom_lib >= "0.3.0"
  526. drom_toml
  527. dropbox >= "0.2"
  528. dropbox_lwt_unix
  529. dssi >= "0.1.3"
  530. dtoa >= "0.3.2"
  531. dtools >= "0.4.2"
  532. dual
  533. duff >= "0.2"
  534. dum >= "1.0.2"
  535. dune-action-plugin < "2.9.0"
  536. dune-build-info < "2.9.0"
  537. dune-compiledb
  538. dune-configurator >= "1.11.4" & < "2.9.0"
  539. dune-deps
  540. dune-expand
  541. dune-glob < "2.9.0"
  542. dune-private-libs < "2.9.0"
  543. dune-release >= "1.0.0" & < "2.0.0"
  544. dune-site < "2.9.0"
  545. duppy >= "0.9.0"
  546. duration >= "0.1.2"
  547. earley >= "2.0.0"
  548. earlybird < "1.3.2"
  549. easy-format = "1.3.2"
  550. easy_logging
  551. easy_logging_yojson
  552. ecaml >= "v0.12.0"
  553. edn >= "0.1.6-1-gff9db95"
  554. eigen >= "0.1.0"
  555. eio-ssl
  556. either
  557. elasticsearch-cli >= "0.5"
  558. electrod >= "0.2.1"
  559. elpi >= "1.3.1"
  560. email_message >= "v0.12.0"
  561. embedded_ocaml_templates < "0.8"
  562. emile >= "0.4"
  563. encore >= "0.3"
  564. env_config
  565. epictetus
  566. eqaf >= "0.2"
  567. erlang
  568. erssical >= "1.1.0"
  569. esgg
  570. esperanto-cosmopolitan >= "0.0.5"
  571. ethernet
  572. euler
  573. exenum >= "0.86"
  574. exit
  575. expect_test_helpers >= "v0.12.0"
  576. expect_test_helpers_async
  577. expect_test_helpers_core
  578. expect_test_helpers_kernel >= "v0.12.0"
  579. extlib >= "1.7.9"
  580. extunix >= "0.3.1"
  581. ez_api
  582. ez_cmdliner
  583. ez_config
  584. ez_file != "0.2.0"
  585. ez_hash
  586. ez_pgocaml
  587. ez_search
  588. ez_subst
  589. ezcurl
  590. ezcurl-lwt
  591. ezdl
  592. ezgzip >= "0.2.3"
  593. ezjs_ace
  594. ezjs_blockies
  595. ezjs_cleave
  596. ezjs_crypto
  597. ezjs_cytoscape
  598. ezjs_d3pie
  599. ezjs_extension
  600. ezjs_fetch < "0.3"
  601. ezjs_idb
  602. ezjs_jquery
  603. ezjs_min
  604. ezjs_odometer
  605. ezjs_push
  606. ezjs_qrcode
  607. ezjs_recaptcha
  608. ezjs_timeline
  609. ezjsonm >= "1.0.0"
  610. ezjsonm-lwt >= "1.0.0"
  611. ezresto
  612. ezresto-directory
  613. ezsqlite >= "0.4.2"
  614. ezxenstore >= "0.4.1"
  615. ezxmlm >= "1.1.0"
  616. FPauth
  617. FPauth-core
  618. FPauth-responses
  619. FPauth-strategies
  620. FrontC >= "4.0.0"
  621. faad >= "0.5.0"
  622. facteur
  623. fadbadml >= "0.1.2"
  624. faraday >= "0.7.1"
  625. faraday-async >= "0.7.1"
  626. faraday-lwt >= "0.7.1"
  627. faraday-lwt-unix >= "0.7.1"
  628. farmhash >= "0.4"
  629. fasmifra
  630. fat-filesystem >= "0.13.0"
  631. fd-send-recv >= "2.0.1"
  632. fdkaac = "0.3.2"
  633. feat
  634. feat-core
  635. feat-num
  636. feather
  637. feather_async
  638. ff
  639. ff-bench
  640. ff-pbt
  641. ff-sig
  642. ffmpeg >= "1.0.0~beta1" & < "1.1.5"
  643. ffmpeg-av < "1.1.5"
  644. ffmpeg-avcodec < "1.1.5"
  645. ffmpeg-avdevice < "1.1.5"
  646. ffmpeg-avfilter < "1.1.5"
  647. ffmpeg-avutil < "1.1.5"
  648. ffmpeg-swresample < "1.1.5"
  649. ffmpeg-swscale < "1.1.5"
  650. fftw3 >= "0.8.2"
  651. fiat-p256
  652. fieldslib >= "v0.12.0"
  653. file_path
  654. fileutils >= "0.6.1"
  655. finch
  656. fit
  657. fix >= "20181206"
  658. flac >= "0.3.0"
  659. flex-array
  660. fmlib < "0.5.3"
  661. fmlib_js < "0.5.3"
  662. fmlib_parse < "0.5.3"
  663. fmlib_pretty < "0.5.3"
  664. fmlib_std < "0.5.3"
  665. fontforge-of-ocaml
  666. fred
  667. freetds >= "0.7"
  668. frei0r >= "0.1.2"
  669. frenetic >= "5.0.5"
  670. fromager
  671. fsevents
  672. fsevents-lwt
  673. fsml
  674. fswatch
  675. fswatch_async
  676. fswatch_lwt
  677. functoria >= "2.2.2" & < "4.0.0"
  678. functoria-runtime >= "2.2.2" & != "2.2.5" & < "3.0.2" | >= "3.1.2" & < "4.0.0"
  679. fuzzy_compare
  680. fuzzy_match
  681. fzf
  682. General >= "0.6.0"
  683. GT
  684. gapi-ocaml >= "0.3.7"
  685. gbddml
  686. gd >= "1.1"
  687. gdbprofiler >= "0.4"
  688. gemini >= "0.3.0"
  689. gen >= "0.5.2"
  690. gen_js_api >= "1.0.6"
  691. genprint
  692. genspio >= "0.0.3"
  693. genspir >= "1.0.0"
  694. geoml
  695. get_line >= "7.0.0"
  696. gettext >= "0.4.1"
  697. gettext-camomile
  698. gettext-stub
  699. git >= "2.0.0"
  700. git-cohttp
  701. git-cohttp-mirage
  702. git-cohttp-unix
  703. git-http >= "2.0.0"
  704. git-mirage >= "2.0.0"
  705. git-paf
  706. git-unix >= "2.0.0"
  707. github >= "4.0.0"
  708. github-data
  709. github-hooks >= "0.4.0"
  710. github-hooks-unix >= "0.4.0"
  711. github-jsoo >= "4.0.0"
  712. github-unix >= "4.0.0"
  713. glfw-ocaml
  714. globlon
  715. gluten
  716. gluten-async
  717. gluten-eio
  718. gluten-lwt
  719. gluten-lwt-unix
  720. gluten-mirage
  721. gmap >= "0.2.1"
  722. gmp
  723. gnuplot >= "0.6"
  724. gobba
  725. gobject-introspection
  726. goblint-cil >= "1.8.0"
  727. google-drive-ocamlfuse >= "0.6.26"
  728. gopcaml-mode >= "0.0.2" & < "0.0.6"
  729. gospel < "0.2.0"
  730. gotd
  731. gperftools >= "0.4"
  732. gpiod
  733. gpr >= "1.4.0"
  734. gr
  735. graphics >= "5.0.0"
  736. graphql >= "0.8.0"
  737. graphql-async >= "0.8.0"
  738. graphql-cohttp >= "0.9.0"
  739. graphql-lwt >= "0.8.0"
  740. graphql_parser >= "0.9.0"
  741. graphql_ppx >= "0.7.1"
  742. graphv
  743. graphv_core
  744. graphv_core_lib
  745. graphv_font
  746. graphv_font_js
  747. graphv_font_stb_truetype
  748. graphv_gles2
  749. graphv_gles2_native
  750. graphv_gles2_native_impl
  751. graphv_webgl
  752. graphv_webgl_impl
  753. gremlin
  754. grenier >= "0.8" & < "0.15"
  755. grid
  756. grpc < "0.2.0"
  757. grpc-async < "0.2.0"
  758. grpc-lwt < "0.2.0"
  759. gsl >= "1.24.0"
  760. gstreamer >= "0.3.1"
  761. h1_parser
  762. h2
  763. h2-async
  764. h2-eio
  765. h2-lwt
  766. h2-lwt-unix
  767. h2-mirage
  768. hack_parallel >= "1.0.0"
  769. hacl >= "0.3"
  770. hacl-star
  771. hacl-star-raw >= "0.5.0"
  772. hacl_x25519
  773. happy-eyeballs
  774. happy-eyeballs-lwt
  775. happy-eyeballs-mirage
  776. hardcaml >= "v0.12.0"
  777. hardcaml_axi
  778. hardcaml_c
  779. hardcaml_circuits
  780. hardcaml_fixed_point
  781. hardcaml_handshake
  782. hardcaml_of_verilog
  783. hardcaml_step_testbench
  784. hardcaml_verify
  785. hardcaml_verilator
  786. hardcaml_waveterm
  787. hardcaml_xilinx
  788. hardcaml_xilinx_components
  789. hardcaml_xilinx_reports
  790. hashcons >= "1.4.0"
  791. hashids >= "1.0.1"
  792. haxe >= "4.1.1"
  793. hc < "0.2"
  794. hdf5 >= "0.1.5"
  795. headache >= "1.04" & < "1.07"
  796. header-check
  797. herdtools7 >= "7.55"
  798. hex >= "1.3.0"
  799. hex_encode
  800. hexstring
  801. hg_lib
  802. hidapi >= "1.1"
  803. hidapi-lwt
  804. higher_kinded
  805. hkdf >= "1.0.3"
  806. hl_yaml
  807. hockmd
  808. horned_worm >= "0.3.4"
  809. hpack
  810. hts_shrink >= "2.0.0"
  811. http-cookie != "4.0.0" & < "4.3.0"
  812. http-lwt-client
  813. http-mirage-client
  814. http-multipart-formdata
  815. httpaf >= "0.6.0"
  816. httpaf-async >= "0.6.0"
  817. httpaf-lwt-unix
  818. httpaf_caged
  819. httph
  820. huffman
  821. hvsock >= "2.0.0"
  822. hxd
  823. hyper
  824. ISO8601 >= "0.2.6"
  825. i3ipc >= "0.1.4"
  826. icalendar
  827. idd
  828. idds
  829. imagelib >= "20200929"
  830. incr_dom >= "v0.12.0"
  831. incr_dom_interactive
  832. incr_dom_keyboard
  833. incr_dom_partial_render
  834. incr_dom_sexp_form
  835. incr_dom_widgets >= "v0.12.0"
  836. incr_map >= "v0.12.0"
  837. incr_select >= "v0.12.0"
  838. incremental >= "v0.12.0"
  839. indentation_buffer
  840. index
  841. index-bench
  842. inferno >= "20190924"
  843. influxdb
  844. influxdb-async
  845. influxdb-lwt
  846. inquire
  847. int_repr
  848. integers >= "0.3.0"
  849. integers_stubs_js
  850. integration1d >= "0.5.1"
  851. interface-prime
  852. interface-prime-lwt
  853. interval >= "1.5" & < "1.6"
  854. interval-map
  855. interval_base
  856. interval_crlibm
  857. interval_intel
  858. io-page >= "2.1.0"
  859. io-page-unix >= "2.1.0"
  860. io-page-xen >= "2.1.0"
  861. iostream
  862. iostream-camlzip
  863. ipaddr >= "2.9.0"
  864. ipaddr-cstruct
  865. ipaddr-sexp
  866. irc-client >= "0.6.2"
  867. irc-client-lwt >= "0.6.2"
  868. irc-client-lwt-ssl
  869. irc-client-tls >= "0.6.2"
  870. irc-client-unix >= "0.6.2"
  871. irmin >= "2.0.0" & < "3.0.0"
  872. irmin-bench < "3.0.0"
  873. irmin-chunk >= "2.0.0" & < "3.0.0"
  874. irmin-containers < "3.0.0"
  875. irmin-fs >= "2.0.0" & < "3.0.0"
  876. irmin-git >= "2.0.0" & < "3.0.0"
  877. irmin-graphql < "3.0.0"
  878. irmin-http >= "2.0.0" & < "3.0.0"
  879. irmin-indexeddb >= "2.0"
  880. irmin-layers
  881. irmin-mem >= "2.0.0"
  882. irmin-mirage >= "2.0.0" & < "3.0.0"
  883. irmin-mirage-git < "3.0.0"
  884. irmin-mirage-graphql < "3.0.0"
  885. irmin-pack < "3.0.0"
  886. irmin-test < "3.0.0"
  887. irmin-tezos < "3.0.0"
  888. irmin-unix >= "2.0.0" & < "3.0.0"
  889. irmin-watcher >= "0.5.0"
  890. iso639
  891. iter
  892. itv-tree >= "2.2"
  893. JsOfOCairo >= "2.0.0"
  894. jane-street-headers >= "v0.12.0"
  895. jane_rope
  896. janestreet_cpuid
  897. janestreet_csv
  898. janestreet_lru_cache
  899. jekyll-format >= "0.2.0" & < "0.3.1"
  900. jemalloc >= "0.2"
  901. jerboa
  902. jhupllib >= "0.2.1"
  903. jingoo >= "1.3.0"
  904. jose
  905. js_of_ocaml >= "3.3.0" & < "4.0.0"
  906. js_of_ocaml-compiler >= "3.3.0" & < "4.0.0"
  907. js_of_ocaml-lwt >= "3.3.0" & < "4.0.0"
  908. js_of_ocaml-ocamlbuild >= "3.5.0" & < "5.0"
  909. js_of_ocaml-ppx >= "3.3.0" & < "4.0.0"
  910. js_of_ocaml-ppx_deriving_json >= "3.3.0" & < "4.0.0"
  911. js_of_ocaml-toplevel >= "3.3.0" & < "4.0.0"
  912. js_of_ocaml-tyxml >= "3.3.0" & < "4.0.0"
  913. js_of_ocaml-webgpu
  914. js_of_ocaml-webidl
  915. js_of_ocaml_patches
  916. json-data-encoding < "1.0.0"
  917. json-data-encoding-browser < "1.0.0"
  918. json-data-encoding-bson < "1.0.0"
  919. json_decoder
  920. jsonaf
  921. jsonoo
  922. jsonrpc < "1.8.2"
  923. jsonxt
  924. jsoo-react
  925. jsoo_broadcastchannel >= "2.0.0"
  926. jsoo_storage >= "1.0.1"
  927. jst-config
  928. junit >= "2.0.1"
  929. junit_alcotest >= "2.0.1"
  930. junit_ounit >= "2.0.1"
  931. jupyter >= "2.3.2"
  932. jupyter-archimedes >= "2.3.2"
  933. jupyter-kernel >= "0.4"
  934. jwto
  935. kafka >= "0.5"
  936. kafka_async
  937. kafka_lwt
  938. kappa-agents
  939. kappa-binaries
  940. kappa-library
  941. kappa-server
  942. kcas < "0.1.6"
  943. ke
  944. key-parsers >= "0.10.0"
  945. kicadsch >= "0.4.0"
  946. kind2
  947. kinetic-client >= "0.0.11"
  948. kittyimg
  949. kqueue < "0.2.0"
  950. krb
  951. lablgtk3 >= "3.0.beta4"
  952. lablgtk3-goocanvas2
  953. lablgtk3-gtkspell3
  954. lablgtk3-rsvg2
  955. lablgtk3-sourceview3
  956. lablqml >= "0.6"
  957. labrys
  958. lacaml >= "11.0.2"
  959. ladspa >= "0.2.0"
  960. lambda
  961. lambda-runtime
  962. lambda-term >= "2.0" & < "3.3.0"
  963. lambda_streams
  964. lambda_streams_async
  965. lambda_streams_lwt
  966. lambdapi >= "2.0.0" & < "2.3.1"
  967. lambdasoup >= "0.6.4"
  968. lame >= "0.3.4"
  969. landmarks >= "1.4"
  970. landmarks-ppx
  971. lascar >= "0.6-alpha"
  972. lastfm = "0.3.3"
  973. launchd >= "1.3"
  974. lazy-trie >= "1.2.0"
  975. lbfgs >= "0.9.1"
  976. lbvs_consent >= "2.1.0"
  977. ldap >= "2.4.1"
  978. learn-ocaml
  979. learn-ocaml-client
  980. ledgerwallet
  981. ledgerwallet-tezos
  982. lens >= "1.2.3"
  983. let-if >= "0.2.0"
  984. letsencrypt
  985. letsencrypt-app
  986. letsencrypt-dns
  987. letsencrypt-mirage
  988. letters
  989. leveldb >= "1.3.0"
  990. libabsolute
  991. libsvm >= "0.10.0"
  992. libzipperposition
  993. lilac
  994. lilv
  995. line-up-words >= "v0.12.0"
  996. line_oriented
  997. linenoise >= "1.2.0"
  998. links >= "0.9"
  999. links-mysql
  1000. links-postgresql >= "0.9"
  1001. links-sqlite3
  1002. linol
  1003. linol-lwt
  1004. lintcstubs-arity < "0.2.0" | >= "0.4.1"
  1005. linwrap
  1006. liquid_interpreter
  1007. liquid_ml
  1008. liquid_parser
  1009. liquid_std
  1010. liquid_syntax
  1011. little_logger
  1012. llama-cpp-ocaml
  1013. llvm >= "15.0.7+nnp-2"
  1014. lmdb >= "1.0"
  1015. lo >= "0.2.0"
  1016. loga >= "0.0.5"
  1017. logical
  1018. logs-async < "1.3"
  1019. logs-async-reporter < "1.3"
  1020. logs-ppx
  1021. logs-syslog >= "0.2.0"
  1022. logtk >= "1.5.1"
  1023. lp
  1024. lp-glpk
  1025. lp-glpk-js
  1026. lp-gurobi
  1027. lpd >= "1.2.2"
  1028. lru >= "0.3.0"
  1029. lru_cache >= "v0.16.0"
  1030. lsp < "1.8.2"
  1031. lt-code
  1032. lua_parser
  1033. lun
  1034. lustre-v6 >= "6.103.3"
  1035. lutils >= "1.51.2"
  1036. lutin >= "2.71.10"
  1037. luv
  1038. luv_unix
  1039. lwd
  1040. lwt >= "4.2.0"
  1041. lwt-canceler
  1042. lwt-dllist
  1043. lwt-exit
  1044. lwt-parallel >= "1.0.0"
  1045. lwt-pipe
  1046. lwt-pipeline >= "0.2"
  1047. lwt-watcher
  1048. lwt_domain
  1049. lwt_glib >= "1.1.1"
  1050. lwt_log >= "1.1.1"
  1051. lwt_ppx >= "1.2.2"
  1052. lwt_ppx_let
  1053. lwt_react >= "1.1.2"
  1054. lwt_ssl >= "1.1.3"
  1055. lz4 >= "1.2.0"
  1056. lz4_chans
  1057. macaddr
  1058. macaddr-cstruct
  1059. macaddr-sexp
  1060. mad >= "0.5.0"
  1061. magic-mime >= "1.1.2"
  1062. magic-trace
  1063. make-random
  1064. malfunction >= "0.3" & < "0.5"
  1065. man_in_the_middle_debugger
  1066. markdown
  1067. markup >= "0.8.0"
  1068. markup-lwt
  1069. mastodon-archive-viewer >= "0.2" & < "0.4.0"
  1070. matplotlib
  1071. mc2
  1072. mccs >= "1.1+10"
  1073. md2mld < "0.7.0"
  1074. mdx != "1.7.0" & < "2.2.0"
  1075. mec
  1076. mechaml >= "1.1.0"
  1077. mem_usage
  1078. memcad >= "1.1.0"
  1079. memgraph
  1080. memgraph_kitty
  1081. memo
  1082. memprof-limits
  1083. memtrace
  1084. memtrace-mirage
  1085. memtrace_viewer
  1086. menhir >= "20200123"
  1087. menhirCST
  1088. menhirLib
  1089. menhirSdk
  1090. merge-fmt
  1091. merlin >= "3.2.1" & < "4.3.1-411"
  1092. merlin-extend >= "0.4"
  1093. mesh >= "0.9.5"
  1094. mesh-easymesh >= "0.9.5"
  1095. mesh-graphics >= "0.9.5"
  1096. mesh-triangle >= "0.9.5"
  1097. metapp
  1098. metaquot
  1099. metrics
  1100. metrics-influx
  1101. metrics-lwt
  1102. metrics-mirage
  1103. metrics-rusage
  1104. metrics-unix
  1105. mew
  1106. mew_vi
  1107. mimic
  1108. mimic-happy-eyeballs
  1109. mindstorm >= "0.8"
  1110. mindstorm-lwt
  1111. minicaml
  1112. minicli >= "5.0.2"
  1113. minisat >= "0.3"
  1114. miou
  1115. mirage >= "3.3.0" & < "4.0.0"
  1116. mirage-block >= "1.2.0"
  1117. mirage-block-ccm >= "1.1.0"
  1118. mirage-block-combinators
  1119. mirage-block-lwt >= "1.2.0"
  1120. mirage-block-ramdisk >= "0.4"
  1121. mirage-block-solo5 >= "0.6.0"
  1122. mirage-block-unix >= "2.11.0"
  1123. mirage-block-xen >= "1.6.0"
  1124. mirage-bootvar-solo5 >= "0.6.0"
  1125. mirage-bootvar-unix
  1126. mirage-bootvar-xen >= "0.6.0"
  1127. mirage-channel >= "3.2.0"
  1128. mirage-channel-lwt >= "3.2.0"
  1129. mirage-clock >= "2.0.0"
  1130. mirage-clock-freestanding >= "2.0.0"
  1131. mirage-clock-lwt >= "2.0.0"
  1132. mirage-clock-solo5
  1133. mirage-clock-unix >= "2.0.0"
  1134. mirage-conduit = "1.3.0" | >= "3.1.0"
  1135. mirage-console >= "2.4.0"
  1136. mirage-console-lwt >= "2.4.0"
  1137. mirage-console-solo5 >= "0.6.0"
  1138. mirage-console-unix >= "2.4.1"
  1139. mirage-console-xen >= "2.4.0"
  1140. mirage-console-xen-backend >= "2.4.0"
  1141. mirage-console-xen-proto >= "2.4.0"
  1142. mirage-crypto
  1143. mirage-crypto-ec
  1144. mirage-crypto-entropy
  1145. mirage-crypto-pk
  1146. mirage-crypto-rng
  1147. mirage-crypto-rng-async
  1148. mirage-crypto-rng-eio >= "0.11.0"
  1149. mirage-crypto-rng-lwt
  1150. mirage-crypto-rng-mirage
  1151. mirage-device >= "1.2.0"
  1152. mirage-dns >= "3.1.0"
  1153. mirage-entropy >= "0.5.1"
  1154. mirage-flow >= "1.6.0"
  1155. mirage-flow-combinators
  1156. mirage-flow-lwt >= "1.6.0"
  1157. mirage-flow-rawlink >= "1.1.0"
  1158. mirage-flow-unix >= "1.6.0"
  1159. mirage-fs >= "1.2.0"
  1160. mirage-fs-lwt >= "1.2.0"
  1161. mirage-fs-mem
  1162. mirage-fs-unix >= "1.6.0"
  1163. mirage-kv >= "2.0.0"
  1164. mirage-kv-lwt >= "2.0.0"
  1165. mirage-kv-mem
  1166. mirage-kv-unix < "3.0.0"
  1167. mirage-logs >= "1.0.0" & < "2.0.0"
  1168. mirage-monitoring
  1169. mirage-nat >= "1.1.0"
  1170. mirage-net >= "2.0.0"
  1171. mirage-net-lwt >= "2.0.0"
  1172. mirage-net-macosx >= "1.5.0"
  1173. mirage-net-solo5 >= "0.4.3"
  1174. mirage-net-unix >= "2.5.0"
  1175. mirage-net-xen >= "1.9.0"
  1176. mirage-profile >= "0.9.0"
  1177. mirage-profile-unix >= "0.9.0"
  1178. mirage-profile-xen >= "0.9.0"
  1179. mirage-protocols >= "2.0.0"
  1180. mirage-protocols-lwt >= "2.0.0"
  1181. mirage-qubes >= "0.7.0"
  1182. mirage-qubes-ipv4 >= "0.7.0"
  1183. mirage-random >= "1.2.0"
  1184. mirage-random-stdlib
  1185. mirage-random-test
  1186. mirage-runtime >= "3.3.0" & < "4.0.0"
  1187. mirage-solo5 >= "0.6.2"
  1188. mirage-stack >= "1.4.0"
  1189. mirage-stack-lwt >= "1.4.0"
  1190. mirage-time >= "1.3.0"
  1191. mirage-time-lwt >= "1.3.0"
  1192. mirage-time-unix >= "1.3.0"
  1193. mirage-types >= "3.3.0"
  1194. mirage-types-lwt >= "3.3.0"
  1195. mirage-unix >= "3.2.0"
  1196. mirage-vnetif >= "0.4.2"
  1197. mirage-vnetif-stack
  1198. mirage-xen >= "3.2.0"
  1199. mkaudio >= "1.1.0"
  1200. mkocaml
  1201. mlbdd >= "0.7.2"
  1202. mlfenv
  1203. mlmpfr >= "4.0.2+dune" & < "4.1.0+bugfix1"
  1204. mlpost >= "0.9"
  1205. mlpost-lablgtk
  1206. mlt_parser >= "v0.12.0"
  1207. mm >= "0.7.0" & < "0.8.2"
  1208. mmap
  1209. mmdb
  1210. mock >= "0.1.1"
  1211. mock-ounit >= "0.1.1"
  1212. module-graph
  1213. molenc
  1214. monaco_jsoo
  1215. monolith
  1216. monomorphic >= "2.0"
  1217. monorobot
  1218. morbig >= "0.10.3"
  1219. morsmall
  1220. moss >= "0.1.1"
  1221. mparser >= "1.3"
  1222. mparser-pcre
  1223. mparser-re
  1224. mperf
  1225. mpg123
  1226. mpp >= "0.3.4"
  1227. mpris >= "0.2.0"
  1228. mpris-clients
  1229. mrmime
  1230. mrt-format >= "0.3.1"
  1231. msat >= "0.8"
  1232. msat-bin
  1233. msgpck >= "1.5"
  1234. msgpck-repr
  1235. mssql
  1236. mugen
  1237. mula
  1238. multipart-form-data >= "0.3.0"
  1239. multipart_form
  1240. multipart_form-cohttp-lwt
  1241. multipart_form-eio
  1242. multipart_form-lwt
  1243. murmur3 >= "0.3"
  1244. mustache >= "3.1.0"
  1245. mustache-cli
  1246. mutf8
  1247. mwt
  1248. mysql8
  1249. mysql_protocol >= "3.0.1"
  1250. n_ary
  1251. naboris
  1252. nacc
  1253. nanoid
  1254. nanosvg
  1255. nanosvg_text
  1256. nbd >= "4.0.3"
  1257. nbd-tool
  1258. nbd-unix
  1259. netchannel >= "1.9.0"
  1260. netkat
  1261. netlink >= "0.3.4"
  1262. netsnmp
  1263. nice_parser
  1264. ninja_utils
  1265. nmea
  1266. noCanren >= "0.3.0~alpha1"
  1267. nocoiner
  1268. node_of_ocaml
  1269. noise
  1270. non_empty_list
  1271. nottui
  1272. nottui-lwt
  1273. nottui-pretty
  1274. notty >= "0.2.3"
  1275. notty_async >= "v0.12.0"
  1276. np
  1277. npy >= "0.0.9"
  1278. nsq >= "0.4.0"
  1279. numeric_string
  1280. nuscr
  1281. OCanren < "0.3.0"
  1282. OCanren-ppx < "0.3.0"
  1283. obeam
  1284. obelisk >= "0.5.0"
  1285. obuilder < "0.5"
  1286. obuilder-spec < "0.5"
  1287. obus >= "1.2.0"
  1288. ocal >= "0.2.2"
  1289. ocaml-canvas
  1290. ocaml-compiler-libs >= "v0.12.0"
  1291. ocaml-embed-file
  1292. ocaml-lsp-server < "1.8.0"
  1293. ocaml-lua >= "1.8"
  1294. ocaml-migrate-parsetree >= "1.2.0"
  1295. ocaml-migrate-parsetree-ocamlbuild >= "1.2.0"
  1296. ocaml-monadic >= "0.4.1"
  1297. ocaml-print-intf
  1298. ocaml-probes
  1299. ocaml-protoc >= "2.0.1"
  1300. ocaml-protoc-plugin < "4.3.1"
  1301. ocaml-r >= "0.1.1"
  1302. ocaml-syntax-shims
  1303. ocaml-systemd >= "1.3"
  1304. ocaml-top >= "1.2.0"
  1305. ocaml-vdom < "transition"
  1306. ocaml-version >= "1.0.0" & < "3.6.0"
  1307. ocaml_db_model
  1308. ocaml_intrinsics
  1309. ocaml_pgsql_model
  1310. ocaml_plugin >= "v0.12.0"
  1311. ocamlapi
  1312. ocamlapi_async
  1313. ocamlapi_lwt_unix
  1314. ocamlapi_ppx
  1315. ocamlcodoc
  1316. ocamlformat >= "0.7"
  1317. ocamlformat-lib
  1318. ocamlformat-rpc < "removed"
  1319. ocamlformat-rpc-lib
  1320. ocamlfuse >= "2.7.1-cvs6" & < "2.7.1-cvs8"
  1321. ocamlgraph >= "2.0.0"
  1322. ocamlgraph_gtk
  1323. ocamline
  1324. ocamlog
  1325. ocb
  1326. ocluster < "0.2"
  1327. ocluster-api < "0.2"
  1328. ocolor
  1329. ocp-browser >= "1.1.9"
  1330. ocp-indent >= "1.7.0"
  1331. ocp-indent-nlfork >= "1.5.4"
  1332. ocp-index >= "1.1.9"
  1333. ocp-search
  1334. ocp_reveal
  1335. ocplib-endian >= "1.1"
  1336. ocplib-json-typed >= "0.7"
  1337. ocplib-json-typed-browser
  1338. ocplib-json-typed-bson
  1339. ocplib-simplex >= "0.5"
  1340. ocplib_stuff != "0.3.0"
  1341. ocsigen-i18n >= "4.0.0"
  1342. ocsigen-ppx-rpc
  1343. ocsigenserver >= "4.0.1"
  1344. octavius >= "1.2.2"
  1345. odash
  1346. odate >= "0.6"
  1347. odep < "0.2.0"
  1348. odepack >= "0.6.9"
  1349. odnnr
  1350. odoc >= "1.4.0" & < "2.0.0"
  1351. odoc-parser < "2.3.0"
  1352. of_json
  1353. offheap
  1354. ogg = "0.6.0" | >= "0.7.0"
  1355. ohex
  1356. oidc
  1357. ojs
  1358. olinq >= "0.3"
  1359. omd >= "1.3.2"
  1360. omg
  1361. omigrate < "0.3.1"
  1362. omlr
  1363. oniguruma
  1364. opam-0install
  1365. opam-0install-cudf
  1366. opam-bin >= "1.0.0"
  1367. opam-build
  1368. opam-client >= "2.0.2"
  1369. opam-compiler
  1370. opam-core >= "2.0.2"
  1371. opam-custom-install
  1372. opam-devel >= "2.0.2"
  1373. opam-dune-lint < "0.3"
  1374. opam-ed >= "0.4"
  1375. opam-file-format >= "2.1.0" & < "2.1.5"
  1376. opam-format >= "2.0.2"
  1377. opam-graph
  1378. opam-grep >= "0.2.0"
  1379. opam-installer >= "2.0.2"
  1380. opam-monorepo < "0.2.3"
  1381. opam-package-upgrade >= "0.2"
  1382. opam-publish >= "2.0.2"
  1383. opam-repository >= "2.0.2"
  1384. opam-solver >= "2.0.2"
  1385. opam-spin
  1386. opam-state >= "2.0.2"
  1387. opam-test
  1388. opam2web >= "2.0"
  1389. opam_bin_lib != "0.9.5"
  1390. opasswd >= "1.3.1"
  1391. opazl
  1392. openai-gym
  1393. openapi
  1394. openapi_router
  1395. opencc0
  1396. opencc1
  1397. opencc1_1
  1398. openQASM
  1399. opentelemetry < "0.7"
  1400. opentelemetry-client-cohttp-lwt < "0.7"
  1401. opentelemetry-client-ocurl < "0.7"
  1402. opentelemetry-cohttp-lwt < "0.7"
  1403. opentelemetry-lwt < "0.7"
  1404. opium >= "0.17.0"
  1405. opium-graphql
  1406. opium-testing
  1407. opium_kernel >= "0.17.0"
  1408. oplot
  1409. oplsr
  1410. opomodoro
  1411. opsian
  1412. optal
  1413. opti
  1414. optimization1d >= "0.6.1"
  1415. optiml-transport
  1416. optint >= "0.0.2"
  1417. opus >= "0.2.0"
  1418. oraft < "0.3.0"
  1419. oranger >= "2.0.1"
  1420. order-i3-xfce
  1421. ordinal_abbreviation
  1422. ordma >= "0.0.5"
  1423. orec >= "1.0.1"
  1424. orewa
  1425. orf
  1426. orgeat
  1427. orpie
  1428. orrandomForest
  1429. orsvm_e1071 >= "4.0.0"
  1430. orun
  1431. orxgboost >= "1.1.0"
  1432. oseq >= "0.2"
  1433. osh
  1434. oskel
  1435. osnap
  1436. osx-secure-transport >= "0.1.1"
  1437. otf
  1438. otoml
  1439. otr >= "0.3.6"
  1440. ounit = "2.1.2"
  1441. ounit-lwt < "2.2.0"
  1442. ounit2 < "2.2.7"
  1443. ounit2-lwt < "2.2.7"
  1444. override < "0.4.0"
  1445. owee >= "0.3"
  1446. owl >= "0.4.0"
  1447. owl-base >= "0.4.0"
  1448. owl-jupyter
  1449. owl-ode
  1450. owl-ode-base
  1451. owl-ode-odepack
  1452. owl-ode-sundials
  1453. owl-opt
  1454. owl-opt-lbfgs
  1455. owl-plplot
  1456. owl-symbolic
  1457. owl-top >= "0.4.0"
  1458. owl-zoo >= "0.4.0"
  1459. owork
  1460. ozulip
  1461. p4pp
  1462. p5scm
  1463. packstream
  1464. pacomb
  1465. paf
  1466. paf-cohttp
  1467. paf-le
  1468. pam
  1469. pandoc
  1470. pandoc-abbreviations
  1471. pandoc-comment
  1472. pandoc-crossref
  1473. pandoc-include
  1474. pandoc-inspect
  1475. pandoc-pdf2png
  1476. pandoc-replace
  1477. papi >= "0.1.1"
  1478. parany >= "7.0.2"
  1479. pardi
  1480. parmap >= "1.1.1"
  1481. parse-argv >= "0.2.0"
  1482. parsexp >= "v0.12.0"
  1483. parsexp_io >= "v0.12.0"
  1484. parsley
  1485. patch < "2.0.0"
  1486. patdiff >= "v0.12.1"
  1487. path_glob
  1488. patience_diff >= "v0.12.0"
  1489. patoline >= "0.2"
  1490. patricia-tree
  1491. pattern
  1492. pb
  1493. pb-plugin
  1494. pbkdf >= "1.0.0"
  1495. pbrt
  1496. pbrt_services
  1497. pbrt_yojson
  1498. pcap-format >= "0.5.2"
  1499. pcre >= "7.3.5"
  1500. pcre2
  1501. pds-reachability >= "0.2.2"
  1502. pecu >= "0.2"
  1503. petr4
  1504. pf-qubes
  1505. pg_query
  1506. pgocaml >= "4.0"
  1507. pgocaml_ppx
  1508. pgx >= "1.0" & < "2.2"
  1509. pgx_async >= "1.0" & < "2.2"
  1510. pgx_lwt >= "1.0" & < "2.2"
  1511. pgx_lwt_mirage < "2.2"
  1512. pgx_lwt_unix < "2.2"
  1513. pgx_unix >= "1.0" & < "2.2"
  1514. pgx_value_core < "2.2"
  1515. pgx_value_ptime < "2.2"
  1516. phantom-algebra >= "1.0.1"
  1517. phonetic
  1518. phylogenetics < "0.2.0"
  1519. piaf
  1520. picasso
  1521. piqi >= "0.7.8"
  1522. piqilib >= "0.6.16"
  1523. pixel_pusher
  1524. pkcs11 >= "0.18.0"
  1525. pkcs11-cli
  1526. pkcs11-driver
  1527. pkcs11-rev
  1528. pla >= "1.3"
  1529. plato
  1530. plebeia < "2.0.0"
  1531. plist-xml
  1532. plist-xml-lwt
  1533. plotkicadsch >= "0.4.0"
  1534. plplot >= "5.11.0-1"
  1535. polka
  1536. polling_state_rpc
  1537. polly
  1538. polynomial
  1539. pomap >= "4.1.0"
  1540. popper
  1541. portaudio >= "0.2.2"
  1542. portaudio_c_bindings
  1543. portmidi
  1544. posix-base < "2.0.2"
  1545. posix-bindings < "2.0.2"
  1546. posix-getopt >= "2.0.0" & < "2.0.2"
  1547. posix-signal < "2.0.2"
  1548. posix-socket < "2.0.2"
  1549. posix-socket-unix < "2.0.2"
  1550. posix-time2 < "2.0.2"
  1551. posix-types >= "2.0.0" & < "2.0.2"
  1552. posix-uname < "2.0.2"
  1553. posixat >= "v0.12.0"
  1554. postgres_async
  1555. postgresql >= "4.4.1"
  1556. pp
  1557. pp_loc
  1558. pprint >= "20200226"
  1559. ppx-owl-opt
  1560. ppx_accessor
  1561. ppx_assert >= "v0.12.0"
  1562. ppx_bap
  1563. ppx_base >= "v0.12.0"
  1564. ppx_bench >= "v0.12.0"
  1565. ppx_bigarray >= "3.0.0"
  1566. ppx_bin_prot >= "v0.12.0"
  1567. ppx_bitstring >= "4.0.0"
  1568. ppx_blob >= "0.6.0"
  1569. ppx_bsx
  1570. ppx_catch
  1571. ppx_cold
  1572. ppx_compare >= "v0.12.0"
  1573. ppx_compose >= "0.1.0"
  1574. ppx_const >= "2.0"
  1575. ppx_conv_func >= "v0.12.0"
  1576. ppx_counters
  1577. ppx_css
  1578. ppx_cstruct >= "3.3.0"
  1579. ppx_cstubs
  1580. ppx_csv_conv >= "v0.12.0"
  1581. ppx_custom_printf >= "v0.12.0"
  1582. ppx_decimal
  1583. ppx_defer >= "0.4.0"
  1584. ppx_demo
  1585. ppx_derive_at_runtime
  1586. ppx_derivers >= "1.2.1"
  1587. ppx_deriving >= "4.3"
  1588. ppx_deriving_cmdliner >= "0.5.1"
  1589. ppx_deriving_encoding
  1590. ppx_deriving_hardcaml >= "v0.12.0"
  1591. ppx_deriving_hash
  1592. ppx_deriving_jsoo
  1593. ppx_deriving_madcast >= "0.2"
  1594. ppx_deriving_popper
  1595. ppx_deriving_protobuf >= "2.7"
  1596. ppx_deriving_qcheck
  1597. ppx_deriving_rpc >= "6.1.0"
  1598. ppx_deriving_scad
  1599. ppx_deriving_yaml < "0.2.2"
  1600. ppx_deriving_yojson >= "3.3"
  1601. ppx_disable_unused_warnings
  1602. ppx_distr_guards >= "0.2"
  1603. ppx_enum
  1604. ppx_enumerate >= "v0.12.0"
  1605. ppx_expect >= "v0.12.0"
  1606. ppx_factory
  1607. ppx_fail >= "v0.12.0"
  1608. ppx_fast_pipe
  1609. ppx_fields_conv >= "v0.12.0"
  1610. ppx_fixed_literal
  1611. ppx_gen_rec >= "1.1.0"
  1612. ppx_getenv >= "2.0"
  1613. ppx_globalize
  1614. ppx_hash >= "v0.12.0"
  1615. ppx_here >= "v0.12.0"
  1616. ppx_ignore_instrumentation
  1617. ppx_import >= "1.5-3-gbd627d5"
  1618. ppx_inline_alcotest
  1619. ppx_inline_test >= "v0.12.0" & < "v0.16.1"
  1620. ppx_irmin < "3.0.0"
  1621. ppx_jane >= "v0.12.0"
  1622. ppx_js_style >= "v0.12.0"
  1623. ppx_jsobject_conv >= "0.6.0"
  1624. ppx_jsonaf_conv
  1625. ppx_let >= "v0.12.0"
  1626. ppx_log
  1627. ppx_make
  1628. ppx_map
  1629. ppx_meta_conv >= "4.0.1"
  1630. ppx_module_timer
  1631. ppx_monad
  1632. ppx_monoid >= "0.3.2"
  1633. ppx_mysql
  1634. ppx_mysql_identity
  1635. ppx_open
  1636. ppx_optcomp >= "v0.12.0"
  1637. ppx_optional >= "v0.12.0"
  1638. ppx_pattern_bind
  1639. ppx_pbt
  1640. ppx_pipebang >= "v0.12.0"
  1641. ppx_protocol_conv >= "3.1.0"
  1642. ppx_protocol_conv_json >= "3.1.0"
  1643. ppx_protocol_conv_jsonm
  1644. ppx_protocol_conv_msgpack >= "3.1.0"
  1645. ppx_protocol_conv_xml_light >= "3.1.0"
  1646. ppx_protocol_conv_xmlm
  1647. ppx_protocol_conv_yaml >= "3.1.0"
  1648. ppx_pyformat
  1649. ppx_python
  1650. ppx_rapper
  1651. ppx_rapper_async
  1652. ppx_rapper_lwt
  1653. ppx_regexp >= "0.4.0"
  1654. ppx_relit
  1655. ppx_repr
  1656. ppx_sexp_conv >= "v0.12.0"
  1657. ppx_sexp_message >= "v0.12.0"
  1658. ppx_sexp_value >= "v0.12.0"
  1659. ppx_show
  1660. ppx_stable
  1661. ppx_stable_witness
  1662. ppx_string
  1663. ppx_string_interpolation
  1664. ppx_subliner
  1665. ppx_test >= "1.7.0"
  1666. ppx_there
  1667. ppx_tools >= "6.0+4.08.0"
  1668. ppx_tools_versioned >= "5.2.2"
  1669. ppx_tydi
  1670. ppx_type_directed_value
  1671. ppx_typed_fields
  1672. ppx_typerep_conv >= "v0.12.0"
  1673. ppx_tyre
  1674. ppx_units
  1675. ppx_variants_conv >= "v0.12.0"
  1676. ppx_viewpattern
  1677. ppx_wideopen
  1678. ppx_xml_conv >= "v0.12.0"
  1679. ppx_yojson
  1680. ppx_yojson_conv
  1681. ppx_yojson_conv_lib
  1682. ppxfind >= "1.3"
  1683. ppxlib >= "0.4.0"
  1684. ppxx >= "2.4.0"
  1685. pratter
  1686. prbnmcn-basic-structures
  1687. prbnmcn-cgrph
  1688. prbnmcn-clustering
  1689. prbnmcn-dagger
  1690. prbnmcn-dagger-gsl
  1691. prbnmcn-dagger-stats
  1692. prbnmcn-dagger-test
  1693. prbnmcn-gnuplot
  1694. prbnmcn-linalg
  1695. prbnmcn-mcts
  1696. prbnmcn-proptest
  1697. prbnmcn-stats
  1698. prbnmcn-ucb1
  1699. prc
  1700. preface
  1701. prettym
  1702. printbox >= "0.2" & < "0.8"
  1703. printbox-html < "0.8"
  1704. printbox-text < "0.8"
  1705. prof_spacetime >= "0.3.0"
  1706. profunctor
  1707. progress
  1708. prom
  1709. prometheus >= "0.6"
  1710. prometheus-app >= "0.6"
  1711. promise
  1712. promise_jsoo
  1713. promise_jsoo_lwt
  1714. protocell
  1715. protocol-9p >= "1.0.0"
  1716. protocol-9p-tool >= "1.0.0"
  1717. protocol-9p-unix >= "1.0.0"
  1718. protocol_version_header >= "v0.12.0"
  1719. prr
  1720. psmt2-frontend = "0.3.0" | >= "0.4.0"
  1721. psq >= "0.1.1"
  1722. ptmap >= "2.0.5"
  1723. ptset >= "1.0.1"
  1724. pulseaudio >= "0.1.4"
  1725. pure-splitmix >= "0.3"
  1726. py >= "1.1"
  1727. pyast
  1728. pyml >= "20210924"
  1729. pyml_bindgen < "0.3.0"
  1730. pyre-ast
  1731. pythonlib
  1732. qbf >= "0.3"
  1733. qcheck >= "0.9"
  1734. qcheck-alcotest
  1735. qcheck-core
  1736. qcheck-ounit
  1737. qinap
  1738. qiskit < "0.44.0"
  1739. qmp >= "0.19.0"
  1740. qrencode >= "0.2"
  1741. qtest >= "2.10.1"
  1742. queenshead
  1743. quests
  1744. radamsa
  1745. radare2 >= "0.0.3"
  1746. randomconv >= "0.1.1"
  1747. randoml
  1748. range
  1749. rangeSet
  1750. rankers
  1751. rawlink >= "1.0" & < "2.1"
  1752. raygui
  1753. raylib
  1754. rdbg >= "1.196.12"
  1755. re >= "1.9.0"
  1756. re2 >= "v0.12.1"
  1757. re2_stable
  1758. re_parser
  1759. reactiveData >= "0.3.0"
  1760. reanalyze
  1761. reason >= "3.5.0" & < "3.9.0"
  1762. reason-standard
  1763. received
  1764. record_builder >= "v0.12.0"
  1765. records >= "1.0.0"
  1766. reddit_api_async
  1767. reddit_api_kernel
  1768. redirect
  1769. redis >= "0.4"
  1770. redis-async
  1771. redis-lwt >= "0.4"
  1772. redis-sync >= "0.4"
  1773. reed-solomon-erasure >= "1.0.2"
  1774. reedsolomon >= "0.3"
  1775. refl
  1776. regenerate >= "0.2"
  1777. regex_parser_intf
  1778. relit_helper
  1779. remu_ts
  1780. reparse < "3.1.0"
  1781. reparse-lwt < "3.1.0"
  1782. reparse-lwt-unix < "3.1.0"
  1783. reparse-unix
  1784. repr
  1785. repr-bench
  1786. repr-fuzz
  1787. res >= "5.0.1"
  1788. res_tailwindcss
  1789. resource-pooling >= "1.1"
  1790. resource_cache >= "v0.12.0"
  1791. resp
  1792. resp-client
  1793. resp-mirage
  1794. resp-server >= "0.9"
  1795. resp-unix
  1796. resto
  1797. resto-acl
  1798. resto-cohttp
  1799. resto-cohttp-client
  1800. resto-cohttp-self-serving-client
  1801. resto-cohttp-server
  1802. resto-directory
  1803. resto-json
  1804. result >= "1.4"
  1805. rfc1951 >= "0.8.1" & != "1.0.0"
  1806. rfc6287 >= "1.0.4"
  1807. rfc7748
  1808. rfsm >= "1.6-alpha-3" & < "2.0"
  1809. rhythm
  1810. ringo
  1811. ringo-lwt
  1812. rock
  1813. roman
  1814. root1d >= "0.5.1"
  1815. rope >= "0.6.2"
  1816. rosetta >= "0.2.0"
  1817. routes < "2.0.0"
  1818. rpc >= "6.1.0"
  1819. rpc_parallel >= "v0.12.0"
  1820. rpclib >= "6.1.0"
  1821. rpclib-async >= "6.1.0"
  1822. rpclib-html
  1823. rpclib-js
  1824. rpclib-lwt >= "6.1.0"
  1825. rsdd
  1826. rss
  1827. rtop >= "3.5.0" & < "3.9.0"
  1828. rungen
  1829. rusage
  1830. SZXX
  1831. safepass >= "3.1"
  1832. salsa20 >= "1.0.0"
  1833. salsa20-core >= "1.0.0"
  1834. samplerate >= "0.1.5"
  1835. sanddb = "0.2"
  1836. satex
  1837. satyrographos
  1838. scaml < "1.5.0"
  1839. scfg
  1840. scgi
  1841. scipy
  1842. scrypt-kdf >= "1.0.0"
  1843. sd_logic
  1844. searchTree
  1845. secp256k1 >= "0.4.1"
  1846. secp256k1-internal
  1847. sedlex >= "2.0" & < "3.2"
  1848. sek
  1849. selective
  1850. semantic_version
  1851. semaphore-compat
  1852. semver >= "0.2.1"
  1853. semver2
  1854. sendmail
  1855. sendmail-lwt
  1856. sentry
  1857. seq >= "0.2" & < "base"
  1858. sequencer_table >= "v0.12.0"
  1859. serial
  1860. session >= "0.4.1"
  1861. session-cohttp >= "0.4.1"
  1862. session-cohttp-async >= "0.4.1"
  1863. session-cohttp-lwt >= "0.4.1"
  1864. session-cookie
  1865. session-cookie-async
  1866. session-cookie-lwt
  1867. session-postgresql >= "0.4.1"
  1868. session-postgresql-async >= "0.4.1"
  1869. session-postgresql-lwt >= "0.4.1"
  1870. session-redis-lwt >= "0.4.1"
  1871. session-webmachine >= "0.4.1"
  1872. setcore >= "1.0.2"
  1873. sexp
  1874. sexp_diff
  1875. sexp_diff_kernel
  1876. sexp_grammar
  1877. sexp_macro
  1878. sexp_pretty >= "v0.12.0"
  1879. sexp_select
  1880. sexp_string_quickcheck
  1881. sexplib >= "v0.12.0"
  1882. sexplib0 >= "v0.12.0" & < "v0.17.0"
  1883. sgf >= "1.0.1"
  1884. sha >= "1.13" & < "1.15.1"
  1885. shapefile
  1886. shared-block-ring >= "3.0.0"
  1887. shared-memory-ring >= "3.1.0"
  1888. shared-memory-ring-lwt >= "3.1.0"
  1889. shared-secret >= "0.4"
  1890. shell
  1891. shexp >= "v0.12.0"
  1892. shine >= "0.2.2"
  1893. shuttle
  1894. shuttle_http < "0.11.0"
  1895. shuttle_ssl
  1896. sihl
  1897. sihl-cache
  1898. sihl-contract
  1899. sihl-core
  1900. sihl-email
  1901. sihl-facade
  1902. sihl-persistence
  1903. sihl-queue
  1904. sihl-session
  1905. sihl-storage
  1906. sihl-token
  1907. sihl-type
  1908. sihl-user
  1909. sihl-web
  1910. simple63
  1911. sklearn
  1912. slacko >= "0.14.1"
  1913. slug
  1914. smart-print >= "0.3.0"
  1915. smbc >= "0.5"
  1916. smol
  1917. smol-helpers
  1918. smtlib-utils
  1919. snappy >= "0.1.2"
  1920. so
  1921. solidity-alcotest
  1922. solidity-common
  1923. solidity-parser
  1924. solidity-test
  1925. solidity-typechecker
  1926. sortedseq_intersect
  1927. soundtouch >= "0.1.9"
  1928. soupault
  1929. spacetime_lib >= "0.3.0"
  1930. spawn < "v0.9.0" | >= "v0.13.0"
  1931. spdx_licenses
  1932. spectrum
  1933. speex >= "0.4.0"
  1934. spelll >= "0.3"
  1935. spin
  1936. splay_tree >= "v0.12.0"
  1937. splittable_random >= "v0.12.0"
  1938. spotify-web-api >= "0.2.1"
  1939. spotlib >= "4.1.0"
  1940. sqlgg >= "20200521"
  1941. sqlite3 >= "4.4.1"
  1942. sqlite3_utils
  1943. srt
  1944. ssh-agent >= "0.2.0"
  1945. ssh-agent-unix
  1946. ssl >= "0.5.6"
  1947. stdcompat >= "19"
  1948. stdint >= "0.6.0" & < "0.7.2"
  1949. stdint-literals
  1950. stdio >= "v0.12.0"
  1951. stdlib-diff
  1952. stdlib-random
  1953. stdlib-shims
  1954. stitch
  1955. stored_reversed
  1956. streamable
  1957. streaming
  1958. string_dict >= "v0.12.0"
  1959. stringext >= "1.6.0"
  1960. sturgeon >= "0.4.2"
  1961. subscriptions-transport-ws
  1962. subtype-refinement >= "0.2"
  1963. swagger >= "0.2.0"
  1964. swhid
  1965. swhid_compute
  1966. swhid_core
  1967. swhid_types
  1968. syndic >= "1.6.0"
  1969. sys-socket
  1970. sys-socket-unix
  1971. syslog >= "2.0.0"
  1972. syslog-message >= "1.0.0"
  1973. syslog-rfc5424
  1974. systemverilog >= "0.0.2"
  1975. tablecloth-base
  1976. tablecloth-native < "transition"
  1977. taglib >= "0.3.7"
  1978. talaria-bibtex
  1979. tar >= "1.0.0" & < "2.0.0"
  1980. tar-mirage >= "1.0.0" & < "2.0.0"
  1981. tar-unix >= "1.0.0" & < "2.0.0"
  1982. tcalc
  1983. tcpip >= "3.7.0"
  1984. tdigest
  1985. teash
  1986. telltime
  1987. tensorboard
  1988. terminal
  1989. terminal_size >= "0.1.4"
  1990. testu01
  1991. textmate-language
  1992. textrazor
  1993. textutils >= "v0.12.0"
  1994. textutils_kernel >= "v0.12.0"
  1995. textwrap >= "0.2.1"
  1996. tezos-008-PtEdo2Zk-test-helpers
  1997. tezos-009-PsFLoren-test-helpers
  1998. tezos-010-PtGRANAD-test-helpers
  1999. tezos-accuser-006-PsCARTHA
  2000. tezos-accuser-007-PsDELPH1
  2001. tezos-accuser-008-PtEdo2Zk
  2002. tezos-accuser-008-PtEdoTez
  2003. tezos-accuser-009-PsFLoren
  2004. tezos-accuser-010-PtGRANAD
  2005. tezos-accuser-011-PtHangz2 < "11.1"
  2006. tezos-accuser-alpha < "11.1"
  2007. tezos-alpha-test-helpers < "12.0"
  2008. tezos-baker-006-PsCARTHA
  2009. tezos-baker-007-PsDELPH1
  2010. tezos-baker-008-PtEdo2Zk
  2011. tezos-baker-008-PtEdoTez
  2012. tezos-baker-009-PsFLoren
  2013. tezos-baker-010-PtGRANAD
  2014. tezos-baker-011-PtHangz2 < "11.1"
  2015. tezos-baker-alpha < "11.1"
  2016. tezos-baking-006-PsCARTHA
  2017. tezos-baking-006-PsCARTHA-commands
  2018. tezos-baking-007-PsDELPH1
  2019. tezos-baking-007-PsDELPH1-commands
  2020. tezos-baking-008-PtEdo2Zk
  2021. tezos-baking-008-PtEdo2Zk-commands
  2022. tezos-baking-008-PtEdoTez
  2023. tezos-baking-008-PtEdoTez-commands
  2024. tezos-baking-009-PsFLoren
  2025. tezos-baking-009-PsFLoren-commands
  2026. tezos-baking-010-PtGRANAD
  2027. tezos-baking-010-PtGRANAD-commands
  2028. tezos-baking-011-PtHangz2 < "11.1"
  2029. tezos-baking-011-PtHangz2-commands < "11.1"
  2030. tezos-baking-alpha < "11.1"
  2031. tezos-baking-alpha-commands < "11.1"
  2032. tezos-base < "11.1"
  2033. tezos-base-test-helpers < "11.1"
  2034. tezos-base58
  2035. tezos-bls12-381-polynomial
  2036. tezos-clic < "11.1"
  2037. tezos-client < "11.1"
  2038. tezos-client-000-Ps9mPmXa < "11.1"
  2039. tezos-client-001-PtCJ7pwo < "11.1"
  2040. tezos-client-001-PtCJ7pwo-commands < "11.1"
  2041. tezos-client-002-PsYLVpVv < "11.1"
  2042. tezos-client-002-PsYLVpVv-commands < "11.1"
  2043. tezos-client-003-PsddFKi3 < "11.1"
  2044. tezos-client-003-PsddFKi3-commands < "11.1"
  2045. tezos-client-004-Pt24m4xi < "11.1"
  2046. tezos-client-004-Pt24m4xi-commands < "11.1"
  2047. tezos-client-005-PsBabyM1 < "11.1"
  2048. tezos-client-005-PsBabyM1-commands < "11.1"
  2049. tezos-client-006-PsCARTHA < "11.1"
  2050. tezos-client-006-PsCARTHA-commands < "11.1"
  2051. tezos-client-007-PsDELPH1 < "11.1"
  2052. tezos-client-007-PsDELPH1-commands < "11.1"
  2053. tezos-client-007-PsDELPH1-commands-registration < "11.1"
  2054. tezos-client-008-PtEdo2Zk < "11.1"
  2055. tezos-client-008-PtEdo2Zk-commands < "11.1"
  2056. tezos-client-008-PtEdo2Zk-commands-registration < "11.1"
  2057. tezos-client-008-PtEdoTez
  2058. tezos-client-008-PtEdoTez-commands
  2059. tezos-client-008-PtEdoTez-commands-registration
  2060. tezos-client-009-PsFLoren < "11.1"
  2061. tezos-client-009-PsFLoren-commands < "11.1"
  2062. tezos-client-009-PsFLoren-commands-registration < "11.1"
  2063. tezos-client-010-PtGRANAD < "11.1"
  2064. tezos-client-010-PtGRANAD-commands < "11.1"
  2065. tezos-client-010-PtGRANAD-commands-registration < "11.1"
  2066. tezos-client-011-PtHangz2 < "11.1"
  2067. tezos-client-011-PtHangz2-commands < "11.1"
  2068. tezos-client-011-PtHangz2-commands-registration < "11.1"
  2069. tezos-client-alpha < "11.1"
  2070. tezos-client-alpha-commands < "11.1"
  2071. tezos-client-alpha-commands-registration < "11.1"
  2072. tezos-client-base < "11.1"
  2073. tezos-client-base-unix < "11.1"
  2074. tezos-client-commands < "11.1"
  2075. tezos-client-demo-counter < "11.1"
  2076. tezos-client-genesis < "11.1"
  2077. tezos-client-genesis-carthagenet < "11.1"
  2078. tezos-client-sapling-008-PtEdo2Zk < "11.1"
  2079. tezos-client-sapling-008-PtEdoTez
  2080. tezos-client-sapling-009-PsFLoren < "11.1"
  2081. tezos-client-sapling-010-PtGRANAD < "11.1"
  2082. tezos-client-sapling-011-PtHangz2 < "11.1"
  2083. tezos-client-sapling-alpha < "11.1"
  2084. tezos-codec < "11.1"
  2085. tezos-context < "11.1"
  2086. tezos-context-hash
  2087. tezos-context-hash-irmin
  2088. tezos-crypto < "11.1"
  2089. tezos-embedded-protocol-000-Ps9mPmXa < "11.1"
  2090. tezos-embedded-protocol-001-PtCJ7pwo < "11.1"
  2091. tezos-embedded-protocol-002-PsYLVpVv < "11.1"
  2092. tezos-embedded-protocol-003-PsddFKi3 < "11.1"
  2093. tezos-embedded-protocol-004-Pt24m4xi < "11.1"
  2094. tezos-embedded-protocol-005-PsBABY5H < "11.1"
  2095. tezos-embedded-protocol-005-PsBabyM1 < "11.1"
  2096. tezos-embedded-protocol-006-PsCARTHA < "11.1"
  2097. tezos-embedded-protocol-007-PsDELPH1 < "11.1"
  2098. tezos-embedded-protocol-008-PtEdo2Zk < "11.1"
  2099. tezos-embedded-protocol-008-PtEdoTez < "11.1"
  2100. tezos-embedded-protocol-009-PsFLoren < "11.1"
  2101. tezos-embedded-protocol-010-PtGRANAD < "11.1"
  2102. tezos-embedded-protocol-011-PtHangz2 < "11.1"
  2103. tezos-embedded-protocol-alpha < "11.1"
  2104. tezos-embedded-protocol-demo-counter < "11.1"
  2105. tezos-embedded-protocol-demo-noops < "11.1"
  2106. tezos-embedded-protocol-genesis < "11.1"
  2107. tezos-embedded-protocol-genesis-carthagenet < "11.1"
  2108. tezos-endorser-006-PsCARTHA
  2109. tezos-endorser-007-PsDELPH1
  2110. tezos-endorser-008-PtEdo2Zk
  2111. tezos-endorser-008-PtEdoTez
  2112. tezos-endorser-009-PsFLoren
  2113. tezos-endorser-010-PtGRANAD
  2114. tezos-endorser-011-PtHangz2 < "11.1"
  2115. tezos-endorser-alpha < "11.1"
  2116. tezos-error-monad < "11.1"
  2117. tezos-event-logging < "11.1"
  2118. tezos-event-logging-test-helpers < "11.1"
  2119. tezos-hacl-glue < "11.1"
  2120. tezos-hacl-glue-unix < "12.0"
  2121. tezos-legacy-store < "11.1"
  2122. tezos-lmdb
  2123. tezos-lwt-result-stdlib < "11.1"
  2124. tezos-mempool-006-PsCARTHA
  2125. tezos-mempool-007-PsDELPH1
  2126. tezos-mempool-008-PtEdoTez
  2127. tezos-micheline < "11.1"
  2128. tezos-mockup < "11.1"
  2129. tezos-mockup-commands < "11.1"
  2130. tezos-mockup-proxy < "11.1"
  2131. tezos-mockup-registration < "11.1"
  2132. tezos-node < "11.1"
  2133. tezos-p2p < "11.1"
  2134. tezos-p2p-services < "11.1"
  2135. tezos-plompiler
  2136. tezos-plonk
  2137. tezos-protocol-000-Ps9mPmXa < "11.1"
  2138. tezos-protocol-001-PtCJ7pwo < "11.1"
  2139. tezos-protocol-002-PsYLVpVv < "11.1"
  2140. tezos-protocol-003-PsddFKi3 < "11.1"
  2141. tezos-protocol-004-Pt24m4xi < "11.1"
  2142. tezos-protocol-005-PsBABY5H < "11.1"
  2143. tezos-protocol-005-PsBabyM1 < "11.1"
  2144. tezos-protocol-006-PsCARTHA < "11.1"
  2145. tezos-protocol-006-PsCARTHA-parameters
  2146. tezos-protocol-007-PsDELPH1 < "11.1"
  2147. tezos-protocol-007-PsDELPH1-parameters
  2148. tezos-protocol-008-PtEdo2Zk < "11.1"
  2149. tezos-protocol-008-PtEdo2Zk-parameters < "11.1"
  2150. tezos-protocol-008-PtEdoTez < "11.1"
  2151. tezos-protocol-008-PtEdoTez-parameters
  2152. tezos-protocol-009-PsFLoren < "11.1"
  2153. tezos-protocol-009-PsFLoren-parameters < "11.1"
  2154. tezos-protocol-010-PtGRANAD < "11.1"
  2155. tezos-protocol-010-PtGRANAD-parameters < "11.1"
  2156. tezos-protocol-011-PtHangz2 < "11.1"
  2157. tezos-protocol-011-PtHangz2-parameters < "11.1"
  2158. tezos-protocol-alpha < "11.1"
  2159. tezos-protocol-alpha-parameters < "11.1"
  2160. tezos-protocol-compiler < "11.1"
  2161. tezos-protocol-demo-counter < "11.1"
  2162. tezos-protocol-demo-noops < "11.1"
  2163. tezos-protocol-environment < "11.1"
  2164. tezos-protocol-environment-packer < "11.1"
  2165. tezos-protocol-environment-sigs < "11.1"
  2166. tezos-protocol-environment-structs < "11.1"
  2167. tezos-protocol-genesis < "11.1"
  2168. tezos-protocol-genesis-carthagenet < "11.1"
  2169. tezos-protocol-plugin-007-PsDELPH1 < "11.1"
  2170. tezos-protocol-plugin-007-PsDELPH1-registerer < "11.1"
  2171. tezos-protocol-plugin-008-PtEdo2Zk < "11.1"
  2172. tezos-protocol-plugin-008-PtEdo2Zk-registerer < "11.1"
  2173. tezos-protocol-plugin-009-PsFLoren < "11.1"
  2174. tezos-protocol-plugin-009-PsFLoren-registerer < "11.1"
  2175. tezos-protocol-plugin-010-PtGRANAD < "11.1"
  2176. tezos-protocol-plugin-010-PtGRANAD-registerer < "11.1"
  2177. tezos-protocol-plugin-011-PtHangz2 < "11.1"
  2178. tezos-protocol-plugin-011-PtHangz2-registerer < "11.1"
  2179. tezos-protocol-plugin-alpha < "11.1"
  2180. tezos-protocol-plugin-alpha-registerer < "11.1"
  2181. tezos-protocol-updater < "11.1"
  2182. tezos-proxy < "11.1"
  2183. tezos-requester < "11.1"
  2184. tezos-rpc < "11.1"
  2185. tezos-rpc-http < "11.1"
  2186. tezos-rpc-http-client < "11.1"
  2187. tezos-rpc-http-client-unix < "11.1"
  2188. tezos-rpc-http-server < "11.1"
  2189. tezos-sapling < "11.1"
  2190. tezos-shell < "11.1"
  2191. tezos-shell-context < "11.1"
  2192. tezos-shell-services < "11.1"
  2193. tezos-shell-services-test-helpers < "11.1"
  2194. tezos-signer < "11.1"
  2195. tezos-signer-backends < "11.1"
  2196. tezos-signer-services < "11.1"
  2197. tezos-stdlib < "11.1"
  2198. tezos-stdlib-unix < "11.1"
  2199. tezos-storage
  2200. tezos-store < "11.1"
  2201. tezos-test-helpers < "11.1"
  2202. tezos-test-services
  2203. tezos-tooling < "13.0"
  2204. tezos-validation < "11.1"
  2205. tezos-validator < "11.1"
  2206. tezos-version < "11.1"
  2207. tezos-workers < "11.1"
  2208. tezt < "2.0.0"
  2209. theora >= "0.4.0"
  2210. thread-local-storage
  2211. thrift >= "0.10.0"
  2212. tidy >= "5-0.2"
  2213. tidy_email
  2214. tidy_email_mailgun
  2215. tidy_email_sendgrid
  2216. tidy_email_smtp
  2217. tilde_f
  2218. time_now
  2219. timed >= "1.1"
  2220. timedesc < "0.8.0"
  2221. timere < "0.8.0"
  2222. timere-parse
  2223. timezone
  2224. tiny_httpd < "0.15"
  2225. tiny_httpd_camlzip < "0.15"
  2226. tip-parser >= "0.4"
  2227. tldr
  2228. tls >= "0.11.0" & < "0.15.4"
  2229. tls-async < "0.15.4"
  2230. tls-mirage < "0.15.4"
  2231. toml >= "5.0.0" & < "7.1.0"
  2232. toml-cconv
  2233. toml_cconv
  2234. toplevel_backend
  2235. toplevel_expect_test >= "v0.12.0"
  2236. topological_sort >= "v0.12.0"
  2237. torch
  2238. tqdm
  2239. tracing
  2240. tracy-client
  2241. transept
  2242. traverse
  2243. travesty < "0.7.2"
  2244. travis-opam >= "1.5.0"
  2245. trax >= "0.4.0"
  2246. tree_layout >= "0.2"
  2247. treeprint >= "2.3.0"
  2248. trie >= "1.0.0"
  2249. tsdl-image >= "0.3.0"
  2250. tsdl-mixer >= "0.3.0"
  2251. tsdl-ttf >= "0.3"
  2252. tsort
  2253. tube >= "4.4.0"
  2254. tuntap >= "1.7.0"
  2255. twostep
  2256. tyabt
  2257. typerep >= "v0.12.0"
  2258. typeset < "0.4"
  2259. tyre >= "0.5"
  2260. tyxml >= "4.3.0"
  2261. tyxml-jsx
  2262. tyxml-lwd
  2263. tyxml-ppx >= "4.3.0"
  2264. tyxml-syntax
  2265. u2f
  2266. ubase
  2267. ubpf < "0.2"
  2268. uecc >= "0.2"
  2269. uint >= "2.0.1"
  2270. ulid
  2271. um-abt
  2272. unidecode
  2273. unionFind
  2274. unisim_archisec < "0.0.1"
  2275. unison >= "2.51.4" & < "2.53.4"
  2276. universo
  2277. unix-errno >= "0.6.0"
  2278. unstrctrd
  2279. uri >= "2.2.0"
  2280. uri-bench
  2281. uri-re
  2282. uri-sexp
  2283. uring < "0.4"
  2284. uritemplate
  2285. user-agent-parser
  2286. username_kernel
  2287. uspf
  2288. uspf-lwt
  2289. uspf-unix
  2290. utop >= "2.3.0"
  2291. uuuu >= "0.1.1"
  2292. validator
  2293. variantslib >= "v0.12.0"
  2294. varray
  2295. vcaml
  2296. vcardgen >= "1.2"
  2297. vchan >= "4.0.0"
  2298. vchan-unix >= "4.0.0"
  2299. vchan-xen >= "4.0.0"
  2300. vec
  2301. vector
  2302. vercel
  2303. vhd-format >= "0.12.0"
  2304. vhd-format-lwt >= "0.12.0"
  2305. virtual_dom >= "v0.12.0"
  2306. visitors >= "20200207"
  2307. vlq >= "0.2.1"
  2308. vmnet >= "1.3.2"
  2309. vocal
  2310. voqc
  2311. vorbis >= "0.8.0"
  2312. vpt >= "5.0.0"
  2313. vue-jsoo
  2314. wall >= "0.4"
  2315. wasmer
  2316. wasmtime
  2317. wayland
  2318. waylaunch
  2319. webauthn
  2320. weberizer >= "0.8"
  2321. webmachine >= "0.6.2"
  2322. websocket >= "2.12" & < "2.15"
  2323. websocket-async >= "2.12" & < "2.15"
  2324. websocket-lwt >= "2.12"
  2325. websocket-lwt-unix < "2.15"
  2326. websocketaf
  2327. webtest >= "2.0.0"
  2328. webtest-js
  2329. wikitext
  2330. win-error >= "1.0"
  2331. win-eventlog = "0.3"
  2332. winsvc
  2333. ws
  2334. ws-server
  2335. wseg
  2336. wtf8 >= "1.0.2"
  2337. wtr
  2338. wtr-ppx
  2339. wu-manber-fuzzy-search
  2340. x509 >= "0.6.3"
  2341. xapi-backtrace >= "0.7"
  2342. xapi-inventory >= "1.2.1"
  2343. xapi-rrd >= "1.8.2"
  2344. xapi-stdext-date
  2345. xapi-stdext-encodings
  2346. xapi-stdext-pervasives
  2347. xapi-stdext-std
  2348. xapi-stdext-threads
  2349. xapi-stdext-unix
  2350. xapi-stdext-zerocheck
  2351. xdg-basedir
  2352. xen-evtchn >= "2.1.0"
  2353. xen-evtchn-unix >= "2.1.0"
  2354. xen-gnt >= "3.1.0"
  2355. xen-gnt-unix >= "3.1.0"
  2356. xenstore >= "2.1.0"
  2357. xenstore_transport >= "1.1.0"
  2358. xml-light >= "2.5"
  2359. xmlplaylist >= "0.1.5"
  2360. xoshiro
  2361. yaml >= "1.0.0"
  2362. yaml-sexp
  2363. yara >= "0.2"
  2364. yocaml
  2365. yocaml_cmark
  2366. yocaml_git
  2367. yocaml_jingoo
  2368. yocaml_markdown
  2369. yocaml_mustache
  2370. yocaml_syndication
  2371. yocaml_unix
  2372. yocaml_yaml
  2373. yojson >= "1.5.0"
  2374. yojson-bench
  2375. yurt >= "0.6"
  2376. yuscii >= "0.2.1"
  2377. yuujinchou
  2378. zarith-ppx
  2379. zarith_stubs_js
  2380. zed >= "2.0" & < "3.2.0"
  2381. zeit
  2382. zelus
  2383. zelus-gtk
  2384. zipperposition >= "1.5.1"
  2385. zipperposition-tools
  2386. zlib >= "0.6"
  2387. zlist >= "0.4.0"
  2388. zmq >= "5.1.0"
  2389. zmq-async >= "5.1.0"
  2390. zmq-eio
  2391. zmq-lwt >= "5.1.0"
  2392. zstandard >= "v0.12.1"
  2393. zstd = "0.3"
  2394. zxcvbn >= "2.3+2"

Conflicts (7)

  1. jbuilder = "transition"
  2. js_of_ocaml-compiler < "3.6.0"
  3. dune-release < "1.3.0"
  4. odoc < "1.3.0"
  5. dune-configurator < "2.3.0"
  6. ocaml-lsp-server < "1.3.0"
  7. merlin < "3.4.0"
OCaml

Innovation. Community. Security.