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.

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