package dune

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dune-site-2.9.3.tbz
sha256=3e65ec73ab2c80d50d4ffd6c46cbfb22eacd0e5587a4be8af8ae69547d5f88d6
sha512=04b48501ac16c3608e3b6bfbdbabf810df0fb844ea3b7d25ba50f03b9d6cb1d2c933cf747d694029d82a9777a774e48e5c38ab010fe53ce1eae367da0ed04d6d

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: 28 Jan 2022

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.

Travis status AppVeyor status Release

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" & < "5.0"

Dev Dependencies

None

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