package dune

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dune-3.5.0.tbz
sha256=77bd4c6704359fae1969636cfc3cd7a517ba3604819ef89c919c0762b5093610
sha512=acaed76ab8618977118579641a1f6734ed4a225ab46494c6c5fd8e1bf9a0889e62db9adc7bd11770da602f4dd4785cef5ece4ad26512d08b64b8f3bd8954c80d

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.

Added to opam-repository:

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 low-level details of OCaml compilations. It's merely necessary to provide a description of your project, and Dune will do the rest.

It implements a scheme that's 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, meaning it's highly tested and productive.

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

The example directory contains examples of projects using dune.

Main workflow 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. OCaml is all you need to build Dune and packages using Dune. 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 and arrange them in any way on the file system. 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 can 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

We recommended installing Dune 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 installed by Dune, such as the man pages, and the last simply installs all of that on the system.

Please note: 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 fairly stable and 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.3"

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